function goToURL(url) {
        self.location = url;
}

function setStatus(str) {
        status = str;
        return true;
}

