function getUsername()
{
    return getCookie("passport_91_cn_utfname");
}
function getCookie(sName) 
{
	  var aCookie = document.cookie.split("; ");
	  
	  for (var i=0; i < aCookie.length; i++)
	  {
	        var aCrumb = aCookie[i].split("=");
	        
	       if (sName.toLowerCase() == aCrumb[0].toLowerCase()) 
	        {
				if(sName=="passport_91_cn_utfname")
					return unescape(aCrumb[1].replace(/%25/g,'%'));
				else
					return unescape(aCrumb[1]);
	        }
	  }
	  return null;		
}
function userIsLogined()
{
	var auth = getCookie("passport_91_cn_utfname");
	var key  = getCookie("passport_91_cn_code");
	//alert(auth);
	if((null == auth)||(null == key)||(key.length!=32))
		return false;
	return true;
}
function showLoginArea()
{
	if(userIsLogined())//已经登录
	{
		document.writeln("<table width=\"980\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">");
		document.writeln("		  <tr>");
		document.writeln("		    <td height=\"30\" background=\"http:\/\/www.91.cn\/images\/top_01.jpg\"><div id=top_2><table width=\"99%\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">");
		document.writeln("		      <tr>");
		document.writeln("		        <td width=\"161\" valign=\"middle\" class=\"letter_green12\">就医网·中国人的网上医院<\/td><td width=\"251\" class=\"top_style\"><a href=\"http:\/\/91.cn\/passport\/\" target=\"_blank\"><img src=\"http:\/\/www.91.cn\/images\/top_09.jpg\" width=\"63\" height=\"11\" hspace=\"5\" border=\"0\"><\/a>");
		document.writeln("你好," + getUsername().replace(" ","") + " ");
		document.writeln("				<a href=\"http:\/\/91.cn\/passport\/login.aspx?ope=logout\" target=\"_blank\" title=\"注销登录\">注销<\/a>&nbsp;		");
		document.writeln("<\/td>");
		document.writeln("		        <td width=\"76\"><a href=\"http:\/\/member.91.cn\/\" target=\"_blank\"><img src=\"http:\/\/www.91.cn\/images\/icon_help.gif\" width=\"66\" height=\"17\" hspace=\"3\" border=\"0\" align=\"texttop\"><\/a><\/td><FJTIGNOREURL>");
		document.writeln("		        <td width=\"306\" align=\"right\" valign=\"middle\" class=\"top_style\">-<a href=\"http:\/\/www.91.cn\" class=\"top_style\" target=\"_blank\">首页<\/a> -<a href=\"http:\/\/ask.91.cn\" class=\"top_style\" target=\"_blank\">咨询<\/a> -<a href=\"http:\/\/blog.91.cn\" target=\"_blank\" class=\"top_style\">博客<\/a> -<a href=\"http:\/\/bbs.91.cn\" class=\"top_style\" target=\"_blank\">社区<\/a> -<a href=\"http:\/\/tv.91.cn\" class=\"top_style\" target=\"_blank\">访谈<\/a> -<a href=\"http:\/\/member.91.cn\/help_money_01.htm\" class=\"top_style\" target=\"_blank\">网络银子<\/a> -<a href=\"http:\/\/big5.91.cn:81\/\" class=\"top_style\">繁体<\/a><\/td><\/FJTIGNOREURL>");
		document.writeln("		      <\/tr>");
		document.writeln("		    <\/table>");
		document.writeln("		    <\/div><\/td>");
		document.writeln("		  <\/tr>");
		document.writeln("		<\/table>");
	}
	else//未登录 
	{
		document.writeln("<table width=\"980\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">");
		document.writeln("  <tr>");
		document.writeln("    <td height=\"30\" background=\"http:\/\/www.91.cn\/images\/top_01.jpg\"><div id=top_2><table width=\"99%\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">");
		document.writeln("      <tr>");
		document.writeln("        <td width=\"161\" valign=\"middle\" class=\"letter_green12\">就医网·中国人的网上医院<\/td>");
		document.writeln("        <td width=\"76\"><a href=\"http:\/\/91.cn\/passport\/\" target=\"_blank\"><img src=\"http:\/\/www.91.cn\/images\/top_09.jpg\" width=\"63\" height=\"11\" hspace=\"5\" border=\"0\"><\/a><\/td>");
		document.writeln("        <FORM action=http:\/\/91.cn\/passport\/index.php?act=login&amp;ope=save method=post target=_blank> <td width=\"251\" class=\"top_style\">用户名          ");
		document.writeln("          <input name=\"username\" type=\"text\" class=\"login_k\" size=\"10\">          &nbsp;");
		document.writeln("          密码");
		document.writeln("          <input name=\"password\" type=\"password\" class=\"login_k\" size=\"10\">          <\/td>");
		document.writeln("		  <td width=\"49\" valign=\"middle\" class=\"top_style\"><input type=\"image\" src=\"http:\/\/www.91.cn\/images\/icon_login.gif\" width=\"36\" height=\"17\" hspace=\"3\" align=\"absmiddle\"><\/td>");
		document.writeln("        <td width=\"51\" valign=\"middle\" class=\"top_style\"><a href=\"http:\/\/91.cn\/passport\/index.php?act=register_type\" target=\"_blank\"><img src=\"http:\/\/www.91.cn\/images\/icon_reg.gif\" width=\"36\" height=\"17\" hspace=\"3\" border=\"0\" align=\"absmiddle\"><\/a><\/td>");
		document.writeln("        <\/form>");
		document.writeln("        <td width=\"76\"><a href=\"http:\/\/member.91.cn\/\" target=\"_blank\"><img src=\"http:\/\/www.91.cn\/images\/icon_help.gif\" width=\"66\" height=\"17\" hspace=\"3\" border=\"0\" align=\"texttop\"><\/a><\/td><FJTIGNOREURL>");
		document.writeln("        <td width=\"306\" align=\"right\" valign=\"middle\" class=\"top_style\">-<a href=\"http:\/\/www.91.cn\" class=\"top_style\" target=\"_blank\">首页<\/a> -<a href=\"http:\/\/ask.91.cn\" class=\"top_style\" target=\"_blank\">咨询<\/a> -<a href=\"http:\/\/blog.91.cn\" target=\"_blank\" class=\"top_style\">博客<\/a> -<a href=\"http:\/\/bbs.91.cn\" class=\"top_style\" target=\"_blank\">社区<\/a> -<a href=\"http:\/\/tv.91.cn\" class=\"top_style\" target=\"_blank\">访谈<\/a> -<a href=\"http:\/\/member.91.cn\/help_money_01.htm\" class=\"top_style\" target=\"_blank\">网络银子<\/a> -<a href=\"http:\/\/big5.91.cn:81\/\" class=\"top_style\">繁体<\/a><\/td><\/FJTIGNOREURL>");
		document.writeln("      <\/tr>");
		document.writeln("    <\/table><\/div><\/td>");
		document.writeln("  <\/tr>");
		document.writeln("<\/table>");
	}
}

document.writeln("<style>");
document.writeln(".letter_green12 {");
document.writeln("	font-family: \"宋体\";");
document.writeln("	font-size: 12px;");
document.writeln("	font-weight: lighter;");
document.writeln("	color: #02879B;");
document.writeln("	text-decoration: none;");
document.writeln("	line-height: 22px;");
document.writeln("}");
document.writeln(".top_style {");
document.writeln("	font-size: 12px;");
document.writeln("	color: #565656;");
document.writeln("	text-decoration: none;");
document.writeln("	line-height: 22px;");
document.writeln("}");
document.writeln("a.top_style:visited {");
document.writeln("	font-size: 12px;");
document.writeln("	color: #565656;");
document.writeln("	text-decoration: none;");
document.writeln("}");
document.writeln("a.top_style:link {");
document.writeln("	font-size: 12px;");
document.writeln("	color: #565656;");
document.writeln("	text-decoration: none;");
document.writeln("}");
document.writeln("a.top_style:hover {");
document.writeln("	font-size: 12px;");
document.writeln("	color: #02879B;");
document.writeln("	text-decoration: none;");
document.writeln("}");
document.writeln("a.top_style:active {");
document.writeln("	font-size: 12px;");
document.writeln("	color: #02879B;");
document.writeln("	text-decoration: none;");
document.writeln("}");
document.writeln("#top_2 td{font-size: 12px; line-height:150%;}");
document.writeln(".login_k {");
document.writeln("	font-size: 12px;");
document.writeln("	height: 16px;");
document.writeln("	color: #949494;");
document.writeln("	border: 1px solid #949494;");
document.writeln("}");
document.writeln("<\/style><body topmargin=\"0\" leftmargin=\"0\">");
showLoginArea();
document.writeln("<table width=\"980\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("  <tr>");
document.writeln("    <td height=\"5\"><\/td>");
document.writeln("  <\/tr>");
document.writeln("  <tr>");
document.writeln("    <td align=\"center\" class=\"top_style\"><a href=\"http:\/\/zj.91.cn\" target=\"_blank\" class=\"top_style\">自诊<\/a>︱<a href=\"http:\/\/disease.91.cn\" target=\"_blank\" class=\"top_style\">疾病<\/a>︱<a href=\"http:\/\/ill.91.cn\" target=\"_blank\" class=\"top_style\">专题<\/a>︱<a href=\"http:\/\/check.91.cn\" target=\"_blank\" class=\"top_style\">检查<\/a>︱<a href=\"http:\/\/eye.91.cn\" target=\"_blank\" class=\"top_style\">眼科<\/a>︱<a href=\"http:\/\/kq.91.cn\" target=\"_blank\" class=\"top_style\">口腔<\/a>︱<a href=\"http:\/\/mr.91.cn\" target=\"_blank\" class=\"top_style\">美容<\/a>︱<a href=\"http:\/\/fc.91.cn\" target=\"_blank\" class=\"top_style\">妇科<\/a>︱<a href=\"http:\/\/nxk.91.cn\" target=\"_blank\" class=\"top_style\">男科<\/a>︱<a href=\"http:\/\/jf.91.cn\" target=\"_blank\" class=\"top_style\">减肥<\/a>︱<a href=\"http:\/\/cancer.91.cn/\" target=\"_blank\" class=\"top_style\">肿瘤<\/a>︱<a href=\"http:\/\/gb.91.cn\" target=\"_blank\" class=\"top_style\">肝病<\/a>︱<a href=\"http:\/\/gc.91.cn\" target=\"_blank\" class=\"top_style\"><\/a><a href=\"http:\/\/ebh.91.cn\" target=\"_blank\" class=\"top_style\">耳鼻喉<\/a>︱<a href=\"http:\/\/ask.91.cn\" target=\"_blank\" class=\"top_style\">咨询<\/a>︱<a href=\"http:\/\/doctor.91.cn\" target=\"_blank\" class=\"top_style\">专家<\/a>︱<a href=\"http:\/\/yy.91.cn\" target=\"_blank\" class=\"top_style\">医院<\/a>︱<a href=\"http:\/\/tv.91.cn\" target=\"_blank\" class=\"top_style\"><\/a><a href=\"http:\/\/drug.91.cn\" target=\"_blank\" class=\"top_style\">药品<\/a>︱<a href=\"http:\/\/ask.91.cn\" target=\"_blank\" class=\"top_style\">商城<\/a>︱<a href=\"http:\/\/man.91.cn\" target=\"_blank\" class=\"top_style\">男人<\/a>︱<a href=\"http:\/\/lady.91.cn\" target=\"_blank\" class=\"top_style\">女人<\/a>︱<a href=\"http:\/\/xjk.91.cn\" target=\"_blank\" class=\"top_style\">两性<\/a>︱<a href=\"http:\/\/baby.91.cn\" target=\"_blank\" class=\"top_style\">亲子<\/a>︱<a href=\"http:\/\/health.91.cn\/bjzl\/\" target=\"_blank\" class=\"top_style\">保健<\/a>︱<a href=\"http:\/\/health.91.cn\/yyys\/\" target=\"_blank\" class=\"top_style\">营养<\/a>︱<a href=\"http:\/\/health.91.cn\/xljk\/\" target=\"_blank\" class=\"top_style\">心理<\/a>︱<a href=\"http:\/\/server.91.cn\/tuku\/\" target=\"_blank\" class=\"top_style\">图库<\/a>︱<a href=\"http:\/\/tj.91.cn/\" target=\"_blank\" class=\"top_style\"><font color=ff0000>体检</font><\/a><\/td>");
document.writeln("  <\/tr>");
document.writeln("<\/table><\/body>");
