
a="<div class='passport'><form name='Login' action='/User/User_ChkLogin.asp' method='post' onsubmit='return CheckForm(this)'><div class='s1'>用户名</div><div class='s2'><input name='UserName' /></div><div class='s1'>密码</div><div class='s2'><input name='UserPassword' type='password' /></div><div class='s3'><input type='submit' value='登录' style='cursor:pointer' /></div><div class='s1'><a href='/Reg/User_Reg.asp'>注册</a></div></form><div class='s4'><a target='_self' href='http://www.hottoo.com/' onclick='setHomePage(this);' class='s_home' title='把胡同网设为首页'>设为首页</a></div></div>";
a+="<div class='container'><div class='logo'><a target='_blank' target='_blank' href='http://www.hottoo.com/'><img src='http://www.hottoo.com/skin/images/logo.gif'></a></div><div class='nav s1'><ul><li><a class='tip' href='/Article/'>胡同</a> <a href='/Article/tjhutong/'>影像</a></a> <a href='/Article/mrgj/'>故居</a> <a href='/Article/wf/'>王府 </a> <a href='/Article/shy/'>四合院</a></li><li><a class='tip' href='/hsbj/'>北京</a> <a href='/hsbj/bjr/'>人物</a> <a href='/hsbj/ms/'>民俗 </a> <a href='/hsbj/bjqy/'>曲艺</a> <a href='/hsbj/lzh/'>老字号</a> </li></ul></div><div class='nav s2'><ul><li><a class='tip' href='/lvyou/'>旅游</a> <a href='/lvyou/msgj/'>名胜</a> <a href='/lvyou/tc/'>特产</a> <a href='/lvyou/lyzt/'>指南</a> <a href='/lvyou/tsj/'>特色街</a></li><li><a class='tip' href='http://www.hottoo.com/yule/'>娱乐</a> <a href='/yule/ShowClass.asp?ClassID=1'>酒吧</a> <a href='/yule/ShowClass.asp?ClassID=3'>健身</a> <a href='/yule/ShowClass.asp?ClassID=386'>足浴</a> <a href='/yule/ShowClass.asp?ClassID=2'>KTV</a></li></ul></div><div class='nav s3'><ul><li><a class='tip' href='/chi/'>餐饮</a> <a href='/chi/ShowClass.asp?ClassID=61'>美食</a> <a href='/chi/ShowClass.asp?ClassID=60'>火锅</a> <a href='/chi/ShowClass.asp?ClassID=59'>西餐</a> <a href='/chi/QShowClass.asp'>清真</a></li><li><a class='tip' href='/bianli/'>便利</a> <a href='/bianli/ShowClasss.asp?ClassID=724'>医院</a> <a href='/bianli/ShowClasss.asp?ClassID=731'>教育</a> <a href='/bianli/ShowClasss.asp?ClassID=849'>婚嫁</a> <a href='/bianli/ShowClasss.asp?ClassID=754'>家政</a></li></ul></div><div class='nav s4 '><ul><li><a class='tip' href='http://bbs.hottoo.com/'>社区</a> <a  href='http://bbs.hottoo.com/forum-83-1.html'>小妖精<br> <a   href='http://bbs.hottoo.com/forum-64-1.html'>胡说吧</a> <a   href='http://bbs.hottoo.com/forum-101-1.html'>最观察</a></a></li></ul></div></div>"


document.write(a);

function setHomePage(dd){
dd.style.behavior='url(#default#homepage)';
dd.setHomePage('http://www.hottoo.com/');
}
function refreshimg(){
  document.all.checkcode.src='inc/checkcode.asp';
}
function CheckForm(form)
{
    if(form.UserName.value=="")
    {
        alert("请输入用户名！");
        form.UserName.focus();
        return false;
    }
    if(form.UserPassword.value == "")
    {
        alert("请输入密码！");
        form.UserPassword.focus();
        return false;
    }
}