$(document).ready(function(){
	$('img#imgPartnerKLM').hover(
		function() { $(this).attr("src", template_path + "/images/partner_klm-hilite.gif"); }, 
		function() { $(this).attr("src", template_path + "/images/partner_klm.gif");
	});
	$('img#imgPartnerNSP').hover(
		function() { $(this).attr("src", template_path + "/images/partner_northseagroup-hilite.gif"); }, 
		function() { $(this).attr("src", template_path + "/images/partner_northseagroup.gif");
	});
	$('img#imgPartnerSA').hover(
		function() { $(this).attr("src",template_path +  "/images/partner_springassociates-hilite.gif"); }, 
		function() { $(this).attr("src",template_path +  "/images/partner_springassociates.gif");
	});
});

