if ((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i))|| (navigator.userAgent.match(/iPad/i))) {
		
	//alert("HTML version for iOS");
	location.replace("http://www.gannon.tv/2011/html");

} else {
	//alert("going to beta dir");	
//	location.replace("http://www.gannon.tv/2011/");
	location.replace("http://www.gannon.tv/2011");

}
