


<!-- STEP TWO: Paste this code into a document called "EmailLink.js"  -->
<!-- Put it in the same directory as the HTML document with the above code  -->

function EmailLink(){
window.location = "mailto:"+"?subject=From the Right to Seniority Group (CAIL)." + "&body="+document.title+"  "+window.location;
}
document.write('<INPUT class="select" TYPE="button" VALUE="E-mail this link to a CAIL Sister or Brother" onClick="EmailLink()"></FORM>')

