function framesetfinder( uri )
{
	if (parent.location.href == self.location.href)
	{
		window.location.href = uri;
	}
}
