/* if ie on mac, proceed to message */
if(browser == "Internet Explorer" && OS == "Mac") {
	window.location.href = 'ieMac.php';	
} else if(browser == "Opera" && OS == "Windows") {
	window.location.href = 'operaWin.php';	
}