




/*
     FILE ARCHIVED ON 4:46:59 Jan 1, 2007 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:24:44 Jun 25, 2011.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
<!-- see which image name is found in document title
if (document.getElementById) {
if ((checkTitle("Welcome") != -1)) {
document.getElementById("welcome").style.color="#ff0000"; }
else if ((checkTitle("Mission") != -1)) {
document.getElementById("mission").style.color="#ff0000"; }
else if ((checkTitle("Principles") != -1)) {
document.getElementById("principles").style.color="#ff0000"; }
else if ((checkTitle("Members") != -1)) {
document.getElementById("members").style.color="#ff0000"; }
else if ((checkTitle("Contact") != -1)) {
document.getElementById("contact").style.color="#ff0000"; }
}
//-->

