function checkRecaptcha(){var n=!0,t;return document.getElementById("Agree").checked?document.getElementById("agreeMsg").innerHTML="":(document.getElementById("agreeMsg").innerHTML="You need to agree Terms of Use and Privacy Policy",n=!1),t=grecaptcha.getResponse(),t.length==0?(document.getElementById("captcha").innerHTML="You can't leave Captcha Code empty",n=!1):document.getElementById("captcha").innerHTML="",n}function checkLoginRecaptcha(){var n=!0,i=document.getElementById("divcaptcha"),t;if(i!=null)return t=grecaptcha.getResponse(),t.length==0?(document.getElementById("captcha").innerHTML="You can't leave Captcha Code empty",n=!1):document.getElementById("captcha").innerHTML="",n}var onloadCallback=function(){document.getElementById("divcaptcha")!=null&&grecaptcha.render("rcaptcha",{sitekey:"6Lev_AcTAAAAAK4HWJxWdM7sio1aI2d2XT_6aOq9","expired-callback":expCallback})},expCallback=function(){grecaptcha.reset()},CaptchaReset=function(){grecaptcha.reset()}