// making contact
*note: you'll need javascript enabled.
// email us by clicking here!
of course; we could have just put the standard mailto links in an href anchor, but what fun would that be then for the spam spiders in trying to figure out this:
function eMail(caller){
rcpt='us';}
fqdn='2foos.com';
subject='tell%20me%20about%20foo';
url='mailto:' + rcpt + '@' + fqdn + '?subject=' + subject;
caller.href=url;
