if (location.host=='bjsever'){
	var DIR='/antidispersione_aeca_it/webware/';
	var DIR_pul='antidispersione_aeca_it/webware'
}else{
	var DIR='/webware/';
	var DIR_pul='webware'
}

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

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

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

if(!window.console){
	window.console={};

	console.log=function(){};
}
