<!--
write_tag();
//-->
function write_tag() {
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
document.write(' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,00,0"');
document.write(' width="980"');
document.write(' height="84">');
document.write('<param name="movie" value="../flash/top2.swf">');
document.write('<param name="play" value="true">');
document.write('<param name="loop" value="true">');
document.write('<param name="quality" value="high">');
document.write('<embed src="../flash/top2.swf"');
document.write(' quality="high"');
document.write(' pluginspage="http://www.macromedia.com/go/getflashplayer"');
document.write(' type="application/x-shockwave-flash"');
document.write(' play="true"');
document.write(' loop="true"');
document.write(' width="980"');
document.write(' height="84">');
document.write('</embed>');
document.write('</object>');
}