function browserAndOSCheck(){
	if(BrowserDetect.OS == "Windows"){
		if(BrowserDetect.browser == "Explorer"){
			window.location.replace("http://mldv.permissiontv.com/channels/winnetka_il/ie.html");
		}else if(BrowserDetect.browser == "Firefox"){
			window.location.replace("http://mldv.permissiontv.com/channels/winnetka_il/firefox.html");
		} else {
			window.location.replace("http://mltv.permissiontv.com/download/download.php?library=winnetka_il&amp;channelname=Winnetka-Northfield%20Public%20Library%20District&amp;exebasename=winnetka_il");
			}
	}else if(BrowserDetect.OS == "Mac") {
		window.location.replace("http://mldv.permissiontv.com/channels/winnetka_il/mac.html");
	} else {
		window.location.replace("http://mltv.permissiontv.com/download/download.php?library=winnetka_il&amp;channelname=Winnetka-Northfield%20Public%20Library%20District&amp;exebasename=winnetka_il");
	}
}

