$('body').css({display:'none'});$(document).ready(function() {$('body').fadeIn(1000);});
$(window).unload(function() { $('body').fadeOut(1500); });
