/* 1. Place this file and 'demo.gif' in your web site root folder and
copy the toxic pages to its '/toxic' subfolder 
var subject = "Mail to Reif's Tavern";
document.write("?Subject=" + subject);
*/

var realaddr = "reifs" + '\x40' + "reifstavern" + '\x2E' + "com";
var text = "reifs@reifstavern.com";

document.write("<a hre" + "f=\"mai" + "lto:" + realaddr);

    // The next line can be deleted if you don't want the link color changer
document.write("\"onMouseOver=\"this.style.color='#0000FF'\" onMouseOut=\"this.style.color=''");

document.write("\">" + text + "</a>");

/* 2. Calling code. Paste the next two lines into your home page where you want
your real Email address to appear. If you only want the spam-resistant Email address
(without the Toxic pages), paste only he first line. You can then delete this section.

<script src="external.js"></script>
<a href="./toxic/index.htm"><img src="demo.gif" border=0 hspace=0></a>

Caveat spamor! */
