// Start the Code
<!-- </td></tr>
<tr><td></td><td bgcolor="#ffffff" colspan="3" align="center" width="100%"> -->
</div>
<table width="100%"><tr><td width="10%" align="left"> </td><td align="center">
<font size="-1">Page by Tom Parker <<?php include $TOPDIR.'email.php'; ?>>
<!-- (<a href="http://<script language="php">print $HTTP_SERVER_VARS["SERVER_NAME"].".mirror.sytes.org".$HTTP_SERVER_VARS["REQUEST_URI"];</script>">Mirrored version</a>) -->
<br />
<script language="php">
//print $DOCUMENT_ROOT.$HTTP_SERVER_VARS["REQUEST_URI"];
if (isset($display) || isset($pictures))
{
echo "This page was generated by the <a href=\"".$TRUEDIR."projects/gallery/\">image gallery script</a>";
}
elseif (isset($conn))
{
echo "This page was autogenerated right now";
}
else {
if (!isset($TRUE_DOC))
{
$doc = $_SERVER["DOCUMENT_ROOT"].$_SERVER["REQUEST_URI"];
$doc = preg_replace("/\?.*/","",$doc);
if (substr($doc,-1) == "/")
$doc .= "index.php";
}
else
{
$doc =$TRUE_DOC;
}
if (file_exists($doc))
{
$ftime = filemtime($doc);
echo strftime("This page was last updated on %d/%m/%Y at %H:%M:%S and has had a finite number of hits.",$ftime);
}
else
echo "doc = $doc";
}
include $TOPDIR."songs.php";
srand((double)microtime()*1000000);
$ret = explode("\n",file_get_contents($TOPDIR."taglines.txt"));
if ($ret[count($ret)-1]=="")
array_pop($ret);
print "<br /><i>".$ret[array_rand($ret)]."</i>";
/*print "<!--";
print_r($ret);
print " -->";*/
print "</font>";
</script>
</td><td align="right">
<script language="php">
print "<a href=\"".$TRUEDIR."foaf.rdf\"><img src=\"".$TRUEDIR."images/foafTiny.png\" border=\"0\" alt=\"FOAF\" /></a>";
</script>
<a href="http://www.spreadfirefox.com/community/?q=affiliates&id=3930&t=86">
<script language="php">
print "<img src=\"".$TRUEDIR."images/firefox.png\" width=\"125\" height=\"50\" border=\"0\" alt=\"Get Firefox\" /></a>";
print "<a href=\"http://validator.w3.org/check?uri=http://".$HTTP_SERVER_VARS["SERVER_NAME"].$HTTP_SERVER_VARS["REQUEST_URI"]."\">";
print "<img src=\"".$TRUEDIR."images/valid-xhtml10.png\"";</script> alt="Valid XHTML 1.0!" height="31" width="88" border="0"/></a>
</td></tr></table>
<script language="php">
if (isset($title)) {
print "</body>
</html>";
}
</script>
// End the CodeReturn to the Code Page

