// JavaScript Document
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 width="100%" height="100%" type="application/x-shockwave-flash" data="images/flash.swf" id="main">');
document.write(' <PARAM NAME=movie VALUE="images/flash.swf"> <PARAM NAME=quality VALUE=high><PARAM NAME=wmode VALUE=transparent>'); 
document.write(' <EMBED src="images/flash.swf" quality=high align="middle" allowScriptAccess="sameDomain" menu=false wmode=transparent id=main');
document.write('  swLiveConnect=false width="100%" height="100%"');
document.write(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');
document.write(' </EMBED>');
document.write(' </OBJECT>');

}else{
document.write('<div><img src="images/download.jpg" alt="「曲がれ！スプーン」11月21日(土)全国ロードショー. 原作・脚本：上田誠（ヨーロッパ企画）, 監督：本広克行.出演：長澤まさみ" border="0" usemap="#Map" /><map name="Map" id="Map"><area shape="rect" coords="386,432,652,453" href="http://get.adobe.com/jp/flashplayer/" target="_blank" /></map></div>');
}