echo $n . ": " . $thisTitle; ?>
>
Merchandising ad / Support ad
Welcome to the site!News worth posting will go here. Since there isn't any news worth posting, please enjoy this placeholder.
include('list.php'); $first = 1; $last = count($strips) - 1; $n = $last; if($_GET['n']) $n = $_GET['n']; $prev = $n-1; if($prev < $first) $prev = $first; $next = $n+1; $thisNumber = $strips[$n][0]; $thisTitle = $strips[$n][1]; $thisFile = $strips[$n][2]; ?>