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

 // $.fn.cluetip.defaults.tracking = true;
  // $.fn.cluetip.defaults.width = 'auto';
$(document).ready(function() {

 // $.cluetip.setup({insertionType: 'insertBefore', insertionElement: 'div:first'});
 
//default theme
  $('a.title').cluetip({splitTitle: '|'});
  $('a.basic').cluetip();
  $('a.custom-width').cluetip({width: '200px', showTitle: false});
  $('h4').cluetip({attribute: 'id', hoverClass: 'highlight'});
  $('#sticky').cluetip({sticky: true, closePosition: 'title', arrows: true });
  $('#examples a:eq(5)').cluetip({
    hoverClass: 'highlight',
    sticky: true,
    closePosition: 'bottom',
    closeText: '<img src="cross.png" alt="close" width="16" height="16" />',
    truncate: 60
  });
  $('a.load-local').cluetip({local:true, hideLocal: false,arrows: true, cursor: 'pointer'});
  $('#clickme').cluetip({activation: 'click', width: 650});
  $('ol:first a:last').cluetip({tracking: true});

// jTip theme
  $('a.jt:eq(0)').cluetip({
    cluetipClass: 'jtip', 
    arrows: true, 
    dropShadow: false,
    sticky: true,
    mouseOutClose: true,
    closePosition: 'title',
    closeText: '<img src="cross.png" alt="close" />'
  });
  $('a.jt:eq(1)').cluetip({cluetipClass: 'jtip', arrows: true, dropShadow: false, hoverIntent: false});
  $('span[title]').css({borderBottom: '1px solid #900'}).cluetip({splitTitle: '|', arrows: true, dropShadow: false, cluetipClass: 'jtip'});

  $('a.jt:eq(2)').cluetip({
    cluetipClass: 'jtip', 
    arrows: true, 
    dropShadow: false, 
    height: '150px', 
    sticky: true,
    positionBy: 'bottomTop'    
  });

  $('a.jt:eq(3)').cluetip({local: true, hideLocal: false});
  
  $('a.jt:eq(4)').cluetip({
    cluetipClass: 'jtip', arrows: true, 
    dropShadow: false, 
    onActivate: function(e) {
      var cb = $('#cb')[0];
      return !cb || cb.checked;
    }
  });
  $('select.cl').cluetip({splitTitle: '|', positionBy: 'mouse', tracking: true});

/////////////////////////////////////////////////////////////////////////////////////////////////////////////////

// Rounded Corner theme where sequential examples are different styles (from source site page of "demos")
  //$('ol.rounded a:eq(0)').cluetip({splitTitle: '|', dropShadow: false, cluetipClass: 'rounded', showtitle: false});
  //$('ol.rounded a:eq(1)').cluetip({cluetipClass: 'rounded', dropShadow: false, showtitle: false, positionBy: 'mouse'});
  //$('ol.rounded a:eq(2)').cluetip({cluetipClass: 'rounded', dropShadow: false, showtitle: false, positionBy: 'bottomTop', topOffset: 70});
  //$('ol.rounded a:eq(3)').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, ajaxCache: false, arrows: true});
  //$('ol.rounded a:eq(4)').cluetip({cluetipClass: 'rounded', dropShadow: false});    
 
// This style would be applied to anything within the an ordered list like this example:
//   <ol class="rounded">
//   <a href="ajax5.htm" rel="ajax5.htm"  >non-caching ajax clueTip with arrows enabled. </a>
//   </ol>
$('ol.rounded a:rounded').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, ajaxCache: false, arrows: true});

// This applies a style for an item that hsa an ID specified...each instance must have a unique ID
$('#houdini-1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, ajaxCache: false, arrows: true});
$('#houdini-2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, ajaxCache: false, arrows: true});

$('#Home-a').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:800, ajaxCache: true, arrows: false, activation: 'click',leftOffset:-480, positionBy: 'fixed', topOffset:-400});

