	var bName = "browser";
	var version = navigator.appVersion;
	if (navigator.userAgent.indexOf("MSIE 6.0") != -1) {
		bName = "The browser you are using is an old version of Internet Explorer, please run Windows update to ensure you are viewing this website properly. You can do this by selecting 'Start' -> 'Programs' -> 'Windows Update' <br /><br />";
		document.write(bName);
	}
