function go( url ){
  if ( url != "" ){
    document.location.href = url;
  }
}
