<!-- // Begin

// NOTE: If you use a ' add a slash before it like this \'



document.write("<table border=\"0\"  cellpadding=\"0\" cellspacing=\"0\" width=\"1024\" class=\"menuhorzbackground\">");
document.write("  <tr>");
document.write("     <td> ");
var d=new Date()
var weekday=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December")
document.write("<span class=\"headermenu\"><nobr>" + "&nbsp;&nbsp;&nbsp;" + weekday[d.getDay()] + " ")
document.write(monthname[d.getMonth()] + " ")
document.write(d.getDate() + ", ")
document.write(d.getFullYear())
document.write("</nobr><br></span>");
document.write("	 <\/td>");
document.write("<td>");

document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
document.write("<\/td>");
document.write("");
document.write("<td>");
document.write("<b><font color=\"#cf0000\"><i>Made in the U.S.A.<\/i><\/font><\/b>");
document.write("<\/td>");

document.write("<td>");

document.write("<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\">");
document.write("<tr><td align=\"right\">");
document.write("<table cellpadding=\"0\" cellspacing=\"3\" border=\"0\"><tr><td>&nbsp;<br>");

// START HORIZONTAL LINKS - COPY AND PASTE THE NEXT 2 LINES TO ADD A LINK

document.write("<\/td><td>");
document.write("<a href=\"http:\/\/thenewamericanspirit.com\/\" class=\"menuhorz\">Home<\/a>");

document.write("<\/td><td>");
document.write("<a href=\"http:\/\/shop.thenewamericanspirit.com\" class=\"menuhorz\">Store<\/a>");

document.write("<\/td><td>");
document.write("<a href=\"http:\/\/thenewamericanspirit.com\/about_us.html\" class=\"menuhorz\">About Us<\/a>");

document.write("<\/td><td>");
document.write("<a href=\"http:\/\/thenewamericanspirit.com\/contact_us.html\" class=\"menuhorz\">Contact Us<\/a>");

document.write("<\/td><td>");
document.write("<a href=\"http:\/\/thenewamericanspirit.com\/links.html\" class=\"menuhorz\">Links<\/a>");


document.write("<\/td><\/tr><\/table>");
document.write("<\/td><td width=\"1\">");

document.write("<\/td><\/tr><\/table>");
document.write("<\/td>");
document.write("  <\/tr>");
document.write("<\/table>");



//  End -->
