function checkframes()
{
	if(top.location.href==window.location.href || top.location.href.indexOf("smp")==-1)
	{
			window.location.href="default.aspx?restore=" + escape(window.location.href);
	}
}
