<!--
function textOnly()
{
	var lift = "http://text.usg.edu:8080/tt/www.valdosta.edu"
	var url = window.location.pathname
	
	var textOnly = lift + url
	
	window.location = textOnly
}
// -->
