jQuery.preloadImages = function()
{
	var path = '/images/map_new/';
	for(var i = 0; i<arguments.length; i++)
	{
		jQuery("<img>").attr("src", path+arguments[i]);
	}
}
$.preloadImages("home.png","contact.png","geothermal_footbath.png", "restaurant.png", "playground.png", "kids_play.png", "killer_prawn_golf.png", "nursery.png", "hatchery.png", "native_bush_walk.png", "playground.png", "feed_the_trout.png", "troll_bridge.png", "water_bikes.png", "adventure_walkway.png", "water_compass.png", "the_gauntlet.png", "fishing.png", "hook_a_prawn_fishing.png","water_piano.png","treasure_hunt.png","tree_climb.png","trophy_pond.png","pump_house.png");