		if (document.images) {
			homeon = new Image;
			homeoff = new Image;
			whyon = new Image;
			whyoff = new Image;
			memberon = new Image;
			memberoff = new Image;
			contacton = new Image;
			contactoff = new Image;
			fbolon = new Image;
			fboloff = new Image;
			boardon = new Image;
			boardoff = new Image;
			presson = new Image;
			pressoff = new Image;
			partneron = new Image;
			partneroff = new Image;
			clasfdon = new Image;
			clasfdoff = new Image;
			
			homeon.src = "images/home2.gif";
			homeoff.src = "images/home1.gif";
			whyon.src = "images/whyjoin2.gif";
			whyoff.src = "images/whyjoin1.gif";
			memberon.src = "images/memberinfo2.gif";
			memberoff.src = "images/memberinfo1.gif";
			contacton.src = "images/contactinfo2.gif";
			contactoff.src = "images/contactinfo1.gif";
			fbolon.src = "images/fbolocate2.gif";
			fboloff.src = "images/fbolocate1.gif";
			boardon.src = "images/board2.gif";
			boardoff.src = "images/board1.gif";
			presson.src = "images/press2.gif";
			pressoff.src = "images/press1.gif";
			partneron.src = "images/partners2.gif";
			partneroff.src = "images/partners1.gif";
			clasfdon.src = "images/classified2.gif";
			clasfdoff.src = "images/classified1.gif";
			}
			
		else {
			homeon = "";
			homeoff = "";
			whyon = "";
			whyoff = "";
			memberon = "";
			memberoff = "";
			fbolon = "";
			fboloff = "";
			contacton = "";
			contactoff = "";
			boardon = "";
			boardoff = "";
			presson = "";
			pressoff = "";
			partneron = "";
			partneroff = "";
			clasfdon = "";
			clasfdoff = "";
			}