<?
include("dbasecon.inc.php");
include("session.inc.php");
include ("header1.php");
include ("statscoursefunctions.inc.php");
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<? showheader("Ramblings of the Tour Leader"); ?>
<FORM>
<INPUT type="button" value="Close Ramble" onClick="window.close()">
</FORM>
<p>
<?
$textfilename="files/"."leadramble"."$article".".txt";
$lines = file($textfilename);
foreach ($lines as $line_num => $line) {
echo htmlspecialchars($line) . "<br />\n";
}
?><p>
<FORM>
<INPUT type="button" value="Close Ramble" onClick="window.close()">
</FORM>
<? showfooter(); ?>