var rightbar;
var coupletcode;
rightbar = window.screen.width-355;

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: 180px; 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 = "";
document.all.sidebar2.innerHTML = "<table width=100% border=0 cellpadding=0 cellspacing=0><tr><td><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=222 HEIGHT=182 id=youFF ALIGN=><PARAM NAME=movie VALUE=images/v1.swf><PARAM NAME=quality VALUE=high><PARAM NAME=wmode value=opaque><EMBED id=youFFG src=images/v1.swf quality=high WIDTH=222 HEIGHT=182 NAME=you ALIGN= TYPE=application/x-shockwave-flash PLUGINSPAGE=http://www.macromedia.com/go/getflashplayer></EMBED></OBJECT></td></tr></table><table width=100% border=0 cellpadding=0 cellspacing=0></td></tr></table>";

}
}

	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");
	}
	//-->