﻿function GetUrlBase() {
    return $("#ctl00_urlBase_js").val();
}

function GetUrlBaseParent() {
    return parent.document.getElementById("ctl00_urlBase_js").value;
}
