$(document).ready(function() {

 $('a#closeButton').click(function() {
$("#industrynews").fadeOut('slow');
return false;
  });
  

 
}); //end this function

  

