// detects if file is incorrectly framed, and sorts it out.
if (window == top)
	{
	top.location.href = "index.html";
	}

