var text = "";
text += "\t\t\t\t\t\t<object data=\"flash/top_flash.swf\" type=\"application/x-shockwave-flash\" width=\"460\" height=\"150\" id=\"top_flash\">\n";
text += "\t\t\t\t\t\t\t<param name=\"movie\" value=\"flash/top_flash.swf\" />\n";
text += "\t\t\t\t\t\t\t<param name=\"loop\" value=\"true\" />\n";
text += "\t\t\t\t\t\t\t<param name=\"start\" value=\"true\" />\n";
text += "\t\t\t\t\t\t\t<param name=\"quality\" value=\"high\" />\n";
text += "\t\t\t\t\t\t\t<param name=\"bgcolor\" value=\"#ffffff\" />\n";
text += "\t\t\t\t\t\t\t<param name=\"wmode\" value=\"opaque\" />\n";
text += "\t\t\t\t\t\t\tTop Flash\n";
text += "\t\t\t\t\t\t</object>\n";
document.write(text);
