<!-- ONLY CHANGE THIS PATH TO REFLECT IMAGE LOCATION ON IMAGE SERVER -->document.write('<BASE href="http://www.japan.ea.com/nbalive2002/">');var baseDocumentRef	= setBasePath();function setBasePath() {	var currentPath		= document.location.href;	lastBackSlash 		= currentPath.lastIndexOf ('\\',currentPath.length-1); 	lastForwardSlash 	= currentPath.lastIndexOf ('/',currentPath.length-1);		if (lastBackSlash > lastForwardSlash) { lastSlash = lastBackSlash; }	else { lastSlash = lastForwardSlash; }			basePathRef = currentPath.substring (0, lastSlash+1);	return basePathRef; }function setDocPath(fileName){ document.location.href	= baseDocumentRef + fileName;}