function RunSwf(){
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
    document.write('width="100%" height="100%"');
    document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">');
    document.write('<param name="movie" value="index.swf" /><param name="quality" value="high" /><param name="scale" value="noscale" /><param name="bgcolor" value="#edece0" />');
    document.write('<embed src="index.swf" quality="high" scale="noscale" bgcolor="#edece0" ');
    document.write('width="100%" height="100%" name="index" align="middle"');
    document.write('play="true"');
    document.write('loop="false"');
    document.write('quality="high"');
    document.write('allowScriptAccess="sameDomain"');
    document.write('type="application/x-shockwave-flash"');
    document.write('pluginspage="http://www.macromedia.com/go/getflashplayer">');
    document.write('<\/embed>');
    document.write('<\/object>');
}
