var MM_contentVersion = 9;
var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
if ( plugin ) {
		var words = navigator.plugins["Shockwave Flash"].description.split(" ");
	    for (var i = 0; i < words.length; ++i)
	    {
		if (isNaN(parseInt(words[i])))
		continue;
		var MM_PluginVersion = words[i]; 
	    }
	var MM_FlashCanPlay = MM_PluginVersion >= MM_contentVersion;
}
else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 
   && (navigator.appVersion.indexOf("Win") != -1)) {
	document.write('<SCR' + 'IPT LANGUAGE=VBScript\> \n'); //FS hide this from IE4.5 Mac by splitting the tag
	document.write('on error resume next \n');
	document.write('MM_FlashCanPlay = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & MM_contentVersion)))\n');
	document.write('</SCR' + 'IPT\> \n');
}
if ( MM_FlashCanPlay ) {
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="900" height="135"><param name="movie" value="common/images/season/land_header.swf" /><param name="quality" value="high" /><embed src="common/images/season/land_header.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="900" height="135"></embed></object>');}
else{
document.write('<p><img src="images/header_flash.jpg" alt="" width="900" height="135" border="0" usemap="#headerFlash" /><map name="headerFlash" id="headerFlash"><area shape="rect" coords="648,9,745,25" href="faq.html" alt="よくあるご質問" /><area shape="rect" coords="754,9,839,25" href="site_map.html" alt="サイトマップ" /><area shape="rect" coords="852,8,900,25" href="english/index.html" alt="English" /><area shape="rect" coords="1,99,147,134" href="map/index.html" alt="ガイドマップ" /><area shape="rect" coords="147,99,293,134" href="wai/index.html" alt="プール" /><area shape="rect" coords="292,99,439,134" href="attraction/index.html" alt="アトラクション一覧" /><area shape="rect" coords="439,99,588,134" href="restaurant_shop/index.html" alt="レストラン・ショップ" /><area shape="rect" coords="588,99,900,135" href="event/index.html" alt="イベント情報" /><area shape="rect" coords="742,105,838,129" href="land_dog/index.html" alt="ランドドック・・・？" /></map></p>');}