	if(
		(navigator.userAgent.match(/BlackBerry/i))
		||(navigator.userAgent.match(/HTC/i))
		||(navigator.userAgent.match(/Nokia/i)) 
		||(navigator.userAgent.match(/Palm/i))
		||(navigator.userAgent.match(/Samsung/i))
		||(navigator.userAgent.match(/LG/i))
		||(navigator.userAgent.match(/MOT/i))
		||(navigator.userAgent.match(/SonyEricsson/i))
		||(navigator.userAgent.match(/iPhone/i))
		||(navigator.userAgent.match(/iPod/i))
		||(navigator.userAgent.match(/iPad/i))
		)
	{
		window.location.href='/fr/';
	}

