CheckFrameset();

// if content page accessed directly, load in site frameset instead
function CheckFrameset() {
	if(top.location == document.location)
		//top.location = "http://www.glendora.co.uk/WBChurch.asp?ContentURL=" + encodeURI(document.location.pathname);
		top.location = "http://www.glendora.co.uk/"
}
