function main () {
try {
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=5,0,0,0" width="900" height="291">');
document.write('<param name="movie" value="/images/main.swf">');
document.write('<param name="play" value="true">');
document.write('<param name="loop" value="true">');
document.write('<param name="quality" value="high">');
document.write('<param name="wmode" value="transparent">');
document.write('<embed src="/images/main.swf" play="true" loop="true" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" width="900" height="291"></embed>');

document.write('</object>');
  } catch(E){}
}


function sub () {
try {
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=5,0,0,0" width="900" height="163">');
document.write('<param name="movie" value="/images/sub.swf">');
document.write('<param name="play" value="true">');
document.write('<param name="loop" value="true">');
document.write('<param name="quality" value="high">');
document.write('<param name="wmode" value="transparent">');
document.write('<embed src="/images/sub.swf" play="true" loop="true" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" width="900" height="163"></embed>');

document.write('</object>');
  } catch(E){}
}



