//
// write out the footer with document.write statements and 
// include this script at bottom of each page.
//

document.write(
'<tr><td width="100%" colspan="3">' +
'<div id="footer">' +
'<ul>' +
'<table width="80%" align="center"><tr><td align="center"><li><a href="index.html">Home</a></li>' +
			'<li><a href="about.html">About Nancy</a></li>' +
				'<li><a href="children.html">Specialties</a></li>' +			
				'<li><a href="./resources.html">Resources</a></li>' +				
				'<li><a href="./rates.html">Services/Rates/Policy</a></li>' +
				'<li><a href="./emailForm.html">Contact Us</a></li></td></tr>');				
document.write('<tr><td align="center" style="font-weight:bold; color:white">237 25th Street Richmond, CA 94804 ' +
				'&nbsp;&nbsp;Phone:&nbsp;(510) 236-1007 &nbsp;&nbsp;Fax:&nbsp;(510) 236-1217</td></tr>');
document.write('<tr><td align="center" style="color:white; size:8px;">Website Design: <a href="mailto:djcoughlin@hotmail.com">Don Coughlin</a> ' + '&nbsp;&nbsp;Website Maintenance: <a href="http://www.lucilledesign.com" target="_blank">Lucille Design</a> ' + '&nbsp;&nbsp;Photography: <a href="http://www.lennkeller.com" target="_blank">Lenn Keller</a></td></tr></table>');
document.write('</ul></div></td></tr>');
				



