if (navigator.userAgent.indexOf('MSIE') > -1 && navigator.userAgent.indexOf('Mac') > -1) {
	location.href="nonstandard.html";
	}
if (navigator.userAgent.indexOf('Safari') > -1) {
	document.getElementById('fauxsearchbox').style.marginTop = '-2px';
	}