function runmain()
{
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"\n')
document.write('codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0"\n')
document.write('id="aovideo" width="760" height="450" name="main">\n')
document.write('<param name="movie" value="main.swf">\n')
document.write('<param name="quality" value="high">\n')
document.write('<param name="bgcolor" value="#99A7AE">\n')
document.write('<embed src="main.swf" quality="high" bgcolor="#99A7AE"\n')
document.write('width="760" height="450"\n')
document.write('type="application/x-shockwave-flash"\n')
document.write('pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" name="main">\n')
document.write('</embed>\n')
document.write('</object>\n')
}