function HandleContext()
{
	var thisLocation = document.location;
	if( document.location == top.location ) {
		top.location.replace("index.htm");
		top.document.cookie = "content=" +thisLocation;
   	}
}

