<!--
function emailink(){
window.location = 'mailto:'+'?subject=Hi, this web page might interest you...' + '&body='+window.location.href;
}
//-->