switch(location.host){

case 'www.xperimentations.ca':

location.href="index_fr.html"

break;

case 'xperimentations.ca':

location.href="index_fr.html"

break;

default:

location.href="index_en.html"

}

