jQuery(document).ready(function() {
	setTimeout(function() {jQuery('#note').fadeOut('slow');}, 4000);
});