$(document).ready(function() {
	$('#icons').fadeIn(3000);
	$('a#icon-hide').click(function() {
    $('#icons').fadeOut('slow');
    //return false;
  });
});
