

    var width = screen.availWidth;
    
    if(width <= 960){
        
        window.location.href = "http://www.m.renko.com.br";
        //window.location("http://www.m.renko.com.br", "_self");
                
    }
