// greenhouse public CUSTOM JavaScript configuration - unique to site// to use full prototype 'lib/prototype.js','x_event','moo/prototype.lite','moo/moo.fx','moo/moo.fx.pack','greenhouse/gh.ajax'	var aCustomBaseIncludes = ['x_core'];		Loader.load(aCustomBaseIncludes, 'includes/client/');	var aCustomIncludes = ['globalFunctions','pngfix']; 	Loader.load(aCustomIncludes, 'custom/public/includes/client/');	var sFullPath = String(document.location);		var SITEBASE = sFullPath.substr(0,sFullPath.lastIndexOf('/')+1 );	var arVersion = navigator.appVersion.split("MSIE");	var browserVersion = parseFloat(arVersion[1]);	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 ) );	//	window.onload = _init;		function _init(){		// set the gns for header/groundwrapper/groundcap		//var layerObject = document.getElementById('templatestyle').href;		//alert("Testing- style template="+document.getElementById('templatestyle').href);//		var objMyImg = null;		if (is_pc_ie && browserVersion<7) {				//alert("Fix PNG");		//	var sImage =  '/version2/custom/public/images/bg_layout_tile.png';		//		objMyImg = new OpacityObject('content', sImage);		//		objMyImg.setBackground();			var sImage =  '/version2/custom/public/images/bg_layout_bottom.png';				objMyImg = new OpacityObject('contentBottom', sImage);				objMyImg.setBackground();						};	};