/* the next line is an example of how you can override default options globally (currently commented out) ... */

 // $.fn.cluetip.defaults.tracking = true;
   $.fn.cluetip.defaults.width = '320';
$(document).ready(function() {
  $('a').cluetip({tracking: true

  }); // ÍÀØÀ ÑÒÐÎÉ×ÊÀ


  

});
  



