function btn()  {    if (parent.document.title != "The Films of Laurel and Hardy")    {    if (document.title == parent.document.title)      if (window.history.length != 1)        {        document.write('<A HREF="javascript:history.go(-1)"><IMG SRC="_back.gif" BORDER=0 ALT="Back"></A>')         ;        }      else        {        document.write('<A HREF="javascript:window.close()"><IMG SRC="_close.gif" BORDER=0 ALT="Close Window"></A>');        }    else      {      document.write('<A HREF="javascript:history.go(-1)"><IMG SRC="_back.gif" BORDER=0 ALT="Back"></A>')         ;      }    }  }
