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

$(document).ready(function() {

//default theme
  $('a.post-title').cluetip({splitTitle: '|', dropShadow: false, clickThrough: true});   
});


