// JavaScript Document
function doNav()
	{

  		document.location.href = 'http://edweb.tusd.k12.az.us/Collier/index.html';
	}

function changeCursorOver()
	{
	document.body.style.cursor="pointer"; 
	}
	
function changeCursorOut()
	{
	document.body.style.cursor="default"; 
	}
