function starter()
{
	
	/* Redirection javascriptt Désactivée !! Voir le fichier index.php à la racine 
	if(el = document.getElementById('nomobileId'))
		nomobile = el.getAttribute('value');
	else
		nomobile = 0;
	
	if( ( (navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i)) || navigator.userAgent.match(/Android/i) ) && nomobile !=1 )
	{
			window.location = "http://www.sevanova.com/mobile/front/";
	}
	*/
	
}

//registerOnloadFunction(starter);
