$(document).ready(function(){$("#login_form").submit(function(){$("#msgbox").removeClass().addClass('messagebox').html('<img src="i/loader02.gif" alt="please wait while seReive is loading...">').fadeIn(500);$.post("login-check.php",{uName:$('#loginName').val(),uPassword:$('#loginPass').val(),rand:Math.random()},function(data){if(data=='yes'){$("#msgbox").fadeTo(200,0.1,function(){$(this).html('Sereive chants \'Ames Peones\' and summons you in.').addClass('messageboxok').fadeTo(900,1,function(){document.location='home.php#home'})})}else{$("#msgbox").fadeTo(200,0.1,function(){$(this).html('The sensitive mind of Sereive notices a wrongness in the fabric of space.').addClass('messageboxerror').fadeTo(900,1)})}});return false});$("#loginPass").blur(function(){$("#login_form").trigger('submit')})});
