$(document).ready(function(){
	$("#login").bind("load", function () { $(this).fadeIn(); });
});
