var flex = {

			setVars: function(){
				this.webPath = 'http://rugbycentre.optasportsdata.com/';
				this.imgPath = 'http://rugbycentre.optasportsdata.com//img';
				this.debug = false;
				this.helpEnabled = false;
				this.err404 = '<div class="info">The page you are looking for is currently unavailable.</div>';
				this.auth = 'Y%2FdvxOpAmVpLmCM0AUgNim4CdtWCNm%2BMuBshfOC9A4s%3D';
			}
		};
		flex.setVars();