<!--
// Global Rollovers
// (c)2001 James Owen Pabon

if (document.images) {
	contact_black = new Image();
	contact_black.src = "/images/global/contact_black.gif"
	contact_blue = new Image();
	contact_blue.src = "/images/global/contact_blue.gif"
	home_black = new Image();
	home_black.src = "/images/global/home_black.gif"
	home_blue = new Image();
	home_blue.src = "/images/global/home_blue.gif"
	what_black = new Image();
	what_black.src = "/images/global/what_black.gif"
	what_blue = new Image();
	what_blue.src = "/images/global/what_blue.gif"
	who_black = new Image();
	who_black.src = "/images/global/who_black.gif"
	who_blue = new Image();
	who_blue.src = "/images/global/who_blue.gif"
}
//-->


