$(document).ready(function(){var c=new LightBox({boxId:"#e1"});$("#_loginBtn").click(function(){c.open();return false});var b="";var a=function(){$("#_lMsg").html("<img src='images/ajax-loader.gif' style='position:relative; top:4px' alt='Loading. Please wait...' />");if(b!=""){b=new TimezoneDetector().getTimezone()}$.post("/handlers/Login.ashx",{u:$("#_lUsername").val(),p:$("#_lPassword").val(),r:$("#_lRemMe").val(),t:b},function(d){if(d=="i"){$("#_lMsg").html("Invalid email or password")}else{if(d=="pr"){window.location="changepassword.aspx?a=r";return}else{window.location="home.aspx";return}}})};$("#_lSubmit").click(a);$("#e1 input").keypress(function(d){if((d.which&&d.which==13)||(d.keyCode&&d.keyCode==13)){a();return false}else{return true}})});
