// Image replace script, runs inline with page so there is no delay when loading.
		$('.activerImageReplace').each(function() {
			//$(this).html('<img src = "/'+$(this).attr('alt')+'.jpg" border = "0" /  >'); 
			$(this).html('<img style=" margin:0; padding:0; height: 30px;" src="/active-radiance/images/active_radiance.jpg" border = "0" / >'); 
			}
		);		
		$('.newactiverImageReplace').each(function() {
			//$(this).html('<img src = "/'+$(this).attr('alt')+'.jpg" border = "0" /  >'); 
			$(this).html('<img style=" margin:0; padding:0; height: 41px;" src="/active-radiance/images/new_active_radiance.jpg" border = "0" / >'); 
			}
		);	
		$('.arserumImageReplace').each(function() {
			//$(this).html('<img src = "/'+$(this).attr('alt')+'.jpg" border = "0" /  >'); 
			$(this).html('<img style=" margin:0; padding:0; height: 38px;" src="/active-radiance/images/txt_ar_serum.jpg" border = "0" / >'); 
			}
		);	
		$('.essentialImageReplace').each(function() {
			//$(this).html('<img src = "/'+$(this).attr('alt')+'.jpg" border = "0" /  >'); 
			$(this).html('<img style=" margin:0; padding:0; height: 58px;" src="/active-radiance/images/txt_essential_c.jpg" border = "0" / >'); 
			}
		);
		$('.scienceImageReplace').each(function() {
			//$(this).html('<img src = "/'+$(this).attr('alt')+'.jpg" border = "0" /  >'); 
			$(this).html('<img style=" margin:0; padding:0; height: 30px;" src="/active-radiance/images/txt_science_sun_damage.jpg" border = "0" / >'); 
			}
		);