<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


//Slater Center page footer

document.write('<tr>')
document.write('<td colspan="2" class="bottom" align="center">')
document.write('<br>')
document.write('<a href="index.htm" class="footer">Home</a>')
document.write('| <a href="about.htm" class="footer">About Us </a>')
document.write('| <a href="programs.htm" class="footer">Programs</a>')
document.write('| <a href="calendar.htm" class="footer">Calendar</a>')
document.write('| <a href="links.htm" class="footer">Links</a>')
document.write('| <a href="contact.htm" class="footer">Contact Us</a><br>')		
document.write('<br>')
document.write('2 Fisher Court White Plains, New York 10601 &#8211; 914-948-6211 | Copyright 2006 SLATER CENTER </td>')
document.write('</tr>')

//  End -->