<!--
var navigation = "";
navigation += "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"440\" bgcolor=\"#949485\">";
navigation += "<tr>";

navigation += "<td width=\"90\"><iframe src=\"http://www.facebook.com/plugins/like.php?action=like&api_key=113869198637480&channel_url=http://static.ak.fbcdn.net/connect/xd_proxy.php%23%3F%3D%26cb%3Df591738b%26origin%3Dhttp%253A%252F%252Fdevelopers.facebook.com%252Ff36f7316e%26relation%3Dparent.parent%26transport%3Dpostmessage&colorscheme=light&font=trebuchet%20ms&href=http://www.jenniferholm.com/&layout=button_count&locale=en_US&node_type=link&sdk=joey&show_faces=false&width=90&height=20\" width=\"90\" height=\"20\" marginwidth=\"0\" marginheight=\"0\" align=\"left\" scrolling=\"no\" frameborder=\"0\" ALLOWTRANSPARENCY=\"true\"></iframe></td>";

navigation += "<td valign=\"center\" class=\"main_navigation\" align=\"right\">";
navigation += "<a href=\"../01_aboutme/01_overview.html\">about me</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;";
navigation += "<a href=\"../02_mybooks/01_overview.html\">my books</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;";
navigation += "<span class=\"main_navigation_on\">";
navigation += "<a href=\"../03_homework/01_overview.html\">homework help</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;";
navigation += "</span>";
navigation += "<a href=\"../04_teacher/01_overview.html\">teacher talk</a>";
navigation +="</td>";

navigation += "<td valign=\"top\" width=\"5\"><img src=\"../images/general/clearpixel.gif\" width=\"5\" height=\"20\" border=\"0\"></td>";
navigation += "</tr>";
navigation += "</table>";
document.write(navigation);
//-->

