//Tables needed for previous ... next button generation for all ThisAndThat pages
//Generate with Prevnext.js.
var nextSectionCaption='Literature List &gt;';
var nextSectionURL='http://www.thelightfarm.com/Map/LiteratureList/LiteratureListPart1.htm';

var pageCount=1;
var myUrls = new Array(pageCount+1);

myUrls[0] = "";
myUrls[1] = 'http://www.thelightfarm.com/Map/ComingTopics/OddsAndEndsPart1.htm';

//Override these in the html.
var pageNumber=0;
var subpageNumber=0;

var mySubpageCounts = new Array();

var mySubUrls = new Array();

