function loadHomeImages () {
	homeOn = new Image(); 
	homeOn.src = "/images/home_on.gif";
	
	homeOff = new Image();
	homeOff.src = "/images/home_off.gif";
	isIMG = document.images;
}