function link_to(page) {
  window.location = "http://" + page;
}