function nprint(str)
{
  document.write(str);
}