<!-- Start of E-Mail Saver --> 
<!-- Use of this script in your webpages will prevent --> 
<!-- your email address from being harvested, which leads to spam. --> 
<!-- Simply replace the first part of your email address where it says --> 
<!-- username and the second part where it says yoursite.com --> 

<!-- Begin 
user = "siteconcept"; 
site = "hotmail.com"; 
document.write('<b><a href=\"mailto:' + user + '@' + site + '\">'); 
document.write(user + '</a></b>'); 
// End --> 

<!-- End of E-Mail Saver -->

