//FLASHバージョンチェックvar version		= 8;var req_ver		= 8;var flash_ok	= false;function MimeTypeCheck(mimetype){	return (navigator.mimeTypes && navigator.mimeTypes[mimetype]) ? navigator.mimeTypes[mimetype].enabledPlugin : 0;}function Setup(){this.version	= 0;this.plugin		= MimeTypeCheck("application/x-shockwave-flash");if (this.plugin) {var str = navigator.plugins["Shockwave Flash"].description.split(" ");for (var i = 0; i < str.length; ++i) {if (!isNaN(parseInt(str[i]))) this.version = str[i];}}else {this.version = Math.floor(new ActiveXObject("ShockwaveFlash.ShockwaveFlash").FlashVersion() / 0x10000);}		if (this.version >= req_ver){if (document.all){ documentHeight = document.documentElement.clientHeight; }else { documentHeight = innerHeight; }document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100px" height="100px" codebase="//download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0">'+ '<param name="movie" value="http://www.ink-dropper.com/drobak/star.swf" />'+ '<param name="quality" value="high" />'+ '<param name="menu" value="false" />'+ '<param name="wmode" value="transparent" />'+ '<embed src="http://www.ink-dropper.com/drobak/star.swf" quality="high" width="100px" height="100px" menu="false" wmode="transparent" pluginspage="//www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed></object>');}else {document.write('<a href="/"><img src="http://www.ink-dropper.com/drobak/star.jpg" alt="drobak village" /></a>');}}Setup();
