// greenhouse public CUSTOM JavaScript configuration //,var aCustomBaseIncludes = ['moo/prototype.lite','moo/moo.fx','moo/moo.fx.pack','greenhouse/gh.ajax'];	Loader.load(aCustomBaseIncludes, 'includes/client/');	var sFullPath = String(document.location);		var SITEBASE = sFullPath.substr(0,sFullPath.lastIndexOf('/')+1 );		function gotoQuickLink(o){			var sLink = "default.asp?id=" + o.options[o.selectedIndex].value;			document.location = sLink;		}