$(document).ready(function() {
	$('a.partnerlinktip').cluetip(
		{	
			width: 400,
			local:true,
			cluetipClass: 'rounded',
			cursor: 'pointer',
			arrows: true,
			hoverIntent: true
		}
	);
});