// The following function is used to hide email addresses from would-be spammers.

function m2(user,host,label) {
     // the obfuscation with var a below is to allow this to validate with W3C
     var a = '<!-- -->';
     if (!host) host = 'kurtshultz.com';
     if (!label) label = user + '@' + host;
     document.write(a.charAt(0) + 'a href="' + 'mai' + 'lto:' + user + '@' + host + '">');
     document.write(label);
     document.write(a.charAt(0) + '\/a>');
}

// No voting thumbs

displaySmugPopular = false;
