// JavaScript Document
<!-- found at FeedReader homepage www.feedreader.com -->
<!--
makeEmail = function(name,host){
    document.location.href='mailto:'+name+'@'+host; 
    }
// -->
