function make_select($varname,$value,$range,$format="") {
$ret='';
return($ret);
}
function show_header($context,$year) {
echo '
Quill
\n";
}
/* Begin main routines */
if (! isset($year)) { $year=1203; }
if (! isset($context)) { $context="Journal"; }
show_header($context,$year);
switch ($context) {
case "Journal":
include("Journal.php3");
break;
case "Timeline":
include("Timeline.html");
break;
case "Path of the Witness":
include("Witness.html");
break;
case "New Discipline":
include("Disciplines.html");
break;
case "Statistics":
include("Statistics.php3");
break;
}
show_footer();
?>