
function EmailLink(){
window.location = "mailto:"+"?subject=I thought this listing might interest you." + "&body= Pat Brown Realtors  "+document.title+":   "+window.location;
}
document.write('<INPUT class="select" TYPE="button" VALUE="E-mail this listing to a friend" onClick="EmailLink()"></FORM>')


