Y.applyConfig({
	modules: {
		table: {
			requires: ["datatable","json","datasource","io","event-delegate","view"],
			fullpath: 'http://'+location.host+"/s/SCRIPTS/table.js"
		 },
		formfields: {
			requires: ["json","datasource","io","event-delegate","panel","node"],
			fullpath: 'http://'+location.host+"/s/SCRIPTS/formfields.js"
		 }
	 },
	 lang:navigator.userLanguage||navigator.systemLanguage||navigator.browserLanguage||cms_code.lang||'de'
 });

