function dl(f)
{
  location.replace("http://www.alex-shepherd.com/download.php?" +
                    "r=" + r +
                    "&f=" + f);
}