var s_account = (typeof(s_account)=='string')?s_account:'roi-acro-dev';

var roilOmn = {
	// JS Requirements:
	'globalUrl':				'http://staging.roilabs.com/prod/clients/roilabs/omn/glo_s_code.js',
	'globalSecureUrl':			'https://staging.roilabs.com/prod/clients/roilabs/omn/glo_s_code.js',
	'siteCode':					'acro',
	'lastLocalUpate':			'01.31.2011',
	// Last edit: ROIL|PCL
	
	// Global Config Overwrite:
	
	// Global variable overwrite / defaults
	
	// --------------------------------------------
	// do not change the following, JS dependencies
	// --------------------------------------------
	'thisHost': 	(typeof window.location.host !== 'undefined') ? window.location.host.toLowerCase() : '',
	'thisPathName': (typeof window.location.pathname !== 'undefined') ? window.location.pathname.toLowerCase() : '',
	'thisSearch': 	(typeof window.location.search !== 'undefined') ? window.location.search.toLowerCase() : '',
	'thisProtocol': (typeof window.location.protocol !== 'undefined') ? window.location.protocol.toLowerCase() : ''
};


if(typeof roilOmnDev == 'object') {
    for(var attr in roilOmnDev) {
        if(roilOmnDev.hasOwnProperty(attr)) {
            roilOmn[attr] = roilOmnDev[attr];
        }
    }
}

// Global file
document.write(unescape("%3Cscript src='" + ((roilOmn.thisProtocol.indexOf('https')!=-1) ? roilOmn.globalSecureUrl : roilOmn.globalUrl) + "' type='text/javascript'%3E%3C/script%3E"));
