
//end table 2 - outside table - in relevant page
// begin page define low menu - bottom of page
document.write("<br clear='all' /><br />");

document.write("<table align='center' width='100%' border='0' cellspacing='0' cellpadding='0'><tr><td class='footer'>");
document.write("<a href='index.asp' target='_self'>&nbsp;Home&nbsp;</a> ");
document.write("<a href='history.asp'>&nbsp;About&nbsp;Us&nbsp;</a> ");
document.write("<a href='juniorsjoining.asp'>&nbsp;Football&nbsp;</a> "); 
document.write("<a href='calendar.asp'>&nbsp;Calendar&nbsp;</a> ");
document.write("<a href='news.asp'>&nbsp;News&nbsp;</a> ");
document.write("<a href='sponsors.asp'>&nbsp;Sponsors&nbsp;</a> ");
document.write("<a href='contact.asp'>&nbsp;Contact&nbsp;Us&nbsp;</a> ");
// signature footer
document.write("<br clear='all' />");

document.write("Brisbane&#32;City&#32;Football&#32;Club&#32;Ltd :: " + Mth[m] +  "  " + y + " :: Brisbane, Australia<br />");
document.write("42 Newbery Street Newmarket  Qld  4051. <strong>Ph: 61-7-3356 8834</strong> Fax: 61-7-3356 5144<br />Email: ");
document.write("<a class='footer' href=" + "mail" + "to:" + email + "&#64;" + emailHost + "?subject=bcfc&nbsp;enquiry>" + contact + "</a>");
document.write(" Copyright &copy; " + y + "");
document.write("</td> </tr></table>");