var first = 'ma';
var second = 'il';
var third = 'to:';
var address = 'Contact';
var domain = 'Info';
var ext = 'org'; 
document.write('<a href="mailto:info');
document.write('@bigfootsightings');
document.write('.org">');
document.write('Contact');
document.write('</a>');
