<!-- Begin


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


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

document.write('TeeDee Company');

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

document.write('3541 NW Carlton<br>');

document.write('Silverdale, WA 98383<br>');

document.write('PHONE: <span class="phonetitle">360-692-7544<BR></span>');

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

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


//  End -->