jq(function() {
	jq('.quick_tip').cluetip({ 
		sticky: true, 
		mouseOutClose: true, 
		local: true,
		showTitle: false,
		closeText: '<img src="http://www2.walkscore.com/images/closeBox.gif" alt="close" />',
		fx: { open: 'fadeIn', openSpeed: 'normal' }
	});
});
