document.write('				<table cellpadding=3 cellspacing=0 border=0>');
document.write('				<tr>');
document.write('					<td>');
document.write('						<font face="arial" size="1">');
document.write('							<a href="schedule-clinics.html">skill clinic schedule</a>');
document.write('							&nbsp;&nbsp;|&nbsp;&nbsp;');
document.write('							<a href="locations-clinics.html">skill clinic locations</a>');
document.write('							&nbsp;&nbsp;|&nbsp;&nbsp;');
document.write('							<a href="choices-clinics.html">skill clinic choices</a>');
document.write('							&nbsp;&nbsp;|&nbsp;&nbsp;');
document.write('							<a href="contact.html">contact us</a>');
document.write('							&nbsp;&nbsp;|&nbsp;&nbsp;');
document.write('							<a href="help.html">help</a>');
document.write('						</font>');
document.write('					</td>');
document.write('				</tr>');
document.write('				</table>');
