// Image replace script, runs inline with page so there is no delay when loading.
		$('.acneImageReplace').each(function() {
			//$(this).html('<img src = "/'+$(this).attr('alt')+'.jpg" border = "0" /  >'); 
			$(this).html('<img style=" margin:0; padding:0; height: 30px;" src="/acne-complex-treatments/images/txt_acne_complex.jpg" border = "0" / >'); 
			}
		);		
		$('.acneProactiveImageReplace').each(function() {
			$(this).html('<img style=" margin:0; padding:0; " src="/acne-complex-treatments/images/proactive_did_for_me.gif" border = "0" / >'); 
			}
		);		

