// JavaScript Document
document.write('<table width="100%" border="0" cellspacing="0" cellpadding="5" class="footertext">');
document.write('<tr>');
document.write('<td valign="top"><div align="center">');
document.write('<div align="center"><strong class="bluetext">Waterloo HTC Retail Store</strong><br />');
document.write('156 Waterloo Commons Drive<br />');
document.write('Waterloo, IL 62298<br />');
document.write('(618) 939-5600</div>');
document.write('</div></td>');
document.write('<td valign="top"><div align="center"><strong class="bluetext">Waterloo Corporate Office</strong><br />');
document.write('213 S. Main Street<br />');
document.write('Waterloo, IL 62298<br />');
document.write('(618) 939-6112</div></td>');
document.write('<td valign="top"><div align="center"><strong class="bluetext">Columbia HTC Retail Store</strong><br />');
document.write('170 Columbia Centre<br />');
document.write('Columbia, IL 62236<br />');
document.write('(618) 281-2378</div></td>');
document.write('</tr>');
document.write('</table>');