$(document).ready(function(){$('a.tips').cluetip({cursor:'',ajaxCache: false,width: 420,arrows: true,
	  dropShadow: true,	  hoverIntent: false,	  sticky: false,	  mouseOutClose: false,	  closePosition: 'title',	  cluetipClass: 'jtip'
  });
});