// JavaScript Document
document.write("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" ");
document.write(" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0\"");

//
document.write(" width=\"622\" height=\"302\">");
document.write("<param name=\"movie\" value=\"top.swf\">");
document.write("<param name=\"bgcolor\" value=\"#FFFFFF\">");
//

document.write("<param name=\"quality\" value=\"high\">");

//
document.write("<embed src=\"top.swf\" quality=\"high\" ");
document.write(" bgcolor=\"#FFFFFF\" width=\"620\" height=\"300\" type=\"application/x-shockwave-flash\" ");
//

document.write(" pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\">");
document.write("</object>");

