function Contact() { }

Contact.Cheryl = '&#x63;&#104;&#101;&#x7' + '2;&#121;&#108;&#x40;&#x65;&#x64;&#x67;&#101;&#x77;&#x6f;&#x6f;&#x64;&#x61;&#114;&#116;&#x61;&' + '#x6e;&#x64;&#102;&#114;&#97;&#x6d;&#101;&#46;&#x63;&#111;&#x6d;';

Contact.mailtoLink = function(contact, more, print_text, options) {
	document.write("<a href='&#x6d;&#97;&#105;&#108;&#116;&#x6f;&#58;" + contact + more + "' " + options + ">" + print_text + "</a>" );
};
