　<!--
var MM_contentVersion = 8;
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"');
	document.write('  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" ');
	document.write(' ID="index" WIDTH="700" HEIGHT="200" ALIGN="">');
	document.write(' <PARAM NAME=movie VALUE="/shared/img/top.swf"> <PARAM NAME=loop VALUE=false> <PARAM NAME=menu VALUE=false> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF>  '); 
	document.write(' <EMBED src="/img/top/top.swf" loop=false menu=false quality=high bgcolor=#FFFFFF  ');
	document.write(' swLiveConnect=FALSE WIDTH="700" HEIGHT="200" NAME="index" ALIGN=""');
	document.write(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer" />');
	document.write(' </OBJECT>');
} else{
	document.write('<IMG SRC="/img/top/top.jpg" WIDTH="700" HEIGHT="200" BORDER=0 alt="%e3%81%82%e3%81%99%e3%81%aa%e3%82%8d%e3%82%ac%e3%83%bc%e3%83%87%e3%83%b3%e3%81%af%e3%80%81%e3%81%82%e3%81%aa%e3%81%9f%e3%81%ae%e5%ae%b6%e3%81%ab%e3%83%9e%e3%83%83%e3%83%81%e3%81%97%e3%81%9f%e5%a4%9a%e5%bd%a9%e3%81%aa%e3%82%a8%e3%82%af%e3%82%b9%e3%83%86%e3%83%aa%e3%82%a2%e3%82%92%e3%81%94%e6%8f%90%e6%a1%88%e3%81%97%e3%81%be%e3%81%99%e3%80%82">');
}
//-->