function RunFoo()
{
    document.write('<OBJECT id=0101_new codeBase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" height="200" width="600" align="top" classid=clsid:d27cdb6e-ae6d-11cf-96b8-444553540000>\n');
    document.write('<PARAM NAME="allowScriptAccess" VALUE="sameDomain" />\n');
    document.write('<PARAM NAME="movie" VALUE="opening.swf" />\n');
    document.write('<param NAME=loop VALUE=false />\n');
    document.write('<PARAM NAME="quality" VALUE="high" />\n');
    document.write('<PARAM NAME="scale" VALUE="noscale" />\n');
    document.write('<PARAM NAME="salign" VALUE="t" />\n');
    document.write('<PARAM NAME="wmode" VALUE="transparent" />\n');
    document.write('<PARAM NAME="bgcolor" VALUE="#ffffff" />\n');
    document.write('<embed src="opening.swf" quality="high" scale="noscale" salign="t" wmode="transparent" bgcolor="#ffffff" width="600" height="200" name="0101_new" align="top" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />\n');
    document.write('</embed>\n');
    document.write('</object>\n');
}


