emailname = "terryr"
emailserver = "hansensiga.com"
//change the font face, color and size below
document.write("<font face='Verdana,Arial,Helvetica' size=2>");
document.write("<a href='mailto:" + emailname + "@" + emailserver + "'>");
document.write("<font color='ff0000'>");
document.write("Email");
document.write("</a>");
document.write("</font>");


<!-- To call this use the following - <script language="JavaScript" src="/js/terryr_email.js"></script> -->