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