document.writeln('<br>')
document.writeln('<hr>')
document.writeln('<br>')
document.writeln('<table border="0" cellpadding="0" cellspacing="0" width="100%">')
	document.writeln('<tbody>')
		document.writeln('<tr valign="left">')
			document.writeln('<td>')
			
				document.writeln('<p>')
					document.writeln('<a href="index.htm">Home</a>&nbsp;&nbsp;&nbsp; ')
					document.writeln('<a href="services.htm"> TCDN Programs</a>&nbsp;&nbsp;&nbsp;')
					document.writeln('<a href="http://tcdn.org/administration.html">Contact us</a>')
				document.writeln('</p>')

				document.writeln('<h5>Send mail to <a href="mailto:information@tcdn.org">information at TCDN</a> with questions or comments about this web site.')
				document.writeln('<br> Copyright &copy; 2003 - 2007 Trinity Cooperative Day Nursery')
				document.writeln('<br>Last modified: 12/03/2007 </h5>')

				
			document.writeln('</td>')
		document.writeln('</tr>')
	document.writeln('</tbody>')
document.writeln('</table>')


