	var login_name="";
	var login_name_temp="";
	login_name_temp=getCookie("UNIPROU")
	var broken_cookie = login_name_temp.split(":"); 
	login_name = broken_cookie[1]; 
	login_name = unescape(login_name);
	
	function ggmm_no_sina_cookie(){
		document.write("<table width=138 border=0 cellpadding=0 cellspacing=0>")
		document.write("<form action='http://fcnv.sina.com.cn/checkLogin' method='post' name='unipro_head_login_form' onSubmit='return formCheck();'>")
		document.write("<tr><td width=1 height=1></td>")
		document.write("<td width=136 colspan=2 bgcolor=#F7C1DE></td>")
		document.write("<td width=1></td></tr>")
		document.write("<tr bgcolor=#F7C1DE><td></td>")
		document.write("<td width=48 height=23>&nbsp;<font color=#B1014C>手机:</font></td>")
		document.write("<td width=88><input type=text size=12 style='border:#c2548e 1px solid;background-color:#ffffff' name='userid'></td>")
		document.write("<td></td></tr>")
		document.write("<tr bgcolor=#F7C1DE><td></td>")
		document.write("<td height=23>&nbsp;<font color=#B1014C>密码:</font></td>")
		document.write("<td><input type=password size=12 style='border:#c2548e 1px solid;background-color:#ffffff' name='passcode'></td>")
		document.write("<td></td></tr>")
		document.write("<tr bgcolor=#F7C1DE>")
		//document.write(""<td></td>")
		//document.write("<td height=29></td>")
		//document.write("<td align=center><input type=image src=http://image2.sina.com.cn/sms/fcnnnew/images/fcnva12.gif width=54 height=23 border=0>&nbsp;&nbsp;</td>")
		document.write("<td colspan=3 align=center><input name=Submit22 cache value=登录 type=image src=\"http://image2.sina.com.cn/sms/feichang/images/bu_dl.gif\" >&nbsp;&nbsp;<a href='#'><img name=Submit2 border=0 cache value=忘记密码  src=\"http://image2.sina.com.cn/sms/feichang/images/bu_wjmm.gif\"   onClick=\"javascript:window.open('http://mms.sina.com.cn/forgetpwd.html');\" ></a> </td>")
		document.write("<td></td></tr>")
		document.write("<tr bgcolor=#F7C1DE><td></td>")
		document.write("<td height=29 colspan=2 align=center>同意<img src=\"http://image2.sina.com.cn/sms/feichang/images/yes.gif\" width='12' height='12'><a href=\"info/item.shtml\" target='_blank'>服务条款</a></td>")
		document.write("<td></td></tr>")		
		document.write("<tr bgcolor=#F7C1DE><td></td>")
		document.write("<td height=29 colspan=2 align=center><b><a href='http://unipro.sina.com.cn/cgi-bin/new_regist0.cgi?url1=&url2=&id1=1&id2=0&entry=unipro&mcheck=41a54cfe5718c9a1f927a2af3728d9c6' target='_blank'>申请通行证</a></b></td>")
		document.write("<td></td></tr>")
		document.write("<tr><td height=1></td>")
		document.write("<td bgcolor=#F7C1DE colspan=2></td>")
		document.write("<td><input type='hidden' name='url' value=''></td></tr>")
		document.write("</form>")
		document.write("</table>")
	
	}
	
			
	function no_sms_cookie(tempname){
		var bianlianes=login_name
		bianlianes+="，您好,请立即<a href=# onClick=\"window.open('http://unipro.sina.com.cn/popup.html','tyduPopup','width=400,height=300');\">登记您的手机号码</a>，就可以使用短信服务。"
		bianlianes+="<a href=# onclick=\"rebackes('"+tempname+"')\">安全退出</a>"
		
		document.write("<table width=140 border=0 cellpadding=0 align=center cellspacing=0><tr><td width=140 height=70 class=l15>")
		document.write(bianlianes)
		document.write("</td></tr></table>")
	}
	
	function yes_sms_cookie(urlName){
		window.location=urlName
	}
	
	function rebackes(re_url){
		unipro_UniProLogout()
		window.location=re_url
	}