// Counties
var CountyList = "Boone,Cook,DeKalb,DuPage,Lake,Will,Kane,McHenry,Kendall,Other,Kankakee,Grundy";
var State = "IL";

function relo() {
    ref = location.href;
    ref = ref.toLowerCase();
    if (ref.indexOf('search') > -1) {
        document.getElementById('relo').style.visibility = 'visible';
        document.getElementById('relo').style.display = 'block';
    }
}

// Load Functions
relo();