<!-- Begin

<!-- NOTE: If you use a ' add a slash before it like this \' -->


document.write('<span class="phonetitle">');

document.write('Chris Clarke Business Communications');

document.write('</span><br>');

<!-- let's try supressing the address lines -->

<!-- document.write('125 Maple Way N<br>'); -->

<!-- document.write('Hendersonville, TN  37075<br>'); -->

document.write('E-mail: ');

document.write(' <A HREF="mailto:chris@chris-clarke.com" class="link">info@chris-clarke.com</a><br>');

document.write('<br>Phone: <span class="phonetitle">615.822.7614<BR></span>');

document.write('Cell: &nbsp;&nbsp;<span class="phonetitle">615.319.5961<BR></span>');

<!-- document.write('Fax: &nbsp;&nbsp;<span class="phonetitle">615- 822-7614<BR></span>'); -->






//  End -->