// JavaScript Document
function EmailLink(){
window.location = "mailto:"+"?subject=Interessante iPhone Webapp!" + "&body="+document.title+"  "+window.location;
}
document.write('<INPUT class="select" TYPE="button" VALUE="Diese iPhone Webapp an einen Freund senden" onClick="EmailLink()"></FORM>')