// JavaScript Document
<!--
var mnw_domain = "simonefrance" 
var mnw_ext = ".com"
var mnw_user = "information"
var mnw_recipient = mnw_user + "@" + mnw_domain + mnw_ext 
var mnw_displaya = "Tell Us" //enter text between quotes if displaying text link instead of address
var mnw_displayb = mnw_user + "@" + mnw_domain + mnw_ext
var mnw_url = "mail" + "to:" + mnw_recipient
var mnw_subject = "?Subject=" + "Response from simonefrance.com" //enter optional subject between last quotes
var mnw_body = "&body=" + "" //enter optional body between last quotes
document.write(mnw_displayb.link(mnw_url + mnw_subject + mnw_body)); //change to displaya if text link or displayb if address link
// -->