function Fixvid()
{
   document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" type="application/x-shockwave-flash" codebase"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="410" height="285"data="');
   document.write(movie);
   document.write('.swf" bgcolor="#000000">\n');
   document.write('<param name="');
   document.write(movie);
   document.write('" value="');
   document.write(movie);
   document.write('.swf" />\n');
   document.write('<embed src="');
   document.write(movie);
   document.write('.swf" quality="high"  type="application/x-shockwave-flash" width="410" height="285" pluginspage="http://www.macromedia.com/go/getflashplayer" />\n');
   document.write('</object>\n');
}