<!-- start

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

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

document.write('QUIGGLY\'S CLAYHOUSE');

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

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

document.write('1344 East Belt Line Road<br>');

document.write('Richardson, Texas 75081<br>');

document.write('PHONE: <span class="phonetitle">972-234-2644<br></span>');

document.write('FAX: &nbsp;&nbsp;<span class="phonetitle">972-234-3402<br></span>');

document.write('');

document.write(' <A HREF="mailto:info@quigglys.com" class="link">info@quigglys.com</a><br>');

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