var swf = $('script[swf]'), os = $(swf[swf.length-1]);document.write('<div style="background: transparent url('+os.attr('img')+') no-repeat scroll 0% 0%;margin:0 auto; overflow: hidden; height: '+os.attr('height')+'; width: '+os.attr('width')+';"><OBJECT codeBase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0  height='+os.attr('height')+' width='+os.attr('width')+'  classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000><PARAM NAME="movie" VALUE="'+os.attr('swf')+'"><PARAM NAME="quality" VALUE="high"><PARAM NAME="wmode" VALUE="transparent"><PARAM NAME="scaleMode" VALUE="noscale"><PARAM NAME="align" VALUE="tl"><embed src="'+os.attr('swf')+'" width="'+os.attr('width')+'" height="'+os.attr('height')+'" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"  type="application/x-shockwave-flash"   wmode="transparent" scaleMode=noscale align=tl> </embed> </OBJECT></div>');