	if (document.images) {		home1 = new Image		home2 = new Image		location1 = new Image		location2 = new Image		rates1 = new Image		rates2 = new Image		reservation1 = new Image		reservation2 = new Image		sightseeing1 = new Image		sightseeing2 = new Image		the_hotel1 = new Image		the_hotel2 = new Image		the_rooms1 = new Image		the_rooms2 = new Image		write_us1 = new Image		write_us2 = new Image		home1.src = "images/home1.jpg"		home2.src = "images/home2.jpg"		location1.src = "images/location1.jpg"		location2.src = "images/location2.jpg"		rates1.src = "images/rates1.jpg"		rates2.src = "images/rates2.jpg"		reservation1.src = "images/reservation1.jpg"		reservation2.src = "images/reservation2.jpg"		sightseeing1.src = "images/sightseeing1.jpg"		sightseeing2.src = "images/sightseeing2.jpg"		the_hotel1.src = "images/the_hotel1.jpg"		the_hotel2.src = "images/the_hotel2.jpg"		the_rooms1.src = "images/the_rooms1.jpg"		the_rooms2.src = "images/the_rooms2.jpg"		write_us1.src = "images/write_us1.jpg"		write_us2.src = "images/write_us2.jpg"	}	else {		home1 = ""		home2 = ""		document.home = ""		location1 = ""		location2 = ""		document.location = ""		rates1 = ""		rates2 = ""		document.rates = ""		reservation1 = ""		reservation2 = ""		document.reservation = ""		sightseeing1 = ""		sightseeing2 = ""		document.sightseeing = ""		the_hotel1 = ""		the_hotel2 = ""		document.the_hotel = ""		the_rooms1 = ""		the_rooms2 = ""		document.the_rooms = ""		write_us1 = ""		write_us2 = ""		document.write_us = ""	}