##### Source file for Baja California Information Pages ##### ##### Page: ##### ##### Modifications History: ##### ##### ##### ####################################################################### ##### Libraries ##################################################### ####################################################################### require "Globals.pm"; ####################################################################### ##### Page Parameters ############################################### ####################################################################### $HEADTitle = ""; # Title which appears in the top browser bar $Title = "Stories by Mike Humfreville"; # Title which appears in the title box $DefaultStatus = $HEADTitle; # Title which appears in the status line $Keywords = "baja california,mexico,stories,mike humfreville"; @ReturnTo = ("Contents Page", $AddressToBasePage."baja.html#TOP"); $HavePageContentsMenu = 0; $MakePrinterFriendlyPage = 0; $SkipBottomReturnBar = 0; $IncludeSlideShow = 0; $IncludePicDisplay = 0; $CopyrightOwner = "Mike Humfreville"; $FirstYearCopyright = "2002"; $CounterDataFile = ""; # FileName.dat, e.g. ####################################################################### ##### Page Contents ################################################# ####################################################################### # Left name, right name, text AddSingleBlock('', '', <<'ENTER_BLOCK_TEXT_HERE'); ENTER_BLOCK_TEXT_HERE ####################################################################### ##### End of user input ############################################# ####################################################################### writeOutputFile(__FILE__); exit;