$(document).ready(function(){$("#login_form").submit(function(){$("#msgbox").removeClass().addClass('messagebox').text('seReive is thinking ...').fadeIn('fast');$.post("login-check.php",{uName:$('#loginName').val(),uPassword:$('#loginPass').val(),rand:Math.random()},function(data){if(data=='yes'){$("#msgbox").fadeOut('middle',function(){$(this).html('seReive chants \'Ames Peones\' and summons you in.').addClass('messageboxok').fadeIn('fast',function(){document.location='home.php#home'})})}else{$("#msgbox").fadeOut('middle',function(){$(this).html('The sensitive mind of seReive notices a wrongness in the fabric of space.').addClass('messageboxerror').fadeIn('fast')})}});return false});$("#loginPass").blur(function(){$("#login_form").trigger('submit')})});

