// JavaScript Document
function forwardPage(){
	document.location = "http://www.mediaoneutah.com";
}