<!--
function checkFrames()
{
if(top.frames.length==0 || top.frames[4].name!="text")

top.location.href="index.htm?"+location.href.substring(location.href.lastIndexOf("/")+1,location.href.length);
}
// -->

