#! /usr/bin/perl -w
#
########################################
#
# displays mission/travel page for DTN site
# written by benjamin ramey
# bsr@rameydesign.net
# april, 2004
#
########################################
$data_file = "./data/travel_data.txt";
print "Content-type: text/html\n\n";
&Print_Top_HTML;
&Carter_Calender;
&Short_Term;
&Europe_Info;
&Travel_Info;
&Print_Bottom_HTML;
################################################################################################################################################
# SUB ROUTINES FOR DYNAMIC HTML
################################################################################################################################################
sub Carter_Calender
{
print <<"HTML";
This section will eventually be accessible only to those specifically allowed access by DtN, to view current traveling information. Check back
soon!
HTML
print<<"HTML";
HTML
}
################################################################################################################################################
# SUB ROUTINES FOR PRINTING GENERIC HTML
################################################################################################################################################
##############displays top of travel page##############
sub Print_Top_HTML
{
print <<"HTML";
Disciple the Nations - Mission & Travel