<!-- hide javascript from all non-enabled browsers.

if (parseInt(navigator.appVersion) >= 4) {
	var IE4 = (navigator.appVersion.indexOf("MSIE") > 0);
      if (navigator.appVersion.indexOf("Mac") > 0) {
		if (IE4 > 0) {
			window.location = "http://www.weddingpath.co.uk/IEMacUnSupported.html";
		}
      }
}

 //-->
