function hello( uri )
{
  if ( uri == "")
    return;
  else
    top.PIPES.location.href = uri;
}
