function makeTBURL(cgiPath, id, script) {
    var url = cgiPath + script + '/' + id;
    return url;
}
