// JavaScript Document

<!--
//this simple script by a1javascripts.com
//please leave credit and instructions intact

//simply enter your emailname and emailserver below
//and copy and paste to entire script where you want it to show.
emailname = "Click Here to Email Us";
//change the font face, color and size below
//document.write("<font face='Arial,Helvetica' size=-1>");
document.write("<a href='mailto:" + "info" + "@" + "michelledouglas.com" + "'>");
//document.write("<font color='a5764D'>");
document.write(emailname);
document.write("</a>");
//document.write("</font>");
//-->
