// javascript
$(function(){
	$('.localtip').cluetip({
		local: true,
		width: 600,
		sticky: true,
		closePosition: 'title'
	});	
});
