//
// Thu Apr 03 12:31:54 CDT 2008, tim:
// Imported from emailaddy.js to prevent spam to mobile device
// now that I'm posting it in lieu of land line.
//

// Crazy things to avoid obvious phone strings!
oparen = '(';
cparen = ')';
dash   = '-';
area   = 940;
danum  = oparen + area + cparen + ' 206';
danum  = danum + dash + '1784';

document.write(danum);

