<!-- Begin


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

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

document.write('Tumbleweed Pottery');

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

document.write('1010 Goodworth Drive<br>');

document.write('Apex, NC 27539<br>');

document.write('United States of America<br>');

document.write('PHONE: <span class="phonetitle">(800) 888-5555<br></span>');

document.write('FAX: &nbsp;&nbsp;<span class="phonetitle">(919) 362-8670<br></span>');

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

document.write(' <a href="mailto:info@tumbleweedpottery.com" class="link">info@TumbleweedPottery.com</a><br>');


//  End -->