// greenhouse public CUSTOM JavaScript configuration
	var divName = "";
	var ua = navigator.userAgent.toLowerCase(); 
	var is_pc_ie  = ( (ua.indexOf('msie') != -1 ) && ( ua.indexOf('win') != -1 ) && ( ua.indexOf('opera') == -1 ) && ( ua.indexOf('webtv') == -1 ) );
	var sFullPath = String(document.location);
	var SITEBASE = sFullPath.substr(0,sFullPath.lastIndexOf('/')+1 );
	
		window.onload = _initPage;
	
		function _initPage(){
			
			/*if(typeof sIFR == "function" && !bolPrint){
					// Main Header
					sIFR.replaceElement(named({sSelector:".maincolumn h1", sFlashSrc:"custom/flash/fonts/futura_heavyBT.swf", sColor:"#FF9000", sLinkColor:"#FF9000", sBgColor:"none", sHoverColor:"#FFE603", nPaddingTop:0, nPaddingBottom:0, sFlashVars:"textalign=left&offsetTop=0", sWmode:"transparent"}));
			};*/
			
			if(typeof loadGoogleMaps == "function") loadGoogleMaps();
			
			if(typeof fixAHLHeader == "function") fixAHLHeader();
			
			return true;
		};
