// JavaScript Document
function EmailLink(){
window.location = "mailto:"+"?subject=Misschien interesseert deze vacature jou?" + "&body="+document.title+":  "+window.location;
}
document.write('<INPUT class="button3" TYPE="button" VALUE="Stuur deze vacature door" onClick="EmailLink()"></FORM>')


