
document.write("<table align=\"center\" cellspacing=\"4\" cellpadding=\"0\" class=\"MainTable\">");
document.write("<tr>");
document.write("<td colspan=\"2\" Class=\"Header\">");

// header:begin
document.write("<table width=\"100%\">");
document.write("<tr>");
document.write("<td>");
document.write("<H1>Lewies Code Library</H1>");
document.write("<p>");
document.write("A collection of Lewies scripts using xml, javascript, vbScript, ASP, C#, ASP.Net, SQL & more!");
document.write("</p>");
document.write("</td>");
document.write("<td align=\"center\" width=\"1%\" nowrap><DIV class=\"note\">");

document.write("<a href=\"http://www.lewismoten.com\"><img hspace=\"5\" src=\"LewisMoten.jpg\" border=\"1\" alt=\"Picture of Lewis Moten\" style=\"border:1px solid black;\"></a><br>");
document.write("<a href=\"http://www.lewismoten.com\">Lewis Moten</a>");
document.write("</DIV></td></tr></table>");
// header:end

document.write("</td>");
document.write("</tr>");
document.write("<tr>");
document.write("<td valign=\"top\" class=\"Sidebar\" width=\"120\">");

// navigation:begin
document.write("<br>");
document.write("<br>");
document.write("<b>Information</b>");
document.write("<br>");
document.write("<A href=\"default.htm\">Overview</A><BR>");
document.write("<A href=\"Browse.htm\">Browse Scripts</A><BR>");
document.write("<A href=\"Download.asp\">Download All</A><BR>");

document.write("<br>");
document.write("<br>");
document.write("<div class=\"note\">");
document.write("<p>");
document.write("If you enjoy ");
document.write("using the content ");
document.write("from this site, then ");
document.write("please link to it.");
document.write("</p>");
document.write("</div>");
// navigation:end

document.write("</td>");
document.write("<td valign=\"top\" class=\"Content\">");





