// (C) Copyright IBM Corp. 2001 - 2002 All Rights Reserved.
//
// localnames.js
//
// last upload: Apr 30, 2002 (cbcsrv)
// last update: Apr 30, 2002

// three variables need to be set
//
// examples:
//
// var srvname = "http://www.company.com:8080/servlets/Teiresias";
// var rootdir = "http://www.company.com";
// var localAdminEmailHtml = "http://www.company.com/email.html";

// ----------
//
// the srvname var string is set to the full path of Teiresias.class
var srvname = "http://cbcsrv.watson.ibm.com:8080/teiresias/Teiresias";


// ----------
//
// the rootdir var string is set to the full path of the web site's root directory
var rootdir = "http://cbcsrv.watson.ibm.com";


// ----------
//
// the localAdminEmailHtml var string is set to the HTML file which has contact information for a local administrator
// this HTML file must be created by the local administrator
// the localAdminEmailHtml var string is zero length if no local administrator

var localAdminEmailHtml = "";

// var localAdminEmailHtml = "http://localhost/email.html";
