$(document).ready(function() {



$('#a').hide();
$("#a").fadeIn(3000);






}); // end ready

