document.write('<h3>Standard Hours</h3>');
document.write('<p>');
document.write('<b>Mon:</b> 8:30 <small>AM</small>-5:00 <small>PM</small><br />');
document.write('<b>Tues:</b> 9:30 <small>AM</small>- 6:00 <small>PM</small>*<br />');
document.write('<b>Wed:</b> 8:30 <small>AM</small>- 4:30 <small>PM</small><br />');
document.write('<b>Thurs:</b> 9:30 <small>AM</small>- 6:00 <small>PM</small><br />');
document.write('<b>Fri:</b> 8:30 <small>AM</small>- 4:30 <small>PM</small><br />');
document.write('<br />');
document.write('*Once a month<br />');
document.write('8:30 <small>AM</small> - 5:00 <small>PM</small>');
document.write('</p>');

