var base_url = window.location.href;var useGoogleAnalytics = false;var indexLofts = base_url.indexOf("4elevenlofts.com");var indexBeta = base_url.indexOf("4elevenlofts.com/beta");if (indexLofts > -1 && indexBeta == -1 ){	useGoogleAnalytics = true;	var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");	document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));}//document.write( base_url + ' indexLofts:' + indexLofts + ' indexBeta: ' + indexBeta + ' useGoogleAnalytics:' + useGoogleAnalytics);