// JavaScript Document
function $AC_GLOBALS() { 
	
	this.config = {
		'environment'	: 'WAN',
		'domain'		: 'dirty-lens.com',
		'protocol'		: 'http://',
		'sitename'		: 'Dirty Lens Website',
		'version'		: '2.0 Stable',
		'language'		: 'en',
		'defaultFontSize' : '11',
		'currentFontSize' : '11'
	};
	
	this.url = {
		'hostAddress'	: this.config.protocol+this.config.domain,
		'baseAddress'	: this.config.protocol+this.config.domain,
		'reference'		: 'http://aialab.com/apx28',
		'ref'			: 'http://aialab.com/apx28'
	};
	
}

$GLOBALS = new $AC_GLOBALS;

