function RunFla()
{

   document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="291" HEIGHT="111" id="intro" ALIGN="">\n');
   document.write('<PARAM NAME=movie VALUE="flash/animation.swf">\n');


   document.write('<PARAM NAME=quality VALUE=high>\n');
   document.write('<PARAM NAME=wmode VALUE=transparent>\n');

   document.write('<PARAM NAME=bgcolor VALUE=#CCCCCC>\n');
   document.write('<EMBED src="flash/animation.swf" wmode="transparent" quality=high bgcolor=#CCCCCC  WIDTH="291" HEIGHT="111" NAME="intro" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>');
   document.write('</OBJECT>\n');
}


