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