// JavaScript Document

function EmailLink(){
window.location = "mailto:"+"?subject=I thought this link might interest you." + "&body=This is a link to the Lama Sing website. Enjoy the movies!   "+document.title+"  "+window.location;
}
document.write('<INPUT class="select" TYPE="button" VALUE="click here" onClick="EmailLink()"></FORM>')

