<!--
function ForceFrames(){
thePage=window.parent.location.href
thePage=thePage.toLowerCase()
	if (thePage != "http://www.bucksgs.org.uk/index.htm" || thePage != "http://www.bucksgs.org/" || thePage != "http://www.bucksgs.org.uk/"){
		window.parent.location.href = "index.htm"
	}
}


// -->
