<!-- Start

// NOTE: If you use a ' add a slash before it like this \'

document.write('<span class="phonetitle">');

document.write('The Training Spot (in-town)');

document.write('</span><br>');

document.write('16942 Gothard Street (at Warner Ave.)<br>');

document.write('Huntington Beach, CA  92647<br>');

document.write('PHONE: <span class="phonetitle">(714) 841-9294<BR></span>');

document.write('<br>');
document.write('<span class="phonetitle">');
document.write('The Training Spot (at-the-beach)');
document.write('</span><br>');

document.write('440 Main Street<br>');

document.write('Huntington Beach, CA  92648<br>');

document.write('PHONE: <span class="phonetitle">(714) 374-7448<BR></span>');
//  End -->