function EmailLink(){
window.location = "mailto:"+"?subject=Tell a friend about this page!" + "&body="+'Here is the adress to a good website: '+document.title+" "+window.location;
}
document.write('<a href="javascript:EmailLink()"><img src="images/tip.gif" border="0" width="100" height="13" alt="Tip a friend" title="Tip a friend about this site" /></a>')

