$(document).ready(function(){

   $('#inner_img_float').css('background-image', "url('./images/UA_monthguard.jpg')" );
   $('#showImage').css('display', '');
	if (!document.referrer || document.referrer.search("spinellidental.com") == 0) {
		$('#showImage').show();
		$("#img_shower").fadeIn(1000);
	}
  

   $("#showImage").click(function(event){
   
        $('#showImage').hide();
        $('#img_shower').hide();
        var floatimg = document.getElementById("inner_img_float");
        floatimg.setAttribute("src", "");
      
   });
   
 });
 
 function displayAd(){
 	
    $('#showImage').show();
    $("#img_shower").fadeIn(1000);
 }
 



