Header ("Location: http://www.sodipodi.com");
exot ();
$d = getdate ();
$b = ($d['yday'] + $d['hour']) % 19;
$c = $b % 5;
$r = rand (0, 5);
if (0 && (($r > $c))) {
print "\n";
print "
Darkness\n";
print "\n";
print "\n";
print "
\n";
print "
";
print "\n";
print "\n";
} else {
include ("style.php3");
include ("library/data.lib");
/* Set default section */
if (!$section) {$section = "home";}
header ("Content-Type: text/html; charset=UTF-8");
data_show_page ($section);
}
?>