<!-- Begin


// NOTE: If you use a ' add a slash before it like this \'

document.write('<span class="phonetitle">');

document.write('John Doyle');

document.write('</span><br>');

document.write(' <br>');

document.write('<br>');

document.write('PHONE: <span class="phonetitle"><BR></span>');

document.write('FAX: &nbsp;&nbsp;<span class="phonetitle">() <BR></span>');

document.write('<BR>E-mail: ');

document.write(' <A HREF="mailto:jhdoyle@onetel.com">jhdoyle@onetel.com</a><br>');


//  End -->