$(document).ready(function() {


// jTip theme
  $('a.music').cluetip({
    cluetipClass: 'jtip', 
    arrows: true, 
    dropShadow: true,
    sticky: true,
    mouseOutClose: true,
    closePosition: 'title',
    closeText: '<img src="js/images/cross.png" alt="close" />'
  });
  
});

