jQuery(document).ready(function($) {
$('#fader').delay(3000).fadeOut(2000);
});
