function header()
{
txt = "";
txt = txt + "<table style='border-width:0px;border-style:solid;border-color:black;'  width='950' bgcolor='#808080' cellpadding='0' cellspacing='0'>";
txt = txt + "<tr><td width='950' height='150' bordercolor='#FFFFFF' colspan='9' cellpadding='0' bgcolor='#FFFFFF'><a href='index.html' target='_self'><img src='images/Header-Left2.jpg' width='221' height='170' alt='' title='' border='0' /></a><a href='mailto:jeffconner@att.net?subject=Silverado District patch request' onMouseOver='window.status='Click to request Silverado District patch today!'; return true;' onMouseOut='window.status=' '; return true;'><img src='images/Header-Middle.png' width='689' height='170' alt='' title='' border='0' /></a><a href='http://www.facebook.com/pages/Benicia-Cub-Scouts-Pack-108/134003356614239' target='_new'><img src='images/Header-right.jpg' width='40' height='170' alt='' title='' border='0' /></a></td>";
txt = txt + "<tr bgcolor='#FFFFFF' style='border-width:1px;border-style:solid;border-color:black;'><td height='20' width='12%' align='center' ><a class='headerlinks' href='index.html'>Home</a></td>";
txt = txt + "<td height='20' width='12%' align='center' ><a class='headerlinks' href='calendar_pack.html'>Calendar</a></td>";
txt = txt + "<td height='20' width='12%' align='center' class='headerlinks' ><a class='headerlinks' href='dens.html'>Dens</a> </td>";
txt = txt + "<td height='20' width='13%' align='center' ><a class='headerlinks' href='events.html'>Events</a></td>";
txt = txt + "<td height='20' width='13%' align='center' ><a class='headerlinks' href='cubs_corner.html'>Cub's Corner</a></td>";
txt = txt + "<td height='20' width='12%' align='center' ><a class='headerlinks' href='leader_links.html'>Leader Links</a></td>";
txt = txt + "<td height='20' width='12%' align='center' ><a class='headerlinks' href='contacts.html'>Contacts</a></td>";
txt = txt + "<td height='20' width='10%' align='center' ><a class='headerlinks' href='join.html'>Join</a></td>";
txt = txt + "<td height='20' width='10%' align='center' ><a class='headerlinks' href='about.html'>About</a></td></tr>";
txt = txt + "<tr><td colspan='9' height='10' border='0'><img src='images/menu-lines.jpg' width='950' height='10' alt='' title='' border='0' /></td>";
txt = txt + "</tr></table>";
document.write(txt); 

}


function footer()
{
txt = "";
txt = txt + "<table background='images/Footer.jpg' width='950' height='58' border='0' cellpadding='0'><tr>";
txt = txt + "<td width='210'>&nbsp;</td>";
txt = txt + "<td class='textSmall'><div align='center'><a href='mailto:ezcamper@gmail.com'>Webmaster</a></div></td>";
txt = txt + "<td width='210'>&nbsp;</td>";
txt = txt + "</tr></table>";
txt = txt + "";
document.write(txt); 

}





