
	$.ga.configure({
		account: 'UA-23950572-1',
		async: true,	
		ajaxLoad: false,
		trackPageViews: true,
		trackOutgoingLinks: false,
		trackMailToLinks: false,
		writeToLog: true,
		events: [],
		files: [
			 {
				id: 'pdf files',
				category: 'downloads',
				extension: 'pdf',
				label:'',
				value:''
			 }
		]
	});

