

// this page might have been found by a search engine, but should not be at
// the top ...
function	frameMySelf()
{
	
	if (self == top) // we should not be at the top, but framed by index ...
	{
		location.href = "../startpage.html";
	}
}
