if (top == self) self.location.href = "index.html"; // forces the site to the Home page if not viewed through index.html

<!-- BEGIN OTHER CODE -->

var relativeURL = self.location.href.substring(self.location.href.indexOf("http://www.stepstoahealthierfayettecounty.org/")+"http://www.stepstoahealthierfayettecounty.org/".length); // finds the relative URL for the content within the bodytext iframe

parent.page = relativeURL; // sets the page variable on index.html to the current page.  

<!-- END OTHER CODE -->