if (location.host=='zurich_formazioneobbligatoria_it' || location.host=='zurich_formazioneobbligatoria_it:84' || location.host=='zurich.formazioneobbligatoria.it'){
	var DIR='/direzione/';
	var DIR_pul='direzione'
}else{
	var DIR='/zurich_formazioneobbligatoria_it/direzione/';
	var DIR_pul='direzione'
}

indirizzo=location.href.replace('#','').split('/');

for(key in indirizzo){
	if(indirizzo[key]==DIR_pul)
		root=key;
}

controller=indirizzo[parseInt(root)+1];

/*
if(indirizzo[indirizzo.length-1]=='index' || indirizzo[indirizzo.length-1]=='')
	controller=indirizzo[indirizzo.length-2];
else
	controller=indirizzo[indirizzo.length-1];
*/
