if (screen.width < 500) {
    Check = confirm("Do you want to visit the mobile version of Dental Tribune International");
    if (Check == true) {
        document.location.href = 'http://' + window.location.host + '/mobarticles';
    }
}
