var rightbar;
var coupletcode;
rightbar = window.screen.width-125;

coupletcode = "<DIV id=sidebar style='LEFT: 4px; POSITION: absolute; TOP: 0px; VISIBILITY: hidden;' width=117>32</div><DIV id=sidebar2 style='LEFT: " + rightbar + "px; POSITION: absolute; TOP: 0px; VISIBILITY: hidden' width=117>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 = "<a href=../detail.asp?id=42  target=_blank><img src=yewu/7cai.gif width=100 height=300 border=0></a>";
document.all.sidebar2.innerHTML = "<a href=http://js.ct10000.com/cswinfoquery.pr.prInfoQuery.do><img src=yewu/chafei.jpg width=100 height=300 border=0></a>";
}
}

	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");
	}
	//-->
	