var first = 'ma';
var second = 'il';
var third = 'to:';
var address = 'Bigfoot Reports';
var domain = 'Info';
var ext = 'org'; 
document.write('<a href="mailto:info');
document.write('@bigfootsightings');
document.write('.org?subject=Please post my report to Bigfoot Sightings">');
document.write('Email Bigfoot Sightings');
document.write('</a>');

