<!--Contact Toggles-->

<!--
<!--Hide script from old broswers 
		if (document.images) {
		toggler = new Image
       	leland_active = new Image
		clinton_active = new Image
		
		toggler.src = 'images/placeholder.jpg'
		leland_active.src = 'images/about/contact/contact01.gif'
		clinton_active.src = 'images/about/contact/contact02.gif'
		}
		
	function toggleImg(newImg) {
		if (document.images) {
            document.toggler.src= eval(newImg + ".src")
		}
	}

	// End hiding -->
