function RunFoo()
{
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="680" height="320" id="maintopflash">')
document.write('<param name="movie" value="maintopflash.swf">')
document.write('<param name="quality" value="best">')
document.write('<param name="bgcolor" value="#ffe5e5">')
document.write('<param name="wmode" value="transparent">')
document.write('<embed src="maintopflash.swf" quality="best"  bgcolor="#ffe5e5" wmode="transparent" width="680" height="320"  name="maintopflash" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>')
document.write('</object>')
}


