<!--

if(swfobject.hasFlashPlayerVersion("6.0.0")) {
	try {
		if(flashStyle==null || flashStyle==undefined) flashStyle = '';
	} catch (e) {
		var flashStyle = '';
	}
	try {
		if(flashClass==null || flashClass==undefined) flashClass = '';
	} catch (e) {
		var flashClass = '';
	}
	
	document.write('<OBJECT classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0\" WIDTH='+flashWidth+' HEIGHT='+flashHeight+' style=\"'+flashStyle+'\" class=\"'+flashClass+'\">');
	document.write('<PARAM NAME=movie VALUE=\"'+flashMovie+'\"><PARAM NAME=quality VALUE=high><PARAM NAME=bgcolor VALUE='+flashBgcolor+'>');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="allowScriptAccess" value="sameDomain" />');
	document.write('<param name="wmode" value="transparent" />');
	document.write('<param name="align" value="middle" />');
	document.write('<param name="scale" value="noscale" />');
	document.write('<EMBED src=\"'+flashMovie+'\" quality=high salign="lt" bgcolor='+flashBgcolor+' WIDTH='+flashWidth+' HEIGHT='+flashHeight+' scale="noscale" align="middle" TYPE="application/x-shockwave-flash" PLUGINSPAGE=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\">');
	document.write('</EMBED></OBJECT>');
} else {
	document.writeln('<center>');
	document.writeln('<img src="http://www.rabbithillinn.com/images/head_noflash.jpg" usemap="#noflashmap" />');
	document.writeln('<map name="noflashmap" id="noflashmap"><area shape="rect" coords="107,8,352,138" href="http://www.rabbithillinn.com/" /><area shape="rect" coords="45,160,200,208" href="http://www.rabbithillinn.com/home.html" /><area shape="rect" coords="200,162,301,212" href="http://www.rabbithillinn.com/guestrooms.html" /><area shape="rect" coords="300,163,393,210" href="dining.html" /><area shape="rect" coords="393,162,596,215" href="http://www.rabbithillinn.com/specials.html" /><area shape="rect" coords="595,162,704,213" href="http://www.rabbithillinn.com/activities.html" /><area shape="rect" coords="703,164,825,220" href="http://www.rabbithillinn.com/map.html" /><area shape="rect" coords="825,165,969,226" href="http://www.rabbithillinn.com/inquiries.html" /></map>');
	if(isIndex == true) document.writeln('<br/><img src="http://www.rabbithillinn.com/images/intropic_noflash.jpg" usemap="#noflashmap" />');
	document.writeln('</center>');
}
//-->
