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