if (screen.width <= 500) {
    if (document.www_url.indexOf(window.location.hostname)) {
        window.location = document.m_url.slice(0, document.m_url.length-1) + window.location.pathname;
    }
}
