// JavaScript Document
var rightbar; 
var coupletcode; 
rightbar = window.screen.width-140; 

coupletcode = "<DIV id=sidebar style='LEFT: 0px; POSITION: absolute; TOP: 100px; VISIBILITY: hidden;' width=90></div><DIV id=sidebar2 style='LEFT: " + rightbar + "px; POSITION: absolute; TOP: 100px; VISIBILITY: hidden' width=90></div>"; 

if (window.screen.width>=1024) 
{ 
document.write(coupletcode); 
} 

function InsertCouplet() 
{ 
if (window.screen.width>=1024){ 
document.all.sidebar.style.visibility = "visible"; 
document.all.sidebar2.style.visibility = "visible"; 
document.all.sidebar2.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=100 HEIGHT=300 id=youFF ALIGN=> <PARAM NAME=movie VALUE=/Jimages/duilian.swf?clickthru=http://goto.sohu.com/goto.php3?code=youpai-sh47-frduilian> <PARAM NAME=quality VALUE=high> <PARAM NAME=wmode VALUE=transparent><EMBED id=youFFG src=/Jimages/duilian.swf?clickthru=http://goto.sohu.com/goto.php3?code=youpai-sh47-frduilian quality=high wmode=transparent WIDTH=90 HEIGHT=270 NAME=you ALIGN= TYPE=application/x-shockwave-flash PLUGINSPAGE=http://www.macromedia.com/go/getflashplayer></EMBED></OBJECT>"; 

} 
} 

InsertCouplet(); 
function leftFFG_DoFSCommand(command,args){ 
if ((command == "SohuCLFS")&&(args =="hidecouplet")){ 
document.all.sidebar.style.visibility = "hidden"; 
document.all.sidebar2.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"); 
} 
//--> 

