         
function callPublicRecords(listingId) {

    if (bitPublicRecordsIsLive == true) {
        var tag = document.getElementById(hdnPublicRecordsId)
        tag.value = listingId;
        __doPostBack(tag.name,'');
    } else {
        alert("The Public Records site is currently offline.  Please try again later.");
    }

}
 
 
