/*-------------------------------------------------------------------*/
/* contact.js: Generate DirMaint Contact information.                */
/* (c) Copyright 2006-2006 by IBM Corporation.  All rights reserved. */
/*                                                                   */
/* Change History:                                                   */
/* 2006-02-03: New file.                                             */
/* 2007-06-26: Changed to Doug as level 2 instead of india           */
/*-------------------------------------------------------------------*/
 
var br = "<br>";
var nl = "\n";
document.write("e-mail us either" + nl);
document.write("<a href=\"mailto:" + nl);
document.write("DoBarnht@us.ibm.com," + nl);
document.write("MiWilkin@us.ibm.com," + nl);
document.write("?cc=" + nl);
document.write("LesGeer@us.ibm.com," + nl);
document.write("?Subject=????????.html\">" + nl);
document.write("collectively</a>, or individually:" + nl);
document.write("<br>Doug Barnhart" + nl);
document.write("(<a href=\"mailto:DoBarnht@us.ibm.com?Subject=????????.html\">" + nl);
document.write("DoBarnht@us.ibm.com</a>)," + nl);
document.write("<br>Mike Wilkins" + nl);
document.write("(<a href=\"mailto:MiWilkin@us.ibm.com?Subject=????????.html\">" + nl);
document.write("MiWilkin@us.ibm.com</a>, Team Leader)." + nl);
 
/*-------------------------------------------------------------------*/
/* And that's all for now, folks!                                    */
/*-------------------------------------------------------------------*/
