/*
footer.js

The HTML content applied within the document.write() javascript line will be applied through the whole website.

The table structure may affect the website.
*/

/*document.write("<tr>\n");
document.write("<td><img src=\"images/subpage_footergrey.gif\" width=\"238\" height=\"103\" alt=\"\"></td>");
document.write("<td><img src=\"images/sub_split2.gif\" width=\"7\" height=\"103\" alt=\"\"></td>");
document.write("<td><img src=\"images/subpage_footeryell.gif\" width=\"554\" height=\"103\" alt=\"\"></td>");
document.write("</tr>");*/
document.write("<tr>\n");
document.write("<td colspan=\"5\">\n");
document.write("<table cellpadding=\"0\" colspacing=\"0\">\n");
document.write("<td valign=\"bottom\" height=\"124\"><img src=\"images/footer1.gif\" width=\"265\" height=\"124\" alt=\"\"></td>");
document.write("<td valign=\"bottom\" height=\"233\"><a href=\"http://stores.lulu.com/store.php?fAcctID=83172\"><img border=\"0\" src=\"images/footer2book2.jpg\" width=\"161\" height=\"225\" alt=\"\"></td>");
document.write("<td valign=\"bottom\" height=\"233\"><a href=\"http://stores.lulu.com/store.php?fAcctID=83172\"><img border=\"0\" src=\"images/footer3primer.jpg\" width=\"182\" height=\"227\" alt=\"\"></td>");
document.write("<td valign=\"bottom\" height=\"233\"><a href=\"http://stores.lulu.com/store.php?fAcctID=83172\"><img border=\"0\" src=\"images/footer4ABCs.jpg\" width=\"185\" height=\"227\" alt=\"\"></a></td>");
document.write("</table></td>");
document.write("</tr>");					
document.write("<tr height=\"28\">");
document.write("<td colspan=\"16\" height=\"28\"><img src=\"images/footer5books.jpg\" width=\"799\" height=\"28\" alt=\"\"></td>");
document.write("</tr>");

