﻿function VerificarDimensao() {
    if (window.screen.width >= 800)
        window.location = "http://www.weblitesolucoes.com.br/?pag=web";
    else
        window.location = "http://wap.weblitesolucoes.com.br";
}

document.onload = VerificarDimensao();
