function openWindowBack() {
	var popUpWin2 = open("http://www.liaoce.com", "popUpWin2", "width=1,height=1,top=4000,left=3000,toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbar=yes,resizable=yes,copyhistory=yes");
	popUpWin2.blur();
    popUpWin2.opener.focus();

}
try{
	aryADSeq.push("openWindowBack()");
}catch(e){
	openWindowBack();
}
