// Move page out of frameset
if (top.document != document)
{
	top.location.replace(document.location.href);
}
