function login(){var a=document.getElementById("txtUsername").value;var b=document.getElementById("txtLoginPassword").value;jQuery.ajax({type:"POST",url:"/signup/login/dhtml",data:jQuery("form").serialize(),success:function(c){if(c){jQuery("#message").html(c)}else{window.location.reload()}}})};