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