function GetRenZhengHtml(){ var str,id; id = GetRandomChars(); str = ""; str += ""; return str; } function ReIntiRenZheng(thisImg){ thisImg.src = "/renzcode/loading.bmp"; var renzid,id; renzid = document.getElementById("renzid"); id = GetRandomChars(); renzid.value = id; thisImg.src = "/renzcode/img.asp?id="+id; } function GetRandomChars(){ var id = Math.random().toString(16); var id1 = Math.random().toString(16); //alert(id + " " + id1); return id.substr(2,8)+id1.substr(2,8); } document.write ("
请您 评论/留言
您未登录只能以访客身份进行评论,请立即登录
  以访客身份进行评论
留 言:
表情:  \'微笑\' \'不悦\' \'恼怒\' \'嘲弄\' \'大笑\' \'眨眼\' \'冷竣\' \'惊讶\' \'窘迫\' \'羞涩\' \'困惑\' \'累了\'
认证码: * [认证码有问题] [为什么使用验证码]
     
") //把本页URL传到登陆控件 document.loginPage.RedirectUrl.value = location.href; document.PostTopic2.returnURL.value = location.href;