//OSU蕪
var Mac   = navigator.userAgent.indexOf("Mac")!=-1? true : false 
var MacIE = navigator.userAgent.indexOf("MSIE")!=-1? true : false 
	

if( Mac&&MacIE ) {
	
document.write('<embed src="img/reformtop.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="750" height="291"></embed>'); 


}

else{
	
document.write('<embed src="img/reformtop.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="750" height="291"></embed>'); 


}

