$(document).ready(function() {
	
	$('a.info').cluetip({
		width: 170,
		showTitle: false,
		splitTitle: '|'
	});
	
	$('a.local').cluetip({
		local: true,
		hideLocal: true,
		showTitle: false,
		sticky: false,
		arrows: true,
		cursor: 'pointer'
	});


});