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