function EmailLink(){
window.location = "mailto:"+"?subject=Tip of a good Website - Cocoa Bello!" + "&body="+'Here is the Internet address to a good Website which I think you would be interested in: '+document.title+" "+window.location;
}
document.write('<a href="javascript:EmailLink()" style="color:#999999" title="Tip a friend"><img src="mail.gif" width="15" height="13" border="0" alt="Tip a friend"> Tip a friend</a>')
