$(document).ready(
function () {
	$('.tip').cluetip({
		width: 250, 
		showTitle: false,
	 	ajaxCache: true,
		sticky: false
 	});
	$('.points').cluetip({
		width: 250, 
		showTitle: false,
	 	ajaxCache: true,
		sticky: false
 	});
})
