$thisday = $y."-".$m."-".$a;
$nextday = $next["day"]["y"]."-".$next["day"]["m"]."-".$next["day"]["a"];
grab($thisday,$nextday,$c);
echo "
\n";
echo '
< ',date('l, F j, Y', mktime(0,0,0,$m,$a,$y)),'
> '."\n";
echo "
";
showHours();
echo "";
echo "\n";
showDay($y,$m,$a,"Events");
echo " | ";
echo "
|
";
echo "
\n";
include "includes/footer.php";
?>