its getting typins
its littleapril.ca
i wrote some php
$gals = "april.txt";
$urls = file($gals);
srand ((double) microtime() * 1000000);
$a = rand(0, sizeof($urls) - 1);
header("Location: $urls[$a];");
include "counter.php";
takes list of all the little april galleries and loads a random one
i was bored
