var Config = {
	_baseURL: 'http://www.ref-franchising.it/index.php/',
	_baseURLmedia: 'http://www.ref-franchising.it/',
	getBaseURL: function(){
			return this._baseURL;
		},
	getBaseURLmedia: function(){
			return this._baseURLmedia;
		}
}

