function checkRedirect()
{
	if (window.name != "main")
	{
		var url = document.location.href;
		window.parent.location = rootPath + "/index.htm?" + url;
	}
}