$('#LifeLove-0-a1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-0-a2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-0-a3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-0-a4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-0-b1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-0-b2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-0-b3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-0-b4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-0-c1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-0-c2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-0-c3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-0-c4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-0-d1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-0-d2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-0-d3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-0-d4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-0-e1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-0-e2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-0-e3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-0-e4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-0-f1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-0-f2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-0-f3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-0-f4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-0-g1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-0-g2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-0-g3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-0-g4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-0-h1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-0-h2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-0-h3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-0-h4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-0-i1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-0-i2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-0-i3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-0-i4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-0-j1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-0-j2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-0-j3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-0-j4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-0-k1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:600, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-0-k2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-0-k3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-0-k4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-0-l1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-0-l2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:600, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-0-l3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-0-l4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-0-m1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-0-m2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-0-m3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-0-m4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});

$('#LifeLove-1-a1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-1-a2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-1-a3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-1-a4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-1-b1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-1-b2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-1-b3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-1-b4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-1-c1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-1-c2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-1-c3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-1-c4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-1-d1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-1-d2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:600, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-1-d3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-1-d4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-1-e1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-1-e2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-1-e3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-1-e4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-1-f1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-1-f2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-1-f3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-1-f4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-1-g1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-1-g2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-1-g3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-1-g4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-1-h1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-1-h2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-1-h3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-1-h4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-1-i1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-1-i2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-1-i3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-1-i4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-1-j1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-1-j2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-1-j3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-1-j4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-1-k1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-1-k2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-1-k3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-1-k4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-1-l1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-1-l2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-1-l3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-1-l4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-1-m1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-1-m2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-1-m3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-1-m4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});


$('#LifeLove-2-a-background').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:700, ajaxCache: true, arrows: false, activation: 'click',topOffset: -155});
$('#LifeLove-2-a1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-2-a2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-2-a3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-2-a4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-2-b1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-2-b2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-2-b3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-2-b4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-2-c1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-2-c2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-2-c3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-2-c4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-2-d1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-2-d2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-2-d3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-2-d4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-2-e1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-2-e2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-2-e3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-2-e4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-2-f1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-2-f2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-2-f3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-2-f4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-2-g1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-2-g2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-2-g3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-2-g4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-2-h1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-2-h2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-2-h3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-2-h4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-2-i1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-2-i2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-2-i3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-2-i4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-2-j1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-2-j2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-2-j3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-2-j4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-2-k1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-2-k2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-2-k3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-2-k4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-2-l1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-2-l2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-2-l3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-2-l4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-2-m1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-2-m2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-2-m3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-2-m4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-2-n1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-2-n2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-2-n3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-2-n4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-2-o1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-2-o2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-2-o3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-2-o4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
      


$('#LifeLove-3-a1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-3-a2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-3-a3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-3-a4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-3-b1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-3-b2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-3-b3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-3-b4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-3-c1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-3-c2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-3-c3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-3-c4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-3-d1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-3-d2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-3-d3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-3-d4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-3-e1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-3-e2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-3-e3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-3-e4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});

      
$('#LifeLove-4-a1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-4-a2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-4-a3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-4-a4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-4-b1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-4-b2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-4-b3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-4-b4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-4-c1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-4-c2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-4-c3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-4-c4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-4-d1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-4-d2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-4-d3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-4-d4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-4-e1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-4-e2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-4-e3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-4-e4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-4-f1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-4-f2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-4-f3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-4-f4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-4-g1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-4-g2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-4-g3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-4-g4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-4-h1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-4-h2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-4-h3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-4-h4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-4-i1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-4-i2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-4-i3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-4-i4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-4-j1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-4-j2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-4-j3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-4-j4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-4-k1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-4-k2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-4-k3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-4-k4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-4-l1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-4-l2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-4-l3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-4-l4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-4-m1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-4-m2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-4-m3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-4-m4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});	  
	  
$('#LifeLove-5-a1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:300, ajaxCache: true, arrows: false});
$('#LifeLove-5-a2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:300, ajaxCache: true, arrows: false});
$('#LifeLove-5-a3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:300, ajaxCache: true, arrows: false});
$('#LifeLove-5-a4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:300, ajaxCache: true, arrows: false});
$('#LifeLove-5-b1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:300, ajaxCache: true, arrows: false});
$('#LifeLove-5-b2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:300, ajaxCache: true, arrows: false});
$('#LifeLove-5-b3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:300, ajaxCache: true, arrows: false});
$('#LifeLove-5-b4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:300, ajaxCache: true, arrows: false});
$('#LifeLove-5-c1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:300, ajaxCache: true, arrows: false});
$('#LifeLove-5-c2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:300, ajaxCache: true, arrows: false});
$('#LifeLove-5-c3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:300, ajaxCache: true, arrows: false});
$('#LifeLove-5-c4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:300, ajaxCache: true, arrows: false});
$('#LifeLove-5-d1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:300, ajaxCache: true, arrows: false});
$('#LifeLove-5-d2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:300, ajaxCache: true, arrows: false});
$('#LifeLove-5-d3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:300, ajaxCache: true, arrows: false});
$('#LifeLove-5-d4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:300, ajaxCache: true, arrows: false});
$('#LifeLove-5-e1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:300, ajaxCache: true, arrows: false});
$('#LifeLove-5-e2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:300, ajaxCache: true, arrows: false});
$('#LifeLove-5-e3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:300, ajaxCache: true, arrows: false});
$('#LifeLove-5-e4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:300, ajaxCache: true, arrows: false});
$('#LifeLove-5-f1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:300, ajaxCache: true, arrows: false});
$('#LifeLove-5-f2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:300, ajaxCache: true, arrows: false});
$('#LifeLove-5-f3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:300, ajaxCache: true, arrows: false});
$('#LifeLove-5-f4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:300, ajaxCache: true, arrows: false});
$('#LifeLove-5-g1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:300, ajaxCache: true, arrows: false});
$('#LifeLove-5-g2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:300, ajaxCache: true, arrows: false});
$('#LifeLove-5-g3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:300, ajaxCache: true, arrows: false});
$('#LifeLove-5-g4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:300, ajaxCache: true, arrows: false});
$('#LifeLove-5-h1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:300, ajaxCache: true, arrows: false});
$('#LifeLove-5-h2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:300, ajaxCache: true, arrows: false});
$('#LifeLove-5-h3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:300, ajaxCache: true, arrows: false});
$('#LifeLove-5-h4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:300, ajaxCache: true, arrows: false});
$('#LifeLove-5-i1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:300, ajaxCache: true, arrows: false});
$('#LifeLove-5-i2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:300, ajaxCache: true, arrows: false});
$('#LifeLove-5-i3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:300, ajaxCache: true, arrows: false});
$('#LifeLove-5-i4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:300, ajaxCache: true, arrows: false});
$('#LifeLove-5-j1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:300, ajaxCache: true, arrows: false});
$('#LifeLove-5-j2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:300, ajaxCache: true, arrows: false});
$('#LifeLove-5-j3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:300, ajaxCache: true, arrows: false});
$('#LifeLove-5-j4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:300, ajaxCache: true, arrows: false});
$('#LifeLove-5-k1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:300, ajaxCache: true, arrows: false});
$('#LifeLove-5-k2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:300, ajaxCache: true, arrows: false});
$('#LifeLove-5-k3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:300, ajaxCache: true, arrows: false});
$('#LifeLove-5-k4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:300, ajaxCache: true, arrows: false});
$('#LifeLove-5-l1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:300, ajaxCache: true, arrows: false});
$('#LifeLove-5-l2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:300, ajaxCache: true, arrows: false});
$('#LifeLove-5-l3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:300, ajaxCache: true, arrows: false});
$('#LifeLove-5-l4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:300, ajaxCache: true, arrows: false});
$('#LifeLove-5-m1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:300, ajaxCache: true, arrows: false});
$('#LifeLove-5-m2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:300, ajaxCache: true, arrows: false});
$('#LifeLove-5-m3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:300, ajaxCache: true, arrows: false});
$('#LifeLove-5-m4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:300, ajaxCache: true, arrows: false});
	  
$('#LifeLove-6-a1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:600, ajaxCache: true, arrows: false, activation: 'click', positionBy: 'fixed',topOffset:-300,leftOffset:-150});
$('#LifeLove-6-a2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-6-a3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-6-a4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-6-b1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-6-b2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-6-b3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-6-b4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-6-c1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-6-c2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-6-c3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-6-c4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-6-d1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-6-d2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-6-d3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-6-d4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-6-e1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-6-e2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-6-e3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-6-e4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-6-f1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-6-f2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-6-f3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-6-f4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-6-g1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-6-g2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-6-g3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-6-g4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-6-h1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-6-h2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-6-h3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-6-h4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-6-i1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-6-i2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-6-i3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-6-i4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-6-j1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-6-j2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-6-j3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-6-j4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-6-k1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-6-k2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-6-k3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-6-k4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-6-l1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-6-l2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-6-l3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-6-l4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-6-m1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-6-m2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-6-m3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-6-m4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});


$('#LifeLove-7-a1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:800, ajaxCache: true, arrows: false, activation: 'click', topOffset:-100});
$('#LifeLove-7-a2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:800, ajaxCache: true, arrows: false, activation: 'click', topOffset:-200});
$('#LifeLove-7-a3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:800, ajaxCache: true, arrows: false, activation: 'click', topOffset:-200});
$('#LifeLove-7-a4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:800, ajaxCache: true, arrows: false, activation: 'click', topOffset:-400});
$('#LifeLove-7-b1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:800, ajaxCache: true, arrows: false, activation: 'click',leftOffset:-800, positionBy: 'fixed', topOffset:-100});
$('#LifeLove-7-b2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:800, ajaxCache: true, arrows: false, activation: 'click',leftOffset:-800, positionBy: 'fixed', topOffset:-200});
$('#LifeLove-7-b3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:800, ajaxCache: true, arrows: false, activation: 'click',leftOffset:-800, positionBy: 'fixed', topOffset:-300});
$('#LifeLove-7-b4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:800, ajaxCache: true, arrows: false, activation: 'click',leftOffset:-800, positionBy: 'fixed', topOffset:-400});

$('#LifeLove-7-c1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-7-c2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-7-c3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-7-c4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-7-d1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-7-d2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-7-d3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-7-d4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-7-e1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-7-e2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-7-e3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-7-e4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-7-f1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-7-f2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-7-f3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-7-f4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-7-g1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-7-g2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-7-g3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-7-g4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-7-h1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-7-h2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-7-h3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-7-h4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});

$('#LifeLove-8-b1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-8-b2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-8-b3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-8-b4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-8-b5').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:400, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-8-d1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:500, ajaxCache: true, arrows: false, activation: 'click'});
$('#LifeLove-8-d2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, width:500, ajaxCache: true, arrows: false, activation: 'click'});



$('#LifeLove-VideoList-Leo1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-VideoList-Leo2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-VideoList-Leo3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-VideoList-Leo4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-VideoList-Leo5').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-VideoList-Leo6').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-VideoList-Leo7').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-VideoList-Leo8').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-VideoList-Leo9').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-VideoList-Leo10').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-VideoList-Leo11').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-VideoList-Leo12').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-VideoList-Leo13').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-VideoList-Leo14').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-VideoList-Leo15').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-VideoList-Leo16').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-VideoList-Leo17').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-VideoList-Leo18').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-VideoList-Leo19').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-VideoList-Leo20').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-VideoList-Leo21').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-VideoList-Leo22').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-VideoList-Leo23').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-VideoList-Leo24').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-VideoList-Leo25').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-VideoList-Leo26').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-VideoList-Leo27').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-VideoList-Leo28').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-VideoList-Leo29').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-VideoList-Leo30').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-VideoList-Leo31').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-VideoList-Leo32').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-VideoList-Leo33').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-VideoList-Leo34').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-VideoList-Leo35').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-VideoList-Leo36').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-VideoList-Leo37').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-VideoList-Leo38').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-VideoList-Leo39').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-VideoList-Leo40').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-VideoList-Leo41').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-VideoList-Leo42').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-VideoList-Leo43').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-VideoList-Leo44').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-VideoList-Leo45').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-VideoList-Leo46').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-VideoList-Leo47').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-VideoList-Leo48').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-VideoList-Leo49').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-VideoList-Leo50').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-VideoList-Leo51').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-VideoList-Leo52').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-VideoList-Leo53').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-VideoList-Leo54').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-VideoList-Leo55').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-VideoList-Leo56').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-VideoList-Leo57').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-VideoList-Leo58').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-VideoList-Leo59').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-VideoList-Leo60').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});

$('#LifeLove-Audio-MindMassage1').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-Audio-MindMassage2').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-Audio-MindMassage3').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-Audio-MindMassage4').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-Audio-MindMassage5').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-Audio-MindMassage6').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-Audio-MindMassage7').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-Audio-MindMassage8').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-Audio-MindMassage9').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-Audio-MindMassage10').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-Audio-MindMassage11').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-Audio-MindMassage12').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-Audio-MindMassage13').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-Audio-MindMassage14').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-Audio-MindMassage15').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-Audio-MindMassage16').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-Audio-MindMassage17').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-Audio-MindMassage18').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-Audio-MindMassage19').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-Audio-MindMassage20').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-Audio-MindMassage21').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-Audio-MindMassage22').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-Audio-MindMassage23').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-Audio-MindMassage24').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-Audio-MindMassage25').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-Audio-MindMassage26').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-Audio-MindMassage27').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-Audio-MindMassage28').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-Audio-MindMassage29').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-Audio-MindMassage30').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-Audio-MindMassage31').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-Audio-MindMassage32').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-Audio-MindMassage33').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-Audio-MindMassage34').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-Audio-MindMassage35').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-Audio-MindMassage36').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-Audio-MindMassage37').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-Audio-MindMassage38').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-Audio-MindMassage39').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});
$('#LifeLove-Audio-MindMassage40').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: false, width:400, ajaxCache: true, arrows: false});




	  
});

//unrelated to clueTip -- just for the demo page...

$(document).ready(function() {
  $('div.html, div.jquery').next().css('display', 'none').end().click(function() {
    $(this).next().toggle('fast');
  });
  
  $('a.false').click(function() {
    return false;
  });
});
  




