		var whois=location+" "

		if (whois.indexOf("flights.world-travel-online.com") != -1)

				{ window.location ="Booking/Flights.aspx" }
				
		if (whois.indexOf("holidays.world-travel-online.com") != -1)

				{ window.location ="Booking/Holidays.aspx" }

		if (whois.indexOf("carhire.world-travel-online.com") != -1)

				{ window.location ="v2rental/booking.asp" }

		if (whois.indexOf("hotels.world-travel-online.com") != -1)

				{ window.location ="v2hotels/default.htm" }

		if (whois.indexOf("insurance.world-travel-online.com") != -1)

				{ window.location ="v2Insurance/main.aspx" }