// relies on the inclusion of include.js elsewhere in the page
// will reject Mac IE users
if (is_mac && is_ie) {
	document.location = "http://www.orient-express.com/web/unsupported.jsp";
}


