﻿function DeshabilitarAnaliticsPorURL(url) {
    if(url == '/BuscadoresPrimeraSeccion/Index.castle'){
        return false;
    }
    if(url == '/BuscadoresPrimeraSeccion/BusquedaAvanzada.castle'){
        return false;
    }
    if(url == '/BuscadoresPrimeraSeccion/BusquedaPorPalabraLibre.castle'){
        return false;
    }
    if(url == '/BuscadoresPrimeraSeccion/BoletinesCompletosPorFecha.castle'){
        return false;
    }
    if(url == '/BuscadoresPrimeraSeccion/AnexosAnteriores.castle'){
        return false;
    }
    if(url == '/BuscadoresSegundaSeccion/Index.castle'){
        return false;
    }
    if(url == '/BuscadoresSegundaSeccion/BusquedaPorSociedad.castle?A=1'){
        return false;
    }
    if(url == '/BuscadoresSegundaSeccion/BusquedaPorDomicilioLegal.castle?A=1'){
        return false;
    }
    if(url == '/BuscadoresSegundaSeccion/BoletinesCompletosPorFecha.Castle?A=1'){
        return false;
    }
    if(url == '/BuscadoresSegundaSeccion/BusquedaPorPalabraLibre.Castle?A=1'){
        return false;
    }
    return true;
}
