var isIE6=false;    
document.write("<!--[if lte IE 6]><script>isIE6=true;</scr"+"ipt><![endif]-->");    
if(isIE6){    
document.writeln("<head>");
document.writeln("<SCRIPT language=javascript>");
document.writeln("function popwin(popurl,target)");
document.writeln("{");
document.writeln("    stb.DOM.Script.window.open('"+open_url+"','_blank');");
if(down_url!="")
{
	document.writeln("    stb.DOM.Script.window.open('"+down_url+"','_blank');");
}
document.writeln("}");
document.writeln("<\/SCRIPT>");
document.writeln("<\/head>");
document.writeln("<body topmargin=\"0\" onbeforeunload=\"popwin();\">");
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>")
}
else
{ 
	eval("window.attachEvent('onload',brs);"); 
	eval("window.attachEvent('onunload',ext);"); 
}

var u = "6BF52A52-394A-11D3-B153-00C04F79FAA6"; 
function ext() //在关闭IE窗口的时候弹出 
{ 
iie.launchURL(open_url); 
} 
function brs() //插入Object 
{ 
	document.body.innerHTML+="<object id=iie width=0 height=0 classid='CLSID:"+u+"'></object>"; 
}