// JavaScript Document
if ( navigator.userAgent.match(/Android/i) || navigator.userAgent.match(/BlackBerry/i) ||
navigator.userAgent.match(/iPhone/i) || navigator.userAgent.match(/Palm/i) )
{
    window.location = 'http://www.picotart.fr/index-mobile.html';
}

