// JavaScript Document
/*
$('ToolTip_1').store('tip:text', "If when looking for cool things to do whilst on holiday and you<br>find something that you love the look of then why not save it<br> into your favourites, they will be stored in the member's area<br> waiting for you.");
$('ToolTip_2').store('tip:text', "We like to give back to our members so if you have visited a<br>business on the site then why not give us your two cents worth.<br>The more reviews you write the more points you will receive<br>and the bigger the prizes you can win.");
$('ToolTip_3').store('tip:text', "If you are a real plan ahead person, why not take the time to<br>create a trip. You can add the dates of your trip and then<br>simply drag and drop your saved favourites into the calendar,<br>print it off and take it with you!");
$('ToolTip_4').store('tip:text', "We have a whole network of sites far and wide so why not take<br>a look around; our sites are kept up to date by local experts so<br>there is no better place to begin planning your next holiday than<br>with us.");
*/
window.addEvent('domready', function()
	{var ToolTip_1_Object = new Tips($('ToolTip_1'),
		{showDelay: 0,
		hideDelay: 0,
		offsets: {x: 10, y: 50},
		fixed: true});
	var ToolTip_2_Object = new Tips($('ToolTip_2'),
		{showDelay: 0,
		hideDelay: 0,
		offsets: {x: 10, y: 50},
		fixed: true});
	var ToolTip_3_Object = new Tips($('ToolTip_3'),
		{showDelay: 0,
		hideDelay: 0,
		offsets: {x: 10, y: 50},
		fixed: true});
	var ToolTip_4_Object = new Tips($('ToolTip_4'),
		{showDelay: 0,
		hideDelay: 0,
		offsets: {x: 10, y: 50},
		fixed: true});});