function writeFlash()
{
wid=990;
high=450;
if(screen.width<1200) {
wid=900;
high=409;}
if(screen.width<=800) {
wid=703;
high=320;}
val='open8newShort.swf';


document.writeln(''
+'<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="'+wid+'" height="'+high+'" id="openp"  align="middle">'
+'<param name="allowScriptAccess" value="sameDomain" />'
+'<param name="movie" value="'+val+'" />'
+'<param name="quality" value="best" />'
+'<param name="bgcolor" value="e1e1e5" />'
+'<param name="wmode" value="transparent" />'
+'<embed src="'+val+'" quality="best" swliveconnect="true"  wmode="transparent" bgcolor="e1e1e5" width="'+wid+'" height="'+high+'" name="openp"   align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" id="open" name="open" pluginspage="http://www.macromedia.com/go/getflashplayer" />'
+'</object>');

}
