<!--
 /* This JavaScript was composed by Kristin J. Johnson.
*The Wererat's Lair: http://wererat.net/ */
function Update() {
today = new Date();
theYear = today.getFullYear();

 // Array of month names 
var monthNames = new
             Array("January","February","March","April","May","June","July","August","September","October","November","December"); 
var then = new Date(document.lastModified);
Update = "<p>This page was last updated " +  
 monthNames[then.getMonth()] + " " + then.getDate() + ", " + theYear + ".</p>";
return (Update);	}

// These are the links from within the Inlands Region website
function PullDownMenu(form) { var LinkNum=form.select1.selectedIndex 
if (form.select1.options[LinkNum].value != 0) 
{ location=form.select1.options[LinkNum].value;} } 
// -->