//Function to get to correct text-only page
function textOnly() {
	
	var url = 'http://text.usg.edu:8080/tt/http://www.maconstate.edu' + window.location.pathname;
	window.location = url;
	
}
