function change_lang() {
if (location.href) {
 var path = location.href;
 pos = path.search(/reseaueconomieverte.ca/);
 if (pos > 0) {
   path = path.replace(/reseaueconomieverte.ca/,'greeneconomynet.ca');
 }
 location.href = path;
}
}
