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