var name = "gmitchell"
var domain = "billesproducts.com"
document.write("<a href='mailto:" + name + "@" + domain + "'>")
document.write("email Gabriel Mitchell")
document.write("</a>")