// JavaScript Document
/* TO INSERT AN EMAIL ADDRESS, USE THE FOLLOWING CODE, INSERTING THE APPROPRIATE FUNCTION NAME/NUMBER:
*/
function egc()
{ document.write('egc@egcw.org');
}
function Petroy()
{ document.write('tinapetroy@egcw.org');
}
function Bates()
{ document.write('dbates@egcw.org');
}
function Berkey()
{ document.write('caberkey@egcw.org');
}
function Smith()
{ document.write('jsmith@egcw.org');
}
function Skiavo()
{ document.write('jskiavo@egcw.org');
}