// JavaScript Document


var first = 'ma';var second = 'il';var third = 'to:';var address = 'martin';var domain = 'martoonis';var ext = 'com'; var subject1 = '?sub';var subject2 = 'ject=Correspondence from web';var subject3 = 'site';document.write('<a href="');document.write(first+second+third);document.write(address);document.write('&#64;');document.write(domain);document.write('.');document.write(ext);document.write(subject1);document.write(subject2);document.write(subject3);document.write('">');document.write('<span class="font14ptBoldUnderlineWhite">');document.write(address);document.write('&#64;');document.write(domain);document.write('.');document.write(ext);document.write('<\/span><\/a>');