<!-- This scipt was originhally found on the JavaScript Source. -->
<!-- I modified it from the original source. -->
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Original:  William Rozell Jr (elranzer@nospam.com ) -->
<!-- Web Site:  http://www.elranzer.com -->
<!-- Begin
var user;
var domain;
var suffix;

function rrhemail(user, domain, suffix){

document.write('<center><a href="' + 'mailto:' + user + '@' + domain + '.' + suffix + '">' + '<img src="sendemail.gif" alt="Send me an email">' + '</a></center>');
}
//-->



