// JavaScript Document

// Write a mailto link adding the document
// title by closing the quote and adding the value 
// document.title and completing the html and javascript write statement


var address="Sales"
var server="MetaPharmacy"

document.write("<a href=\"mailto:" + address + "@" + server + ".com?subject=metacaresolutions.com - Sales Question\" title=\"Contact " + address + "@" + server + ".com\">" + address + "@" + server + ".com</a>");