<!-- Begin


// NOTE: If you use a ' add a slash before it like this \'

document.write('<span class="phonetitle">');

document.write('GoodSmith & Co., Incorporated');

document.write('</span><br>');

document.write('3715 Lewis Avenue<br>');

document.write('Long Beach, CA 90807 USA<br>');

document.write('PHONE: <span class="phonetitle">+1 (562) 426-1000<BR></span>');

document.write('FAX: &nbsp;&nbsp;<span class="phonetitle">+1 (562) 492-1199<BR></span>');

document.write('<BR>E-mail: &nbsp;');

document.write(' <A HREF="mailto:mail@goodsmith.com" class="link">GoodSmith & Co.</a><br>');


//  End -->