$(document).ready(function() {
$("#info").css("display","none").fadeIn(5000, function() { $(this).fadeOut(9000);});

});
