Do you want to contact us?
 function sendMail() {
 var link = “mailto:thanos@docswhocode.com”
 + “&subject=” + escape(“I really want to talk”)
 + “&body=” + escape(“I found your site and I’ve got a great idea to discuss.”)
 ;
window.location.href = link;
 }
(get it? ;D )