// JavaScript Document
a = "info" 
b = "vp-design.nl" 
c = "subject=informatieverzoek"
d = "e-mail"

//document.write("<a class='home' href='mailto:" + a + "@" + b + "'>"); 
document.write("<a class='home' href='mailto:" + a + "@" + b + "?" + c + "'>"); 
document.write(d); 
document.write("</a>"); 