<!--
 function getgoing()
  {
    top.location="index.html";
   }
    if (top.frames.length==0)
    {
     document.write("");
     setTimeout('getgoing()',100);
     }
//--> 

