function SetFlash()
{
document.write('<object data="top.swf" type="application/x-shockwave-flash" width="500" height="450">\n');
document.write('<param name="movie" value="top.swf" />\n');
document.write('<embed src="top.swf" quality="high" width="500" height="450" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />\n');
document.write('</object>\n');
}
