<!-- // hide this script from non-javascript-enabled browsers

/* Mailto obfusticate code originally posted on WWWAC email list, 
wwwac@lists.wwwac.org.  Modified, improved, and production coded 
by Jeremy Wilson, Web Developer LLC. */

// function to split variables name and label thus confusing 
// email harvesting spambots
function email(name, label)
{
	document.write('<a href="mailto:' + name + '@uwdelts.com">' + label + '</a>');
}
// stop hiding -->
