function checkFrameset() 
{
	if( top == self)
	{
		location.href="/default.html";
	} 
}