<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

document.write('<span class="phonetitle">');

document.write('PC Handyman, LLC');

document.write('</span><br>');

document.write('P.O. Box 494<br>');

document.write('Moultonborough NH 03254-0494<br>');

document.write('PHONE: <span class="phonetitle">(603) 476-5482<BR></span>');

document.write('CELL: <span class="phonetitle">(603) 455-2119<BR></span>');

document.write('<BR>E-mail: ');

var name = "don";
var domain = "pc-handyman.net";
document.write('<a href=\"mailto:' + name + '@' + domain + '\">');
document.write('<strong>' + 'Click here to e-mail me' + '</strong>' +'<br>');


//  End -->
