function writeFlash(flashURL) {
document.writeln('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="object1" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" WIDTH="1000" HEIGHT="420" style="width:1000px;height:420px">');
document.writeln('<PARAM NAME="movie" VALUE="'+flashURL+'">');
document.writeln('<PARAM NAME="quality" VALUE="high">');
document.writeln('<PARAM NAME="showmenu" VALUE="false">');
document.writeln('<EMBED id="object1" src="'+flashURL+'" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash type=application/x-shockwave-flash" width="1000" height="420"></EMBED>');
document.writeln('</OBJECT>');
}