$(document).ready(function(){
    if (navigator.userAgent.match(/iPhone|iPod|android|opera mini|pre\/|palm os|palm|blackberry|BlackBerry|htc_touch/i) && $.cookie("no_mobile") != "true") {
        window.location = "/mobile/";
    }
});
