// JavaScript Document

function EmailLink(){
window.location = "mailto:"+"?subject=If you're thinking about buying a car, you have to visit this site!" + "&body="+document.title+"  "+window.location;
}
document.write('<INPUT class="select" TYPE="button" VALUE="Share this link with family and friends" onClick="EmailLink()"></FORM>')

