$(document).ready(function()
{
  $('a.jt').cluetip('destroy');
  $('a.jt').cluetip
  ({
    width:  140,
    height: 65,
    topOffset:  -77,
    leftOffset: -30,
    showTitle:  false,
    waitImage: false,
    dropShadow: false,
    closeText:  ''
  });
});

