$(document).ready(
  function(){

 $("#popUpHome").click(
		
		 function(){
			 $(this).hide();
			 }
		
		);



  }				  
);
