function url(link_url) {
   location.href = link_url;
}
