//Tables needed for previous ... next button generation for all Videos pages
//Generate with Prevnext.js.
var nextSectionCaption='How to Participate';
var nextSectionURL='http://www.thelightfarm.com/Map/HowToParticipate/HowToParticipatePart1.htm';

var pageCount=1;
var myUrls = new Array(pageCount+1);

myUrls[0] = "";
myUrls[1] = 'http://www.thelightfarm.com/cgi-bin/showvideo.py';

//Override these in the html.
var pageNumber=0;
var subpageNumber=0;

var mySubpageCounts = new Array();

var mySubUrls = new Array();


