﻿function redirect(url) 
{ 
    if (screen.width < 699)
    {
        window.location.href = url;
    } 
}
