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