function gotoURL(url) {
 self.location.href = url;
}