function MainFlash () {
  try {

document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0" width="345" height="356" vspace="0" hspace="0">');
document.write('            <param name="movie" value="/lib/flash/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('            <embed src="/lib/flash/main.swf" play="true" loop="true" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" width="345" height="356"></embed>');
document.write('            </object>');

  } catch(E){}
}