$(document).ready(function () {
  $("#mapPop").hide();
  
  $("#showmapPop").click(function(){
      $("#mapPop").show('fast');	
	});
	
	
  $("#mapPop .close").click(function(){
      $("#mapPop").hide('fast');	
	});
  
	  
});
function closeit()
{
	      $("#flashbanner").hide();	  
		 // alert('yes');
}
