$(window).load(function(){ function show_body(){ $("body").fadeIn(2000); }; window.setTimeout( show_body, 3000 ); })