/* author: John Maher */
/* creation date: 11/10/05 */
/*Michael Stimpson*/
var message= "Michael Stimpson";
var me1= "StimpsonM";
var me2= "aol.com";
document.write("<a href=" + "mail" + "to:" + me1 + "@" + me2 + ">" + message + "</a>");
