<!-- Begin

<!-- NOTE: If you use a ' add a slash before it like this \' -->

document.write('<span class="phonetitle">');

document.write('The Computer Nerd');

document.write('</span><br>');

document.write('33r Central Street<br>');

document.write('Hingham, MA 02043<br>');

document.write('PHONE: <span class="phonetitle">(781) 741-8820<BR></span>');

document.write('FAX: <span class="phonetitle">(781) 741-8842<BR></span>');

document.write('<BR>E-mail us: ');

document.write(' <A HREF="mailto:info@thecomputernerd.com" class="link">info@thecomputernerd.com</a><br>');


//  End -->