$(document).ready( function(){
	$.timer(3000, function (timer) {
		$("#login_fail").hide("slow");
		timer.stop();
	});
});
