(function() {
//装修网的页面需要宽950页面
var a950 = [
	'jy510.com',
    'jy510.net'
];

var PD_NAV_WIDTH = 955;

var isShowMoreButton = true;
var hostname = document.location.hostname;
//alert(hostname);
for (var i = 0; i < a950.length; i++) {
    if (hostname == a950[i]) {
        isShowMoreButton = false;
        PD_NAV_WIDTH = 950;
        break;
    }
}

PD_NAV_WIDTH = ((typeof(PD_NAV_WIDTH) == "undefined") ? false : PD_NAV_WIDTH);

var pdNavWidth = PD_NAV_WIDTH ? 'style="width:' + PD_NAV_WIDTH + 'px;"' : "";

/*
   我们网站暂时没做 普通会员登录. 以下的 会员登录暂时 隐藏..不做推出
*/
var ss = '<div id="top_globalnav" '+pdNavWidth+'>\
	<div class="globaltop">\
		<div class="mainlinks">\
			<a href="http://www.jy510.com/home.php" target="_blank">首页</a>\
			<a href="http://www.jy510.com/zwzn1.php" target="_blank">政务指南</a>\
			<a href="http://www.jy510.com/wy_index.php" target="_blank">物业管理</a>\
			<a href="http://www.jy510.com/esf_tools.php" target="_blank">交易手册</a>\
			<a href="http://www.jy510.com/sygjs.php" target="_blank">实用工具</a>\
			<a href="http://www.jy510.com/jynews.php" target="_blank">房产新闻</a>\
			<a href="http://www.jy510.com/esf_subs.php?lx=%B3%F6%CA%DB" target="_blank">出售房源</a>\
			<a href="http://www.jy510.com/esf_subs.php?lx=%B3%F6%D7%E2" target="_blank">出租房源</a>\
			<a href="http://www.jy510.com/esf_xqjs.php" target="_blank">小区介绍</a>\
			<a href="http://www.jy510.com/zxzxs.php" target="_blank">在线评估</a>\
            <a href="http://www.jy510.com/cjalas.php" target="_blank">成交案例</a>\
			<a href="http://www.jy510.com/gjj.php" target="_blank">公积金</a>\
			<a href="http://www.jy510.com/yhdk.php" target="_blank">银行贷款</a>\
			<a href="http://www.jy510.com/wzdh.php" target="_blank">网站导航</a>'
+ (isShowMoreButton ? '	<a href="http://www.jy510.com/cxzx.php" target="_blank">查询中心</a>' : '') +
		'</div>\
		<div class="passport" id="nologin" style="display:none">\
			<form id="loginForm" method="post" action="http://www.jy510.com/dologin.php" onsubmit="return PassUtils.checkLogin();">\
				<span>通行证：</span><input type="text" name="tomid" id="tomid" onfocus="if(this.value==\'输入邮箱\')this.value=\'\';this.style.color=\'black\';" onblur="PassUtils.autoComplete(\'tomid\')" />\
				<span>密码：</span><input type="password" name="tompwd" id="tompwd" onfocus="if(this.value==\'输入密码\')this.value=\'\';this.style.color=\'black\';" />\
				<input type="submit" value="登录" class="passsub"/>\
				<input type="hidden" name="issave" value="0" style="margin:0;" />\
                <input type="hidden" name="backurl" id="backurl" value="" style="margin:0;" />\
				<a target="_bank" href="http://www.jy510.com/register.php?backurl='+encodeURIComponent(document.location.href)+'">立即注册</a>\
			</form>\
		</div>\
		<div class="passport" id="login" style="display:none">\
			<a id="username" href="http://www.jy510.com/" target="_blank"></a> | <a href="http://www.jy510.com/publish_news.php" target="_blank">发表文章</a> | <a href="http://www.jy510.com/logout.php" onclick="document.location=\'http://www.jy510.com/logout.php?goto=\'+encodeURIComponent(\'\'+document.location.href);return false;">退出</a>\
		</div>\
	</div>\
	<div class="globalbtm">\
		<div class="sublinks">\
			<a href="http://www.jy510.com/lphz1.php" target="_blank">楼盘总汇</a>-\
			<a href="http://www.jy510.com/newslist.php?lbs=7" target="_blank">工程进度</a>-\
			<a href="http://www.jy510.com/spf_kfshd.php" target="_self">楼盘答疑</a>-\
			<a href="http://www.jy510.com/spf_tk1.php" target="_self">楼盘图库</a>-\
			<a href="http://www.jy510.com/spf_hx1.php" target="_self">户型大全</a>-\
			<a href="http://www.jy510.com/spf_xsphb.php" target="_blank">备案楼盘</a>-\
		    <a href="http://www.jy510.com/sscj.php" target="_blank">实时成交</a>-\
			<a href="http://www.jy510.com/g_map/xf_map.php" target="_blank">电子地图</a>-'
+ (isShowMoreButton ? '- <a href="http://bbs.jy510.com/thread.php?fid=30" target="_blank">楼市论坛</a>' : '') +
		'</div>'
+ (isShowMoreButton ? '<div class="morelinks"><a href="http://bbs.jy510.com" target="_blank">进入房产论坛</a></div><div class="morelinks"><a href="http://www.jy510.com/esf.php" target="_blank">进入租售市场</a></div><div class="morelinks"><a href="http://www.jy510.com/spf.php" target="_blank">进入新房中心</a></div>' : '') +
	'</div>\
</div>';

document.write(ss);
		
})();
