<!-- first I changed all double quotes to single
<!-- then I removed the quotes in front of the changeImages functions and after their return true; ...
<!-- then made sure there were no spaces in the changeImages function between the parantheses, even between quotes.
<!-- then made sure there was a single space in front of the onmouseover and onmouseout event handlers to delimit from other items
<!-- Then I added the document.write ("      ");  around each statement






document.write ("<table cellpadding='0' cellspacing='0' border='0' width='100%'>");
document.write ("<tr bgcolor='#2B983A'><td height='35' align='center' valign='middle' class='footer-greencell'>");
document.write (" <a href='index.html' class='footer'>Home</a> |" );
document.write (" <a href='lookinside.html' class='footer'>Look Inside</a> |");
document.write (" <a href='whyteachvalues.html' class='footer'>Why Teach Values</a> |");
document.write (" <a href='articles.html' class='footer'>Articles</a> |");
document.write (" <a href='seminars.html' class='footer'>Author & Seminars</a> |");
document.write (" <a href='links.html' class='footer'>Links</a> |");
document.write (" <a href='contactus2.html' class='footer'>Contact Us</a>");
document.write ("</td></tr>");
document.write ("<tr bgcolor='#FFFF99'><td align='center' valgin='middle' class='footer-yellowcell'>Cynthia Beck Productions, 731 Birch Avenue, Suite 3, San Mateo, California 94402 Tel: (650) 722-1956 <br>&copy; MMIX Mom's Moral Minute Cynthia Beck &nbsp; All Rights Reserved. <a href='privacy.html'>Privacy Policy</td></tr>");
document.write ("</table>");