

$(document).ready(function() {

	$('a.jt').cluetip({
	cluetipClass: 'jtip', 
	arrows: true, 
	dropShadow: true,
	sticky: true,
	mouseOutClose: true,
	closePosition: 'title',
	closeText: ''
	/*closeText: '<img src="index/images/cross.png" alt="close" />'*/
	});
});

