if (document.images) {


	tn_home_over = new Image();
	tn_home_over.src = "../images/navigation/spotlight/tn_home_over.jpg";

	tn_home_off = new Image();
	tn_home_off.src = "../images/navigation/spotlight/tn_home_off.jpg";


	tn_about_over = new Image();
	tn_about_over.src = "../images/navigation/spotlight/tn_about_over.jpg";

	tn_about_off = new Image();
	tn_about_off.src = "../images/navigation/spotlight/tn_about_off.jpg";


	tn_people_over = new Image();
	tn_people_over.src = "../images/navigation/spotlight/tn_people_over.jpg";

	tn_people_off = new Image();
	tn_people_off.src = "../images/navigation/spotlight/tn_people_off.jpg";


	tn_program_over = new Image();
	tn_program_over.src = "../images/navigation/spotlight/tn_program_over.jpg";

	tn_program_off = new Image();
	tn_program_off.src = "../images/navigation/spotlight/tn_program_off.jpg";


	tn_research_over = new Image();
	tn_research_over.src = "../images/navigation/spotlight/tn_research_over.jpg";

	tn_research_off = new Image();
	tn_research_off.src = "../images/navigation/spotlight/tn_research_off.jpg";
	

	tn_spotlight_over = new Image();
	tn_spotlight_over.src = "../images/navigation/spotlight/tn_spotlight_over.jpg";

	tn_spotlight_off = new Image();
	tn_spotlight_off.src = "../images/navigation/spotlight/tn_spotlight_off.jpg";


	tn_faq_over = new Image();
	tn_faq_over.src = "../images/navigation/spotlight/tn_faq_over.jpg";

	tn_faq_off = new Image();
	tn_faq_off.src = "../images/navigation/spotlight/tn_faq_off.jpg";


	tn_resources_over = new Image();
	tn_resources_over.src = "../images/navigation/spotlight/tn_resources_over.jpg";

	tn_resources_off = new Image();
	tn_resources_off.src = "../images/navigation/spotlight/tn_resources_off.jpg";


	tn_contact_over = new Image();
	tn_contact_over.src = "../images/navigation/spotlight/tn_contact_over.jpg";

	tn_contact_off = new Image();
	tn_contact_off.src = "../images/navigation/spotlight/tn_contact_off.jpg";


	tn_donate_over = new Image();
	tn_donate_over.src = "../images/navigation/spotlight/tn_donate_over.jpg";

	tn_donate_off = new Image();
	tn_donate_off.src = "../images/navigation/spotlight/tn_donate_off.jpg";




	sn_spotlight_over = new Image();
	sn_spotlight_over.src = "../images/navigation/spotlight/sn_spotlight_over.jpg";

	sn_spotlight_off = new Image();
	sn_spotlight_off.src = "../images/navigation/spotlight/sn_spotlight_off.jpg";

	sn_news_over = new Image();
	sn_news_over.src = "../images/navigation/spotlight/sn_news_over.jpg";

	sn_news_off = new Image();
	sn_news_off.src = "../images/navigation/spotlight/sn_news_off.jpg";

	sn_events_over = new Image();
	sn_events_over.src = "../images/navigation/spotlight/sn_events_over.jpg";

	sn_events_off = new Image();
	sn_events_off.src = "../images/navigation/spotlight/sn_events_off.jpg";

	sn_awards_over = new Image();
	sn_awards_over.src = "../images/navigation/spotlight/sn_awards_over.jpg";

	sn_awards_off = new Image();
	sn_awards_off.src = "../images/navigation/spotlight/sn_awards_off.jpg";

	sn_facultywork_over = new Image();
	sn_facultywork_over.src = "../images/navigation/spotlight/sn_facultywork_over.jpg";

	sn_facultywork_off = new Image();
	sn_facultywork_off.src = "../images/navigation/spotlight/sn_facultywork_off.jpg";

	sn_archive_over = new Image();
	sn_archive_over.src = "../images/navigation/spotlight/sn_archive_over.jpg";

	sn_archive_off = new Image();
	sn_archive_off.src = "../images/navigation/spotlight/sn_archive_off.jpg";

	sn_subscribe_over = new Image();
	sn_subscribe_over.src = "../images/navigation/spotlight/sn_subscribe_over.jpg";

	sn_subscribe_off = new Image();
	sn_subscribe_off.src = "../images/navigation/spotlight/sn_subscribe_off.jpg";




	}

function changeImages() {
  if (document.images) {
	for (var i=0; i<changeImages.arguments.length; i+=2) {
	  document[changeImages.arguments[i]].src = eval(changeImages.arguments[i+1] + ".src");
	}
  }
}
