if ((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/Android/i) ) ) {
	location.href = 'http://www.adispo-recrutement.fr/index.php';
}

