function EmailLink(){
window.location = "mailto:"+"?subject=Check out Echoes Sound and Light" + "&body="+document.title+"  "+window.location;
}
document.write('<INPUT class="select" TYPE="button" VALUE="E-mail this link to a friend" onClick="EmailLink()"></FORM>')
