if (document.location.href.indexOf("//local.")!=-1){
	var sHost = 'http://local.canalj.fr';
}
else if (document.location.href.indexOf("//dev.")!=-1){
	var sHost = 'http://dev.canalj.fr';
}
/* old */
else if (document.location.href.indexOf("//test07.")!=-1){
	var sHost = 'http://test07.canalj.fr';
}
else if (document.location.href.indexOf("//org-www.")!=-1){
	var sHost = 'http://org-www.canalj.fr';
}
else if (document.location.href.indexOf("//adm07.")!=-1){
	var sHost = 'http://adm07.canalj.fr';
}
/* new */
else if (document.location.href.indexOf("//ori-www.")!=-1){
	var sHost = 'http://ori-www.canalj.fr';
}
else if (document.location.href.indexOf("//adm.")!=-1){
	var sHost = 'http://adm.canalj.fr';
}
else if (document.location.href.indexOf("//test.")!=-1){
	var sHost = 'http://test.canalj.fr';
}
else{
	var sHost = 'http://ori-www.canalj.fr';
}
