$(document).ready(function() {
			$('a.tip').cluetip({
				showTitle: false, width: 300, arrows: true
			});
});
