
function EmailLink(){
window.location = "mailto:"+"?cc=info@2givenow.org" + "&subject=I thought this link might interest you?" + "&body="+document.title+"  "+window.location+"   * * * This is important!  Please check out this Web site.  In my opinion ...";
}
document.write('<INPUT class="select" TYPE="button" VALUE="Express yourself!  E-mail this link with your comments to a friend" onClick="EmailLink()"></FORM>')

