script> if(navigator.userAgent.indexOf("Firefox") != -1) { window.location = "http://www.manhattancc.tv"; } else if(navigator.userAgent.indexOf("MSIE") != -1) { window.location = "http://www.manhattancc.tv"; } else if(navigator.userAgent.indexOf("Netscape") != -1) { window.location = "http://www.manhattancc.tv"; } else { window.location = "http://www.manhattancc.tv"; }