// Redirect 2osos iframe contents to main page David E.F.P.
function detect() 
{ var framesetpage = "index.html" 
   if (parent.location.href == window.location.href) 
      parent.location.href    = framesetpage}