(function(){  /* detect whether agent is mobile */
    var client = new Client();
    if (client.isMobileClient(navigator.userAgent)) window.location.href = "mobile.html";
})();


