$(document).ready(function() {
 $('.closelink').click( function() { $('#notice').fadeOut(); });
});