function RunFoo()
{
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,42,0" id="index" width="880" height="450">\n');
document.write('<param name="movie" value="index.swf">\n');
document.write('<param name="bgcolor" value="#000000">\n');
document.write('<param name="quality" value="high">\n');
document.write('<param name="menu" value="false">\n');
document.write('<param name="allowscriptaccess" value="samedomain">\n');
document.write('<embed type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" width="880" height="450" name="index" src="index.swf" bgcolor="#000000" quality="high" menu="false" swLiveConnect="true" allowScriptAccess="samedomain"></embed>\n');
document.write('</object>\n');
}