function EmailLink(){
window.location = "mailto:"+"?subject=Look what I found at Audrena.com!" + "&body="+document.title+"       "+window.location;
}
document.write('<INPUT class="select" TYPE="button" VALUE="Send to a friend" onClick="EmailLink()"></FORM>')
