// JavaScript Document
/*document.write('<object width="800" height="50">');
document.write('<param name="movie" value="myFlashMovie.swf">');
document.write('<embed src="myFlashMovie.swf" type="application/x-shockwave-flash" width="400" height="50"></embed>');
document.write('</object>');*/

document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="610" height="236" id="verticals" align="left">');
document.write('<param name="MOVIE" value="/products/unscrambler/index.swf" />');				
document.write('<param name="QUALITY" value="high" />');
document.write('<param name="BGCOLOR" value="#ffffff" />');
document.write('<embed src="/products/unscrambler/index.swf" quality="high" menu=false bgcolor="#ffffff" width="610" height="236" wmode="opaque" name="verticals" align="left" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
document.write('<param name="wmode" value="opaque">');
document.write('</object>');
