var strDate = new Date(); var strStime=strDate.getFullYear()+"/"+(strDate.getMonth()+1)+"/"+strDate.getDate()+" "+strDate.getHours()+":"+strDate.getMinutes()+":"+strDate.getSeconds(); var strShost="https://www.gaabnn.cn/"; var strUserName="称呼Name"; var strUserTel="电话Tel"; var strUserEmail="邮箱Email"; var strSmod=""; var strLScount=""; var strScount=""; var strSip="3.149.250.1"; var strSagent=""; var strSclick="1"; var strStoken=""; var strSurl=document.location.href; $(function(){ var strSreferer=getReferer(); try{ $.ajax({ type: "GET", url: strShost+"style/postBack/?act=Slist"+"&Smod="+escape(strSmod)+"&Scount="+escape(strScount)+"&Sip="+escape(strSip)+"&Sagent="+escape(strSagent)+"&Sreferer="+escape(strSreferer)+"&Sclick="+escape(strSclick)+"&Stoken="+escape(strStoken)+"&Surl="+escape(strSurl)+"&Stime="+escape(strStime), dataType: "script" }); var strCommentVerifyImg=$("#commentVerifyImg"); var strCommentVerifyImgSrc=strCommentVerifyImg.attr("src"); if(strCommentVerifyImg.size()>0){ strCommentVerifyImg.css("cursor","pointer"); strCommentVerifyImg.click( function() { strCommentVerifyImg.attr("src",strCommentVerifyImgSrc+"&random="+Math.random()); }); }; }catch(e){}; });