// this beautiful image swapping function by Wade (last name unavailable) c/o Reset (RIP) circa 1995
// revived by David Michael --> http://www.hooksinternational.com 2002

function swapem(iname, gname) {
	if (document.images){
	        iname.src = gname.src;
	}
}

// cant front