﻿var href = "";

function goToBuilding() {
    document.getElementById("currentbldg").href = href;
}

