document.write("<table width=970 border=0 cellspacing=5 cellpadding=0 align=center>");
document.write("<tr>");
document.write("<td rowspan=2 width=150><a href=/><img src=/img/logo2.gif border=0 alt='个人房源网'></a></td>");
document.write("<td width=300></td>");
document.write("<td align=right>");

//js获取cookie 
var acookie=document.cookie.split("; "); 
function getck(sname) 
{//获取单个cookies 
for(var i=0;i<acookie.length;i++){ 
var arr=acookie[i].split("="); 
if(sname==arr[0]){ 
if(arr.length>1) 
return unescape(arr[1]);
else 
return ""; 
}} 
return ""; 
}

thisURL = document.URL;
//document.write( thisURL ); 当前url

var yhm=unescape(getck("yonghuming"));
if(yhm.length>=1){
document.write ("&nbsp;&nbsp;");
document.write ("<a href=/denglu/myhome.html title=账户管理><u>");
document.write (unescape(getck("yonghuming")));
document.write ("账户管理</u></a> <a href=/denglu/out.asp><u>退出</u></a>");
}else{
document.write (" <a href='/denglu/index.html?l="+ thisURL +"'><u>登录</u></a> ");
document.write ("<a href='/zhuce/'><u>注册</u></a>&nbsp;");
}

document.write("&nbsp;<a href='/vip/index.html' target=_blank><u><font color=red>VIP用户</font></u></a>");
document.write("&nbsp;<a href='/agent/index.html' target=_blank><u><font color=#006600>经纪人</font></u></a>");
document.write("</td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td valign=bottom colspan=2 id=menu>");
document.write("<a href=/>网站首页</a>");
document.write("<a href=/index.htm>二手房源</a>");
document.write("<a href=/zufang.html>出租房屋</a>");
document.write("<a href=/bbs/>房产贴吧</a>");
document.write("<a href=/loan/>购房宝典</a>");

document.write("<span id=menu-1><ul>");
document.write("<li><a href=/about/fabu.html class=fng>发布信息<!--[if ie 7]><!--></a><!--<![endif]--><!--[if ie 8]><!--></a><!--<![endif]--><!--[if lte ie 6]> ");
document.write("<table><tbody><tr><td><![endif]--><ul>");
document.write("<a href=/zufang/>我要出租</a>");
document.write("<a href=/zufang/qiuzu.asp>我要求租</a>");
document.write("<a href=/sells_house/>我要卖房</a>");
document.write("<a href=/buy_house/fabu.asp>我要买房</a>");
document.write("</ul><!--[if lte ie 6]></td></tr></tbody></table></a><![endif]--></li></ul></td>");
document.write("</span></td></tr></tbody></table>");

document.write("</td>");
document.write("</tr>");
document.write("</table>");
