<!--

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="900"');

document.write(' height="200">');

document.write('<param name="movie" value="index.swf">');

document.write('<param name="play" value="true">');

document.write('<param name="loop" value="true">');

document.write('<param name="wmode" value="transparent">');

document.write('<param name="quality" value="high">');

document.write('<embed src="index.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="900"');

document.write(' height="200">');

document.write('</embed>');

document.write('</object>');

}
