var basePath = "http://www.lindseywilliams.org/index.htm?Boldly%20Onward/Chapters/6";
var currentURL = document.URL;
var pageURL=(currentURL.substring(currentURL.lastIndexOf("/")));
// frameJammer_hp v3.2.2
if (window.name!='mainFrame' && window.name!='booker_'
		 && !((self.innerHeight == 0) && (self.innerWidth == 0)))
		top.location.replace(basePath+pageURL+'~mainFrame');
// frameJammer_hp End