// Image replace script, runs inline with page so there is no delay when loading.
		$('.hpImageReplace').each(function() {
					$(this).html('<img src = "/murad/images/'+$(this).attr('alt')+'.gif" border = "0" />');
				});
		$('.mainNavAcneRP').each(function() {
					$(this).html('<img src = "/murad/images/'+$(this).attr('alt')+'.jpg" border = "0" />'); 
			});	


