
  function follow_link(mod, type) {
    eval("location.href='../Pages/index.php?mod=" + mod + "&type=" + type + "'");
  }