function writeNav() {
	document.write('<hr size=1 color=#cccccc><center>'
	+ '&nbsp;&nbsp;&middot;&nbsp;&nbsp;'
	+ '<a href="/index.html" title="thoughts, updates, home page" class="nav">not martha home</a>&nbsp;&nbsp;&middot;&nbsp;&nbsp;'
	+ '<a href="/tomake/index.html" title="project recipes, instructions and ideas" class="nav">back to stuff to make</a>&nbsp;&nbsp;&middot;&nbsp;&nbsp;'
	//+ '<a href="/togoto/index.html" title="links to resources, supplies, and nice people to visit" class="nav">sites to go to</a>&nbsp;&nbsp;&middot;&nbsp;&nbsp;'
	+ '</center><hr size=1 color=#cccccc>')
}
function copyWrite() {
	document.write('<br clear=all><br><br><br><center><span class=date>copyright 2001-2006 megan reardon</span></center>')

}