jQuery.noConflict();
	(function($) {

/* 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'});
 // $.fn.cluetip.defaults.ajaxSettings.beforeSend = function(ct) {
 //     console.log(this);
 // };

//default theme
  $('#load-local-1').cluetip({
							local:true, hideLocal: true, leftOffset: -500, sticky: true, arrows: true, closePosition: 'bottom',cursor: 'pointer',showTitle: false,
							closeText: '<img src="images/cross.png" alt="close" width="16" height="16" />'
							});
  $('#load-local-2').cluetip({
							local:true, hideLocal: true, leftOffset: -500, sticky: true, arrows: true, closePosition: 'bottom',cursor: 'pointer',showTitle: false,
							closeText: '<img src="images/cross.png" alt="close" width="16" height="16" />'
							});
  $('#load-local-3').cluetip({
							local:true, hideLocal: true, leftOffset: -500, sticky: true, arrows: true, closePosition: 'bottom',cursor: 'pointer',showTitle: false,
							closeText: '<img src="images/cross.png" alt="close" width="16" height="16" />'
							});
  $('#load-local-4').cluetip({
							local:true, hideLocal: true, leftOffset: -500, sticky: true, arrows: true, closePosition: 'bottom',cursor: 'pointer',showTitle: false,
							closeText: '<img src="images/cross.png" alt="close" width="16" height="16" />'
							});
  $('#load-local-5').cluetip({
							local:true, hideLocal: true, leftOffset: -500, sticky: true, arrows: true, closePosition: 'bottom',cursor: 'pointer',showTitle: false,
							closeText: '<img src="images/cross.png" alt="close" width="16" height="16" />'
							});
  $('#load-local-6').cluetip({
							local:true, hideLocal: true, leftOffset: -500, sticky: true, arrows: true, closePosition: 'bottom',cursor: 'pointer',showTitle: false,
							closeText: '<img src="images/cross.png" alt="close" width="16" height="16" />'
							});
  $('#load-local-7').cluetip({
							local:true, hideLocal: true, leftOffset: -500, sticky: true, arrows: true, closePosition: 'bottom',cursor: 'pointer',showTitle: false,
							closeText: '<img src="images/cross.png" alt="close" width="16" height="16" />'
							});
  $('#load-local-8').cluetip({
							local:true, hideLocal: true, leftOffset: -500, sticky: true, arrows: true, closePosition: 'bottom',cursor: 'pointer',showTitle: false,
							closeText: '<img src="images/cross.png" alt="close" width="16" height="16" />'
							});
  $('#load-local-9').cluetip({
							local:true, hideLocal: true, leftOffset: -500, sticky: true, arrows: true, closePosition: 'bottom',cursor: 'pointer',showTitle: false,
							closeText: '<img src="images/cross.png" alt="close" width="16" height="16" />'
							});
  $('#load-local-10').cluetip({
							local:true, hideLocal: true, leftOffset: -500, sticky: true, arrows: true, closePosition: 'bottom',cursor: 'pointer',showTitle: false,
							closeText: '<img src="images/cross.png" alt="close" width="16" height="16" />'
							});
  
	
});
  
})(jQuery);



