function gotosite(site) {
    if (site != "") {
        self.location=site;
    }
}
