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="services.htm"> TCDN Programs</a>&nbsp;&nbsp;&nbsp;')
					document.writeln('<a href="contactus.htm">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: 10/11/2007 </h5>')
			document.writeln('</td>')

			document.writeln('<td width="15%" align="right">')
				document.writeln('<span style="color: navy; font-family: Arial;">')
					document.writeln('<font size="1">Buttons courtesy of</font>')
				document.writeln('</span>')
				document.writeln('<a href="http://www.buttongenerator.com/">')
					document.writeln('<img src="http://www.buttongenerator.com/ima/link.gif" alt="ButtonGenerator.com" border="0" height="31" width="88">')
				document.writeln('</a>')
			document.writeln('</td>')

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

