all original content on p1k3, unless otherwise noted, is released
to the public domain.
  my $output;
  if ($DISPLAY_CONF{title} eq "new") {
      my @headers = dir_list('imgs/header', 'alpha', '\.jpg');
      my $header_image = $headers[rand @headers];
      my $LinkDump = Wala::print_page('LinkDump');
      
    return < 
 
END_HTML
  } else {
    return '';
  }