$(document).ready(function(){
  $('.clickme').cluetip({
    activation: 'click', 
    width: 200,
    arrows: true,
    sticky: true,
    closePosition: 'title',
    closeText: '<img src="images/closelabel2.png" alt="close" />'
  });
});