// JavaScript Document function show(e) { if(typeof(e) == "string") { e = document.getElementById(e); } e.style.position = 'absolute'; e.style.left = event.x - 150; e.style.right = event.y - 10; e.style.display = 'block'; //e.style.visibility = 'visible'; } function hide(e) { if(typeof(e) == "string") { e = document.getElementById(e); } e.style.display = 'none'; } var ffurl = escape(document.referrer); var ffurl1=escape(location.href); if(ffurl.indexOf("xhsd")>0 || ffurl1.indexOf("xhsd")>0 || ffurl.indexOf("newwang")>0 || ffurl1.indexOf("newwang")>0){ alert('非法连接'); window.location="http://www.123123.123123" } var username=""; var kb=""; var cityhtml="
上海站<\/a><\/td>广州站<\/a><\/td>深圳站<\/a><\/td><\/td><\/td><\/td><\/tr>
<\/td><\/td><\/td><\/td><\/td>关闭<\/a><\/td><\/tr><\/table><\/div>"; document.writeln(""); document.writeln(" "); //登录状态 if (username!=""){ document.writeln("
  退出<\/a> | 我的酷鹏<\/a> 欢迎您 <\/span>"+username+" 您已拥有<\/span>"+kb+"酷币 <\/span><\/td>"); //登录状态完成 }else{ //未登录状态 document.writeln("   登录<\/a> | 注册<\/a> | 我的酷鹏<\/a> 欢迎您 <\/span>"+username+"  <\/span><\/td>"); //未登录状态完成 } document.writeln(" 发布优惠<\/span><\/a> | 优惠周刊<\/span><\/a> | 精彩专题<\/span><\/a> | 名牌专区<\/span><\/a> <\/td>"); document.writeln(" 首页<\/a><\/b>|切换城市<\/b><\/td>"); document.writeln(" <\/tr>"); document.writeln("<\/table>"); document.writeln(cityhtml);