if( parent.topinfo )
{
  cururl= ''+self.location

  document.write("")

}
else
{
  // kill cache, so Netscape refreshes properley when diverted back
  document.write( "<meta http-equiv=\"expires\" content=\"-1\">" )
  document.write( "<meta http-equiv=\"pragma\" content=\"no-cache\">" )

  if( document.domain.indexOf("softech.u-net.com") >= 0)
  {
    top.location.href="http://www.software-technology.com/cgi-bin/relocate.pl?"+self.location
  }
  else
  {
    if( (document.domain.indexOf("vazplus.") >= 0)
      || ( document.domain.indexOf("vazmodular.") >= 0 ) )
    {
      temp= ''+self.location
      startindx= temp.indexOf("info")
      top.location.href="http://www.software-technology.com/cgi-bin/relocate.pl?http://www.software-technology.com/"+temp.substring(startindx)
    }
    else
    {
      top.location.href="http://"+document.domain+"/cgi-bin/relocate.pl?"+self.location
    }
  }
}

