function Addjscode(title)
{
      document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9.0.0.0"width="1003px" height="71px" ID="sf" VIEWASTEXT>'); 
      document.write(' <param name="movie" value=' + title + ' />'); 
      document.write(' <param name="quality" value="high" />'); 
      document.write(' <param name="wmode" value="window" />'); 
      document.write(' <param name="allowScriptAccess" value="always" />'); 
      document.write(' <param name="allowFullScreen" value="flase" />'); 
      document.write(' <embed src=' + title + ' quality="high" name="sf" allowScriptAccess="always" allowFullScreen="flase" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="1003px" height="71px"></embed>'); 
      document.write('</object>'); 
}
