// swf_top.js
var isMobile = WebKitDetect.isMobile();
if(isMobile){
	document.write('<img src="./images/non_fl2.jpg" width="742" height="229" alt="">');
}else{
	document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="742" HEIGHT="220" id="top" ALIGN="">');
	document.write('<PARAM NAME=movie VALUE="./images/TOP_Flash20090212-02.swf"> <PARAM NAME=quality VALUE=high> <param name="loop" value="false"> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src="./images/TOP_Flash20090212-02.swf" PLAY=true LOOP=false quality=high bgcolor=#FFFFFF WIDTH="742" HEIGHT="220" NAME="top" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>');
	document.write('</OBJECT>');
}

