
	<!-- Hide script from old browsers
	// This script copyright 1997, Tom Negrino and Dori Smith.
	// This script is from "JavaScript for the WWW, Visual QuickStart Guide, 2nd Ed."
	// For more information, see <http://www.chalcedony.com/javascript/>.
	// This script may be used and modified, but the copyright notice must remain intact.
        
	
	if (document.images)

		{arrow1Red = new Image
		 arrow1Blue = new Image
		 arrow2Red = new Image
		 arrow2Blue = new Image
		 arrow3Red = new Image
		 arrow3Blue = new Image
		 arrow4Red = new Image
		 arrow4Blue = new Image
		 arrow5Red = new Image
		 arrow5Blue = new Image
		 arrow6Red = new Image
		 arrow6Blue = new Image
		 arrow7Red = new Image
		 arrow7Blue = new Image
		 arrow8Red = new Image
		 arrow8Blue = new Image
		 arrow9Red = new Image
		 arrow9Blue = new Image
	
		 arrow1Red.src = 'images/educ_on.jpg'
		 arrow1Blue.src = 'images/educ_off.jpg'
		 arrow2Red.src = 'images/cons_on.jpg'
		 arrow2Blue.src = 'images/cons_off.jpg'
		 arrow3Red.src = 'images/rehabon.jpg'
		 arrow3Blue.src = 'images/rehaboff.jpg'
		 arrow4Red.src = 'images/top_on.jpg'
		 arrow4Blue.src = 'images/top_off.jpg'
		 arrow5Red.src = 'images/home_on.jpg'
		 arrow5Blue.src = 'images/home_off.jpg'
		 arrow6Red.src = 'images/links_on.jpg'
		 arrow6Blue.src = 'images/links_off.jpg'
		 arrow7Red.src = 'images/membron.jpg'
		 arrow7Blue.src = 'images/membroff.jpg'
		 arrow8Red.src = 'images/cont_on.jpg'
		 arrow8Blue.src = 'images/cont_off.jpg'
		 arrow9Red.src = 'images/evnt_on.jpg'
		 arrow9Blue.src = 'images/evnt_off.jpg'}

	else  	{arrow1Red = ""
		 arrow1Blue = ""
		 arrow2Red = ""
		 arrow2Blue = ""
		 arrow3Red = ""
		 arrow3Blue = ""
		 arrow4Red = ""
		 arrow4Blue = ""
		 arrow5Red = ""
		 arrow5Blue = ""
		 arrpw6Red = ""
		 arrow6Blue = ""
		 arrow7Red = ""
		 arrow7Blue = ""
		 arrow8Red = ""
		 arrow8Blue = ""
		 arrow9Red = ""
		 arrow9Blue = ""
		 document.arrow1 = ""
		 document.arrow2 = ""
		 document.arrow3 = ""
		 document.arrow4 = ""
		 document.arrow5 = ""
		 document.arrow6 = ""
		 document.arrow7 = ""
		 document.arrow8 = ""
		 document.arrow9 = ""}
		


	// End hiding script from old browsers -->

     var dayName = new Array
        ("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")

    var monName = new Array
        ("January","February","March","April","May","June","July",
         "August","September","October","November","December")

    var now = new Date
