var rightbar;
var coupletcode;
rightbar = window.screen.width-130;

coupletcode = "<DIV id=sidebar style='LEFT: 5px; POSITION: absolute; TOP: 30px; VISIBILITY: hidden;' width=100>32</div><DIV id=sidebar2 style='LEFT: " + rightbar + "px; POSITION: absolute; TOP: 30px; VISIBILITY: hidden' width=100>32</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.sidebar.innerHTML = duilian_src
document.all.sidebar2.innerHTML =duilian_src

}
}

	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");
	}
	//-->




