<!-- Javascript items for each page -->
<!-- Mark Swabey 25-02-2010-->

<!-- If the page doesn't have a menu and title, it was probably accessed from a search engine directly.-->
<!-- This line forces the display back to the home page with title and menu, but puts this page name on the url line, -->
<!--	so that it can be picked up in the home page and used to redirect the content frame back to this page-->
<!-- Get this page location-->
var loc=escape(document.location.href);
<!-- Strip off any leading data e.g. c:\\fred/hoa/ . This means that the page files must all be in the top directory--> 
var n=loc.lastIndexOf("/");
if (n!=-1) loc=loc.substr(n + 1);
<!-- If this page is not in a frame then reload the index page but with index.htm?content=thispage -->
if (top == self) document.location.replace("index.htm?content=" + loc);
else parent.contentdone=1;

<!-- Start of StatCounter Code -->
sc_project=3660754; 
sc_invisible=1; 
sc_partition=44; 
sc_security="15d9108d"; 


