<!--////////////// top level code ///////////////////////////////////////////////////// functions ///////////////////////////////////////////////for linking to other documents without loosing querystringfunction checkQuery(URL) {	var myquery=document.location.search;		if (myquery!="") {		URL = URL + myquery;					}  		return URL;}			function openLink(URL) {	self.document.location = checkQuery(URL);}////////////// globals ///////////////////////////////////////////////var logoURL=checkQuery("http://www.sodaplay.com/index.htm");		//-->