<!--

var urlToGo="http://www.bnc.ca/bnc/files/bnc10162/fr/2/index.html";
var urlIn=document.location.href;

if (urlIn.indexOf("francais.altamira")!=-1) {
	location.replace(urlToGo);
}

//-->