var name = "dodonnell"
var domain = "billesproducts.com"
document.write("<a href='mailto:" + name + "@" + domain + "'>")
document.write("email Dylan O'Donnell")
document.write("</a>")