//If it does not come from NoFrames and there is no Frame then redirect
if (location.hash != "#NF")
{ 
   if (window.top == window.self) window.open("index.htm", "_self")
}
