// (C) Copyright IBM Corp. 2001 - 2002 All Rights Reserved.
//
// srvname.js
//
// last upload: Apr 30, 2002 (cbcsrv)
// last update: Apr 30, 2002
//
// this file should NOT be edited by the end user

// ----------
//
// the extservname var should never be edited (full path to default IBM Teiresias)

var extsrvname = "http://cbcsrv.watson.ibm.com:8080/teiresias/Teiresias";

// ----------
//
// the cbcsrvname var should never be edited (points back to default IBM server)

var cbcsrvname = "http://cbcsrv.watson.ibm.com";

// ----------
//
// the ibmsrvwarn var should be a zero length string if the computations for Tpa, Tgpcr, and Tgi are done locally

//var ibmsrvwarn = "|| All searches using this tool will be performed on cbcsrv.watson.ibm.com || ";

var ibmsrvwarn = "";
