document.writeln("<div id=\"msn2\" style=\" WIDTH:320px; left:0;display:none; POSITION:absolute; HEIGHT:150px; BACKGROUND-COLOR:#c9d3f3\">");
document.writeln("<form id=\"frm\" name=\"frm\" action=\"auxiliary/tactics/sendemailState.jspx\" target=\"iframe\" method=\"post\" > ");
document.writeln("<table width=\"320\" height=\"150\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" background=\"js/images/bg.jpg\">");
document.writeln(" <tr><td valign=\"top\"><div style=\"margin-left:290px;margin-top:1px;font-size:12px; font-weight:bold; color:#8C5316\"><a href=\"javascript:close();\" >关闭<\/a><\/div>");
document.writeln("<div style=\"PADDING-RIGHT: 10px; PADDING-LEFT: 10px; FONT-SIZE: 9pt; PADDING-BOTTOM: 6px; WIDTH: 300px; COLOR: #1f336b; PADDING-TOP: 10px; HEIGHT: 100%\">尊敬的国联会员您好：<br\>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;您的“策略中心服务”或“策略中心体验账号”已申请成功。“体验账号”信息已发至您的邮箱；如您没有收到邮件，请至会员中心“权限管理”查看体验账号，默认密码为身份证后六位。<\/div><div ><input name=\"button\" type=\"button\" onclick=\"but();\" value=\"不再提醒\" style=\"margin-left:230px;FONT-WEIGHT:bold;COLOR:red;\"><div>");
document.writeln("<\/td> <\/tr><\/table><\/form><iframe name=\"iframe\"><\/iframe><\/div>");


function rightBottomAd(){
var abc = document.getElementById("msn2");
abc.style.top = document.documentElement.scrollTop+document.documentElement.clientHeight-120+"px"; 
setTimeout(function(){rightBottomAd();},80);
}

function closeDiv(){
msn2.style.visibility='hidden';
}

function close(){
document.getElementById("msn2").style.display="none";
}
function show(){
document.getElementById("msn2").style.display="";
}
function but(){

	document.frm.submit();
	window.close();
}
