/*===============================================================
COPYRIGHT NOTICE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Copyright (C) 2008 MRHS Class of 59 (MRHS59)

This is free  software; you can redistribute it  and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This  sofware is  made  available in  the  hope that  it will  be
useful,  but  WITHOUT  ANY  WARRANTY; without  even  the  implied
warranty of MERCHANTABILITY or  FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details.

A copy of  the GNU General Public License  should be available on
the site where  you obtained this software. It  is also available
at:  http://www.gnu.org/licenses/licenses.html or  by  writing to
the Free Software Foundation,  Inc., 51 Franklin St, Fifth Floor,
Boston, MA 02110-1301 USA.

This is merely a notice. The only legally binding document is the
GNU General Public License.
===============================================================*/


/*===============================================================
MANUAL
-----------------------------------------------------------------
NAME
@(#) BUwebmaster.js - call for back-up webmaster for MRHS59 site

SYNOPSIS
     This code  is designed to be  included (between SCRIPT-tags)
     in  HTML ufiles.  It  will replace  its invocation  with the
     dynamically written HTML produced by this page.


DESCRIPTION
     The HTML code inserted by this file asks any MRHS59 with the
     necessary web experience to volunteer as a back up webmaster
     for the MRHS59 site.

FILES
     mrhs59utils.js - function 'get_rootpath()'used by this file
     BUwebmaster.js - this file
     Looking.js - graphic: looking (for you) with binoculars

     This file is included (between SCRIPT-tags) in the following
     lists:

     HearsayList.html - list of located classmates
     index.html - MRHS59 front page

AUTHOR
     Donald MacLean          IGdonaldNOatREmacCAleansPIdotTAnetLS
                                      (Do what the capitals say.)
VERSION
@(#) BUwebmaster.js    vers 1.0.0 - 2008 11 13

End MANUAL
===============================================================*/
var ROOTDIR_ = get_rootpath();

document.write(
  "<TABLE CELLPADDING=8 STYLE=\""
  + "border-width: 1; border-style: solid; "
  + "background-color: #FFFFFF; border-color: #000000; "
  + "margin-bottom: 0px;\"><TR><TD>\n"
  + "<IMG ALIGN='left' STYLE=\"margin-right: 10px;\""
  + "SRC='" + ROOTDIR_ + "/Looking.jpg'>"
  + "We are looking for <B>you</B>..."
  + "<P>"
  + "... if you have experience working with "
  + "computers and HTML, and would be willing "
  + "to put it to the service of your classmates "
  + "as <B>backup webmaster</B> for this site,"
  + "<P>"
/*
  + "The current webmaster is, "
  + "like all the rest of his classmates, "
  + "a sexaginarian&#151;pushing septuaginarianism&#151;"
  + "with creaking machinery and a fuel tank running on low. "
  + "The survival of this site should not be dependent "
  + "on the immortality of any individual&#151;"
  + "especially not one as mortal as your current webmaster!"
*/
  + "The current Webmaster is "
  + "as subject to the frailties of the flesh "
  + "as everyone else. In fact, probably even more so. "
  + "The survival of this site should not be dependent upon "
  + "the survival of any mortal&#151especially "
  + "not one as mortal as your current webmaster!"
  + "<P>"
  + "So if you think you can handle it, "
  + "please get in touch with the "
  + "<SCRIPT>getwebmaster()</SCRIPT> <EM>now</EM>, "
  + "whilst he is still sufficiently compos mentis "
  + "to show you the ropes. "
  + "Otherwise, you may find yourself suddenly "
  + "trying to figure it all out on your own!<BR>"
  + "</TD></TR></TABLE>\n"
)

/*==================
Local Variables:
indent-tabs-mode:nil
fill-column:65
fill-prefix:"     "
End:
==================*/
