var checktimes = 0; var movemousestatus = 0;var clickmousestatus = 0;var keydownstring = ""; var screenparams = ""; try { screenparams = window.screen.width + "กม" + window.screen.height;} catch (e) { }document.onmousemove = function () { movemousestatus += 1; };document.onclick = function () { clickmousestatus += 1; };document.onkeydown = function () { try { keydownstring += event.keyCode + ","; } catch (e) { } };function traceClient() { try { var str = "mousemove=" + movemousestatus; str += "#mouseclick=" + clickmousestatus; str += "#keydownstring=" + keydownstring; str += "#screenparams=" + screenparams+ "#checktimes=" + checktimes; document.getElementById("traceData").value = str; } catch (e) { }}window.gt_custom_ajax = function (result, id, message) { checktimes++; if (result == 1) { document.getElementById("safecode").value = "yesx";CloseDiv(); RegisterUtil.FormSubmit('reg_post'); } else { document.getElementById("safecode").value = ""; }};window.SliderCallBack = function (data) { checktimes++; if (data.result == 2) { document.getElementById("verifyid").value= data.verifyid; document.getElementById("safecode").value = "yesx";CloseDiv(); RegisterUtil.FormSubmit('reg_post'); } else { document.getElementById("safecode").value = ""; setTimeout(function(){CloseDiv();},5000); }};window.fuyunclick_callback = function (obj) { if (obj.Result) { document.getElementById("safecode").value = "yesx";CloseDiv(); RegisterUtil.FormSubmit('reg_post'); } }