	if (document.images) {
		home1 = new Image
		home2 = new Image
		hotels_by_district1 = new Image
		hotels_by_district2 = new Image
		star4_hotels1 = new Image
		star4_hotels2 = new Image
		star3_hotels1 = new Image
		star3_hotels2 = new Image
		star2_hotels1 = new Image
		star2_hotels2 = new Image
		the_hotel1 = new Image
		the_hotel2 = new Image
		the_rooms1 = new Image
		the_rooms2 = new Image
		rates1 = new Image
		rates2 = new Image
		location1 = new Image
		location2 = new Image

		home1.src = "images/home1.gif"
		home2.src = "images/home2.gif"
		hotels_by_district1.src = "images/district1.gif"
		hotels_by_district2.src = "images/district2.gif"
		star4_hotels1.src = "images/4stars1.gif"
		star4_hotels2.src = "images/4stars2.gif"
		star3_hotels1.src = "images/3stars1.gif"
		star3_hotels2.src = "images/3stars2.gif"
		star2_hotels1.src = "images/2stars1.gif"
		star2_hotels2.src = "images/2stars2.gif"
		the_hotel1.src = "images/the_hotel1.gif"
		the_hotel2.src = "images/the_hotel2.gif"
		the_rooms1.src = "images/the_rooms1.gif"
		the_rooms2.src = "images/the_rooms2.gif"
		rates1.src = "images/rates1.gif"
		rates2.src = "images/rates2.gif"
		location1.src = "images/location1.gif"
		location2.src = "images/location2.gif"
	}
	else {
		home1 = ""
		home2 = ""
		document.home = ""
		hotels_by_district1 = ""
		hotels_by_district2 = ""
		document.hotels_by_district = ""
		star4_hotels1 = ""
		star4_hotels2 = ""
		document.star4_hotels = ""
		star3_hotels1 = ""
		star3_hotels2 = ""
		document.star3_hotels = ""
		star2_hotels1 = ""
		star2_hotels2 = ""
		document.star2_hotels = ""
		the_hotel1 = ""
		the_hotel2 = ""
		document.the_hotel = ""
		the_rooms1 = ""
		the_rooms2 = ""
		document.the_rooms = ""
		rates1 = ""
		rates2 = ""
		document.rates = ""
		location1 = ""
		location2 = ""
		document.location = ""
	}