// introload.js
document.write('<OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" WIDTH="750" HEIGHT="230" CODEBASE="http://active.macromedia.com/flash5/cabs/swflash.cab#version=5,0,0,0">');
document.write('<PARAM NAME="MOVIE" VALUE="front.swf">');
document.write('<PARAM NAME="PLAY" VALUE="true">');
document.write('<PARAM NAME="LOOP" VALUE="true">');
document.write('<PARAM NAME="WMODE" VALUE="opaque">');
document.write('<PARAM NAME="QUALITY" VALUE="high">');
document.write('<EMBED SRC="front.swf" WIDTH="750" HEIGHT="230" PLAY="true" LOOP="true" WMODE="opaque" QUALITY="high" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">');
document.write('</EMBED>');
document.write('</OBJECT>');

