﻿/*var strFramePage = "/Alex/Default.asp";
if (top.location == document.location)
{
	top.location = strFramePage;
}
else if (window.top == self)
{
	top.location = strFramePage;
}*/
/*{
	var strParentLocation = parent.location.href;
	var strBeginning = strParentLocation.length-strFramePage.length;
	if (strParentLocation.substring(strBeginning, strParentLocation.length) != strFramePage)
	{
		//parent.location = strFramePage;
	}
}*/

