if (Drupal.jsEnabled){
	$(document).ready(function() {
			$('.cluetip-title[@title]').cluetip({
					splitTitle: '|',
					cluetipClass: 'rounded', 
 					dropShadow: false, 
					positionBy: 'mouse',	
					tracking: true
			});
	});
};

jQuery.preloadImages = function()
{
  for(var i = 0; i<arguments.length; i++)
  {
    jQuery("<img>").attr("src", arguments[i]);
  }
}

$.preloadImages('/sites/all/modules/cluetip/cluetip/images/bubble_short.png');