	//function doIEBug()
	//{
	//	$("#tooltip").css({"display":"block"}).hide(1);
	//}
	
	$(document).ready(function()
	{
		$("#tooltipImg1").tooltip({
			track: true,
			bodyHandler: function()
			{ 
				return '<h4>3-Star Superior Certified</h4><p>The Creativhotel Luise has been awarded 3 stars and the addition of Superior by the German Hotel Classification.</p>';
			},
			showURL: false 
		});
		$("#tooltipImg2").tooltip({ 
			track: true,
			bodyHandler: function() 
			{ 
				return '<h4>Viabono</h4><p>The Creativhotel Luise is a licensed partner of the Viabono brand. Viabono stands for "enjoying travel naturally." We welcome you under this motto.</p>';
			}, 
			showURL: false 
		});
		$("#tooltipImg3").tooltip({ 
			track: true,
			bodyHandler: function() 
			{ 
				return '<h4>Dr.Hauschka Naturkosmetik Beauty Treatments with Natural Cosmetic</h4><p>At Creativhotel Luise, you will be pampered with products by Dr.Hauschka. Dr.Hauschka is a leading company for organic natural cosmetic, which has been distinguished by the BDIH label of "certified natural cosmetics."</p>';
			}, 
			showURL: false 
		});
		$("#tooltipImg4").tooltip({
			track: true,
			bodyHandler: function() 
			{ 
				return '<h4>It&#39;s a green green world</h4><p>Creativhotel Luise is registered on the most significant global list of all "green" / eco-friendly hotels and destinations.</p>';
			}, 
			showURL: false 
		});
		$("#tooltipImg5").tooltip({ 
			track: true,
			bodyHandler: function() 
			{ 
				return '<h4>Certified climate neutral hotel </h4><p>The Creativhotel Luise is a CO<sub>2</sub>-certified and climate neutral hotel.</p>';
			}, 
			showURL: false 
		});
		
		$("#tooltipImg6").tooltip({ 
			track: true,
			bodyHandler: function() 
			{ 
				return '<h4>Facebook</h4><p>Become our fan on Facebook.</p>';
			}, 
			showURL: false 
		});
		//doIEBug();
	});
