function setnottop()
{
	if (window!=top)
	{
		top.location.href = document.URL;
	}
}
setnottop();

