new Tip('homeCairns', {
	title: 'Cairns Holiday Park',
	ajax: {
		url: 'assets/includes/parks/cairns-holiday-park.php',
		options: {
			onComplete: function(transport) {}
		}
	},
	style: 'atpm',
	hook: { target: 'bottomMiddle', tip: 'bottomMiddle' },
	stem: 'bottomMiddle',
	showOn: 'click',
	hideOn: { element: 'closeButton', event: 'click' },	
	width: '680px',
	offset: { x: 0, y: -10 }
});
new Tip('homeLakeM', {
	title : 'Lake Monduran',
	ajax: {
		url: 'assets/includes/parks/lake-monduran.php',
		options: {
			onComplete: function(transport) {}
		}
	},
	style: 'atpm',
	hook: { target: 'bottomMiddle', tip: 'bottomMiddle' },
	stem: 'bottomMiddle',
	showOn: 'click',
	hideOn: { element: 'closeButton', event: 'click' },	
	width: '680px',
	offset: { x: 0, y: -10 }
});
new Tip('homeLakeS', {
	title : 'Lake Somerset',
	ajax: {
		url: 'assets/includes/parks/lake-somerset.php',
		options: {
			onComplete: function(transport) {}
		}
	},
	style: 'atpm',
	hook: { target: 'bottomMiddle', tip: 'bottomMiddle' },
	stem: 'bottomMiddle',
	showOn: 'click',
	hideOn: { element: 'closeButton', event: 'click' },	
	width: '680px',
	offset: { x: 0, y: -10 }
});
new Tip('homeEttalong', {
	title : 'Ettalong',
	ajax: {
		url: 'assets/includes/parks/ettalong.php',
		options: {
			onComplete: function(transport) {}
		}
	},
	style: 'atpm',
	hook: { target: 'bottomMiddle', tip: 'bottomMiddle' },
	stem: 'bottomMiddle',
	showOn: 'click',
	hideOn: { element: 'closeButton', event: 'click' },	
	width: '680px',
	offset: { x: 0, y: -10 }
});
new Tip('homeEasternBeach', {
	title : 'Eastern Beach',
	ajax: {
		url: 'assets/includes/parks/eastern-beach.php',
		options: {
			onComplete: function(transport) {}
		}
	},
	style: 'atpm',
	hook: { target: 'bottomMiddle', tip: 'bottomMiddle' },
	stem: 'bottomMiddle',
	showOn: 'click',
	hideOn: { element: 'closeButton', event: 'click' },	
	width: '680px',
	offset: { x: 0, y: -10 }
});
new Tip('homeJubilee', {
	title : 'Jubilee',
	ajax: {
		url: 'assets/includes/parks/jubilee-lake.php',
		options: {
			onComplete: function(transport) {}
		}
	},
	style: 'atpm',
	hook: { target: 'bottomMiddle', tip: 'bottomMiddle' },
	stem: 'bottomMiddle',
	showOn: 'click',
	hideOn: { element: 'closeButton', event: 'click' },	
	width: '680px',
	offset: { x: 0, y: -10 }
});
new Tip('homePortCampbell', {
	title : 'Port Campbell',
	ajax: {
		url: 'assets/includes/parks/port-campbell.php',
		options: {
			onComplete: function(transport) {}
		}
	},
	style: 'atpm',
	hook: { target: 'bottomMiddle', tip: 'bottomMiddle' },
	stem: 'bottomMiddle',
	showOn: 'click',
	hideOn: { element: 'closeButton', event: 'click' },	
	width: '680px',
	offset: { x: 0, y: -10 }
});
new Tip('homePortlandBay', {
	title : 'Portland Bay',
	ajax: {
		url: 'assets/includes/parks/portland-bay.php',
		options: {
			onComplete: function(transport) {}
		}
	},
	style: 'atpm',
	hook: { target: 'bottomMiddle', tip: 'bottomMiddle' },
	stem: 'bottomMiddle',
	showOn: 'click',
	hideOn: { element: 'closeButton', event: 'click' },	
	width: '680px',
	offset: { x: 0, y: -10 }
});
new Tip('homeVictorHarbor', {
	title : 'Victor Harbor',
	ajax: {
		url: 'assets/includes/parks/victor-harbor.php',
		options: {
			onComplete: function(transport) {}
		}
	},
	style: 'atpm',
	hook: { target: 'bottomMiddle', tip: 'bottomMiddle' },
	stem: 'bottomMiddle',
	showOn: 'click',
	hideOn: { element: 'closeButton', event: 'click' },	
	width: '680px',
	offset: { x: 0, y: -10 }
});