// Mini Menu for entry outside of framesetfunction createMenu(){if (parent.frames.length <= 0) {	thisURL = new String(self.document.location);	//alert(thisURL);	completeURL = thisURL;	splitURL = thisURL.split("?");	//alert(splitURL.length);		if (splitURL.length > 1){	url1 = splitURL[0];	url2 = splitURL[1];	assembleURL = url1+"!"+url2;	completeURL = assembleURL.replace(/&/gi,'$');	}	finalURL = "http://www.gametime.com/index.asp?url="+completeURL;	document.getElementById("noframeNav").innerHTML="<table width='90%' border='0' cellspacing='0' cellpadding='0'><tr><td class='basecopy'>Welcome to GameTime.com!<br><a href='"+finalURL+"' class='baselink_blue'><strong>View the Website Navigation Menu</strong></a> | <a href='http://www.gametime.com/index.asp' class='baselink_blue'><strong>Go to the Home Page</strong></a> | <a href='http://www.gametime.com/index.asp?url=sitemap.asp' class='baselink_blue'><strong>View the GameTime.com Site Map</strong></a><br /><br /></td></tr></table>"}}