jQueryでオンロード

jQuery.event.add(window,"load",function(){
$("#main,#footer").fadeIn(1000);
});

これでおk