//simply enter emailname MYNAME and emailserver MYMAILSERVE below
//and copy and paste to entire script where you want it to show.
emailname = "info"
emailserver = "superbrand.net"
//change the font face, color and size below
document.write("<font face='Arial,Helvetica' size=-1>");
document.write("<a href='mailto:" + emailname + "@" + emailserver + "'>");
document.write("<img src='http://superbrand.net/Graphics/email1.gif' border='0'><img src='http://superbrand.net/Graphics/email2.gif' border='0'>");
document.write("</a>");
document.write("</font>");


