if (document.images) {

/* HOMEPAGE ROLLOVERS */

	homeabouton = new Image();
	homeabouton.src = "images/homepage_about_on.jpg";

	homeaboutoff = new Image();
	homeaboutoff.src = "images/homepage_about_off.jpg";

	homemodelpracticeon = new Image();
	homemodelpracticeon.src = "images/homepage_modelpractice_on.jpg";

	homemodelpracticeoff = new Image();
	homemodelpracticeoff.src = "images/homepage_modelpractice_off.jpg";

	homeambicuon = new Image();
	homeambicuon.src = "images/homepage_ambicu_on.jpg";

	homeambicuoff = new Image();
	homeambicuoff.src = "images/homepage_ambicu_off.jpg";

	homekittyhawkon = new Image();
	homekittyhawkon.src = "images/homepage_kittyhawk_on.jpg";

	homekittyhawkoff = new Image();
	homekittyhawkoff.src = "images/homepage_kittyhawk_off.jpg";

	homeotherinitson = new Image();
	homeotherinitson.src = "images/homepage_otherinits_on.jpg";

	homeotherinitsoff = new Image();
	homeotherinitsoff.src = "images/homepage_otherinits_off.jpg";

	homenewson = new Image();
	homenewson.src = "images/homepage_rhnews_on.jpg";

	homenewsoff = new Image();
	homenewsoff.src = "images/homepage_rhnews_off.jpg";

	homejoinuson = new Image();
	homejoinuson.src = "images/homepage_joinus_on.jpg";

	homejoinusoff = new Image();
	homejoinusoff.src = "images/homepage_joinus_off.jpg";


	homecontacton = new Image();
	homecontacton.src = "images/homepage_contactus_on.jpg";

	homecontactoff = new Image();
	homecontactoff.src = "images/homepage_contactus_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");
	}
  }
}
