/* Place this line in the HTML page where you want the contact information!
<p align="center"><font size ="2">For questions or comments about this site, please contact the
<SCRIPT LANGUAGE="javascript" type="text/javascript" src="emailaddress.js"></script></font></p> */

var first = 'ma';
var second = 'il';
var third = 'to:';
var address1 = 'dschel';
var address2 = 'lenger';
var domain = 'dslextreme';
var ext = 'com'; 

document.write('<a href="');
document.write(first+second+third);
document.write(address1+address2);
document.write('@');
document.write(domain);
document.write('.');
document.write(ext);  
document.write('">'); 
document.write('Webmaster</a>');
