// -------------------------------------------------------------------
// Outreach JavaScript - Hide Email
// Copyright (C) 2007. All Rights Reserved.
//
// Developer: Kevin M. Vess
// Be Carefull When Editing Code
// -------------------------------------------------------------------



// Standard Outreach Email Address -->
outreachE=('outreach' + '&#64;' + 'law' + '.' + 'georgetown' + '.edu')

// Standard Outreach Email Link -->
outreachMail=('<a href="mailto:' + outreachE + '">' + outreachE + '</a>')

// Webmaster Email Address -->
webmasterE=('jdoe' + '&#64;' + 'law' + '.' + 'georgetown' + '.edu')

// Webmaster Email Link -->
webmasterMail=('<a href="mailto:' + webmasterE + '">' + webmasterE + '</a>')