function JS8NS_DefaultCheckFrame() {
	var directory = location.href.substring(0,location.href.lastIndexOf("/"));
	var stub = directory.substring(directory.lastIndexOf("/")+1);

	/*alert(stub);*/
	
	if ((top != self.parent.parent) || (top == self))
	{
		top.location.replace('../index.htm?' + stub + '/' + stub + '_frameset.htm');
	}
}

function JS8NS_Members_of_ChambersCheckFrame() {
	if ((top != self.parent.parent) || (top == self))
	{
		top.location.replace('../Members_of_Chambers/Members_of_Chambers_frameset.htm');
	}
}

function JS8NS_MembersCheckFrame() {
	if ((top != self.parent.parent) || (top == self))
	{
		top.location.replace('index.htm');
	}
}
