// General GCCO Javascript Library////				-- Baseline version by rxsherm@interealm.com	function popOut(url,x,y,scroll) {		if(!scroll)	scroll=1;		day=new Date();	id=day.getTime();	eval("page" + id + " = window.open(url, '" + id + "',  'toolbar=0,scrollbars=" + scroll + ",location=0,statusbar=0,menubar=0,resizable=1,width=" + x + ",height=" + y + "');");}function getCookie(cookieName) { var theCookie=""+document.cookie; var ind=theCookie.indexOf(cookieName); if (ind==-1 || cookieName=="") return "";  var ind1=theCookie.indexOf(';',ind); if (ind1==-1) ind1=theCookie.length;  return unescape(theCookie.substring(ind+cookieName.length+1,ind1));}function getScrollXY() {  var scrOfX = 0, scrOfY = 0;  if( typeof( window.pageYOffset ) == 'number' ) {    //Netscape compliant    scrOfY = window.pageYOffset;    scrOfX = window.pageXOffset;  } else if( document.body && ( document.body.scrollLeft || document.body.scrollTop ) ) {    //DOM compliant    scrOfY = document.body.scrollTop;    scrOfX = document.body.scrollLeft;  } else if( document.documentElement && ( document.documentElement.scrollLeft || document.documentElement.scrollTop ) ) {    //IE6 standards compliant mode    scrOfY = document.documentElement.scrollTop;    scrOfX = document.documentElement.scrollLeft;  }  return [ scrOfX, scrOfY ];}function launchShoutBox(url,x,y,scroll,ignore) {			//if (uuid=="" || uuid=="1") {		//	url="shoutbox/logerror.html";		//}		if(!scroll)	scroll=1;		day=new Date();	id=day.getTime();	eval("page" + id + " = window.open(url, '" + id + "',  'toolbar=0,scrollbars=" + scroll + ",location=0,statusbar=0,menubar=0,resizable=1,width=" + x + ",height=" + y + "');");}function getCookie(cookieName) { var theCookie=""+document.cookie; var ind=theCookie.indexOf(cookieName); if (ind==-1 || cookieName=="") return "";  var ind1=theCookie.indexOf(';',ind); if (ind1==-1) ind1=theCookie.length;  return unescape(theCookie.substring(ind+cookieName.length+1,ind1));}
