<!-- 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='#504e94'><td height='35' align='center' valign='middle' class='footer-greencell'>");
document.write (" <a href='index.html' class='banner'>Home</a> |" );
document.write (" <a href='lookinside.html' class='banner'>Look Inside</a> |");
document.write (" <a href='whyteachvalues.html' class='banner'>Why Teach Values</a> |");
document.write (" <a href='articles.html' class='banner'>Articles</a> |");
document.write (" <a href='seminars.html' class='banner'>Author & Seminars</a> |"); 
document.write (" <a href='links.html' class='banner'>Links</a> |");
document.write (" <a href='contactus2.html' class='banner'>Contact Us</a>");
document.write ("</td></tr>");
document.write ("</table>");
