Redirection en cours…
window.onload = function() {
var rand = Math.random();
if (rand < 0.50) {
window.location.replace('https://ia.ca/campagne-iaah/reseau-carriere?uid=dm7xlr');
} else {
window.location.replace('https://ia.ca/campagne-iaah/reseau-carriere?uid=ulmvel');
}
};