var imgGoN = new Image();
var imgGoO = new Image();
imgGoN.src = "images/GoN.gif";
imgGoO.src = "images/GoO.gif";




function rollover( imagename, objectsrc )
{
	if ( document.images )
		document.images[imagename].src = eval(objectsrc+".src");
}
