
document.write ('<!-- footer		Updated February 8, 2009 -->');
document.write ('<div id="footer">');

document.write ('<table border="0" cellpadding="2" cellspacing="0" width="100%">');

document.write ('<tr><td valign="top" width="50%">');
document.write ('<p>');

document.write ('    <a href="../index.htm">Home</a>					<br />');
document.write ('    <a href="physicalTherapy.htm">Physical Therapy</a>			      ');
document.write ('  / <a href="massageTherapy.htm">Massage Therapy</a>			<br />');
document.write ('    <a href="classes.htm">Classes</a>					      ');
document.write ('  / <a href="teamMembers.htm">Team Members</a>				<br />');
document.write ('    <a href="employment.htm">Employment</a>				      ');
document.write ('  / <a href="forms.htm">Forms</a>					      ');
document.write ('  / <a href="inAppreciation.htm">In Appreciation</a>			<br /><br />');

document.write ('</p>');

document.write ('<p style="color:silver; font-size:11px;">');
document.write ('<a href="mailto:info@FairplayTherapyCenter.com?subject=Inquiry from FTC website" title="Contact Us">info&#64;FairplayTherapyCenter.com</a><br />');
document.write ('<a href="../index.htm" title="Website">www.FairplayTherapyCenter.com</a>');
document.write ('</p>');
document.write ('</td>');


document.write ('<td width="13%" bgcolor="#e6e8fa">');
document.write ('<p>');
document.write ('<a style="color:#22316c; font-size:14px; font-weight:bold;" href="privacy.htm" title="Privacy Statement">Privacy<br />Statement</a>');
document.write ('</p>');
document.write ('</td>');


document.write ('<td valign="top" width="37%">');
document.write ('<p><br />');
document.write ('FAIRPLAY THERAPY CENTER<br />');
document.write ('548 C Front Street <br />');
document.write ('PO Box 1087<br />');
document.write ('Fairplay, CO  80440<br /><br />');
document.write ('(719) 836-1833<br />');
document.write ('(719) 836-3346 fax<br />');
document.write ('</p>');

document.write ('</td></tr></table>');
document.write ('</div>');
