// JavaScript Document

function red(u,t) {
  if (!t) t = '_self';
  var url = "/r.php?u="+u;
  window.open(url,t);
}
