//Tables needed for previous ... next button generation for all Bits and Pieces pages
//Generate with Prevnext.js.
var nextSectionCaption='';
var nextSectionURL='#';

var pageCount=7;
var myUrls = new Array(pageCount+1);

myUrls[0] = "";
myUrls[1] = 'http://www.thelightfarm.com/Map/BitsAndPieces/13Dec2009/EmulsionBlog.htm';
myUrls[2] = 'http://www.thelightfarm.com/Map/BitsAndPieces/17Dec2009/EmulsionBlog.htm';
myUrls[3] = 'http://www.thelightfarm.com/Map/BitsAndPieces/13Jan2010/EmulsionBlog.htm';
myUrls[4] = 'http://www.thelightfarm.com/Map/BitsAndPieces/12Feb2010/EmulsionBlog.htm';
myUrls[5] = 'http://www.thelightfarm.com/Map/BitsAndPieces/01Mar2010/EmulsionBlog.htm';
myUrls[6] = 'http://www.thelightfarm.com/Map/BitsAndPieces/16Mar2010/EmulsionBlog.htm';
myUrls[7] = 'http://www.thelightfarm.com/cgi-bin/htmlgen.py?content=16Mar2011';

//Override these in the html.
var pageNumber=0;
var subpageNumber=0;

var mySubpageCounts = new Array();

var mySubUrls = new Array();


