
/* the next line is an example of how you can override default options globally (currently commented out) ... */
 // $.fn.cluetip.defaults.tracking = true;

$(document).ready(function() {

  $('area.lc').cluetip({splitTitle: '|', cluetipClass: 'jtip', arrows: true, dropShadow: true, hoverIntent: false, width: '200px',positionBy: 'bottomTop'});
 $('area.citas').cluetip({splitTitle: '|', cluetipClass: 'jtip2', arrows: true, dropShadow: true, hoverIntent: false, width: '200px',positionBy: 'bottomTop'});
 $('area.nt').cluetip({splitTitle: '|', cluetipClass: 'jtip3', arrows: true, dropShadow: true, hoverIntent: false, width: '200px',positionBy: 'bottomTop'});
$('area.fk').cluetip({splitTitle: '|', cluetipClass: 'jtip4', arrows: true, dropShadow: true, hoverIntent: false, width: '200px',positionBy: 'bottomTop'});

});


  




