$(document).ready(function() {
  $('a.tips').cluetip({
  dropShadow:false,
  ajaxCache:false
  });

  $('a.tipsds').cluetip({
	cluetipClass: 'jtip2',
	closePosition: 'top',
	showTitle: false,
	closeText: '<img src="/images/close_button.gif" alt="close" />',
	ajaxCache:true,
	arrows: true, 
	dropShadow: true,
	hoverIntent: false,
	sticky: true,
	mouseOutClose: true,
	width: '422px',
	height: '450px'
  });

  $('a.tmodal').cluetip({
  dropShadow:false,
  ajaxCache:false,
  activation: 'click'
  });

  $('a.editaccount').cluetip({
	cluetipClass: 'jtip', 
	dropShadow:true,
	ajaxCache:false,
	height: '400px',
	activation: 'click',
	sticky: true,
	closePosition: 'top',
	closeText: '<img src="/images/close_button.gif" alt="close" />'
  });

});
