var rightbar;
 var coupletcode1;
 rightbar = window.screen.width-115;

 coupletcode1 = "<DIV id=sidebar1 style='LEFT: 1px; POSITION: absolute; TOP: 380px; VISIBILITY: hidden;' width=70>32</div><DIV id=sidebar21 style='LEFT: " + rightbar + "px; POSITION: absolute; TOP: 380px; VISIBILITY: hidden' width=70>32</div>";

 if (window.screen.width>=1024)
 {
 document.write(coupletcode1);
 }

 function InsertCouplet1()
 {
 if (window.screen.width>=1024){ 
 document.all.sidebar1.style.visibility = "visible";
 document.all.sidebar21.style.visibility = "visible";
 document.all.sidebar1.innerHTML = "<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=90 HEIGHT=250 id=leftFF ALIGN=> <PARAM NAME=movie VALUE=http://www.hldnews.com/images/myy.swf> <PARAM NAME=quality VALUE=high><EMBED id=leftFFG src=http://www.hldnews.com/images/myy.swf quality=high wmode=transparent  WIDTH=90 HEIGHT=350 NAME=you ALIGN= TYPE=application/x-shockwave-flash PLUGINSPAGE=http://www.macromedia.com/go/getflashplayer></EMBED></OBJECT>";
 document.all.sidebar21.innerHTML = "<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=90 HEIGHT=250 id=leftFF ALIGN=> <PARAM NAME=movie VALUE=http://www.hldnews.com/images/ggt.swf> <PARAM NAME=quality VALUE=high><EMBED id=leftFFG src=http://www.hldnews.com/images/ggt.swf quality=high wmode=transparent  WIDTH=90 HEIGHT=350 NAME=you ALIGN= TYPE=application/x-shockwave-flash PLUGINSPAGE=http://www.macromedia.com/go/getflashplayer></EMBED></OBJECT>";

 }
 }

  InsertCouplet1();
  function leftFFG_DoFSCommand(command,args){
   if ((command == "SohuCLFS")&&(args =="hidecouplet")){
    document.all.sidebar1.style.visibility = "hidden";
    document.all.sidebar21.style.visibility = "hidden";
   }
  }
  function youFFG_DoFSCommand(command,args){
   leftFFG_DoFSCommand(command,args);
  }
  <!--
  if (document.all){
   document.write("<Script language=\"JavaScript\" For=\"youFF\" Event=\"FSCommand(command,args)\">\n");
   document.write(" leftFFG_DoFSCommand(command,args);\n");
   document.write("</Script>\n");
   document.write("<Script language=\"JavaScript\" For=\"leftFF\" Event=\"FSCommand(command,args)\">\n");
   document.write(" leftFFG_DoFSCommand(command,args);\n");
   document.write("</Script>\n");
  }

