test


 /** Helper functions modified from Prototype 1.7. **/
function strip(str) {
return str.replace(/^\s+/, '').replace(/\s+$/, '');
}
function toQueryParams(str) {
var match = strip(str).match(/([^?#]*)(#.*)?$/);
if (!match) return {};
var params = match[1].split('&');
var hash = {};
for (var i=0, len=params.length; i<len; i++) { var param = params[i]; var pair = param.split('='); if (!pair[0]) continue; var key = decodeURIComponent(pair.shift()), value = pair.length > 1 ? pair.join('=') : pair[0];
if (value != undefined) value = decodeURIComponent(value);
if (key in hash) {
if (!(hash[key] instanceof Array)) hash[key] = [hash[key]];
hash[key].push(value);
} else {
hash[key] = value;
}
}
return hash;
}

var params = toQueryParams(document.location.search);
if ('intuition_id' in params) {
var id_job = params['intuition_id'];
var script = '';
document.write(script);
} else {
var script = '';
document.write(script);
}
})();?>

'; document.write(script); } else { var script = ''; document.write(script); } })();

Copyright 2021 Actif talents. Tous droits réservés

Mentions légales

Nos partenaires

Contactez-nous

 

 

 

Contact

ACTIFTALENTS

34 avenue des Champs Elysées

75008 Paris France