var FLASH_contentVersion=10;
var plugin=(navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
time_serial = new Date()
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 FLASH_PluginVersion=words[i];
	}
	var FLASH_FlashCanPlay=FLASH_PluginVersion >= FLASH_contentVersion;
}
else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 && (navigator.appVersion.indexOf("Win") != -1)){
	document.write('<scr' + 'ipt language=VBScript\> \n');
	document.write('on error resume next \n');
	document.write('FLASH_FlashCanPlay = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & FLASH_contentVersion)))\n');
	document.write('</scr' + 'ipt\>\n');
}
if( FLASH_FlashCanPlay ) {
	document.write('<object data="./manabisu_scn.swf" ');
	document.write('width="280" height="228" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" ');
	document.write('alt="‰Í‡mƒ}ƒiƒrƒXCM" />\n');
	document.write('<param name="movie" value="./manabisu_scn.swf" />\n');
	document.write('</object>\n');
}

else{
	document.write('<img src="./noflash.jpg" width="200" height="150" alt="‰Í‡mƒ}ƒiƒrƒX" />\n');
}
