$(document).ready(function(){
	$('#header h1 a').html('<img src="img-ui/logo_vetvan_mobile_veterinary_services.png" alt="VetVan Mobile Veterinary Services" width="230" height="79" border="0" />');
	$('#header h1 a img').live("click",function(){location.href='index.php';});
	if($('.testimony')) {
		var h = 60;
		$('.testimony').each(function(){
			if($(this).height() > h) h = $(this).height();
		});
		h = h-26;
		$('.item').height(h);
	}
});
