
// end second column
//end column 2 end table 4
document.write("</td></tr></tbody></table>");
// end table 3 row containing table 4
document.write("</td></tr></tbody></table>");
// table 2 is the menu bar at top of table 1 
//end table 1 - outside table
document.write("</td></tr></tbody></table>");

// begin page define low menu - bottom of page
document.write("<br clear='all' /><br /><p class='footer'>");
document.write("<a class='footer' href='about.html'>about us</a> | "); 
document.write("<a class='footer' href='careers.html'>taxi driver careers</a> | "); 
document.write("<a class='footer' href='careers.html#posavail'>positions available</a> | "); 
document.write("<a class='footer' href='extaxis.html'>exTaxis for sale</a> | ");
document.write("<a class='footer' href='sites.html'>taxi base</a> | "); 
document.write("<a class='footer' href='contact.html'>contact us</a>");
document.write("</p>");


// signature footer
  var Mth = new Array('January','February','March','April','May','June','July','August','September','October','November','December');
  var dt = new Date();
  var y  = dt.getFullYear();
  var m  = dt.getMonth();
  var contact = "KG&#32;Taxi&#32;Management."
  var email = "kgtaximanagment"	//"KG&#32;Taxi&#32;Management"
  var emailHost = "gangma&#46;com&#46;au"
document.write("<br clear='all' /><p class='footer'>");
document.write("Gangma Pty Ltd - trading as KG Taxi Management :: " + Mth[m] +  "  " + y + " :: Brisbane, Australia<br />");
document.write("305 Kelvin Grove Rd Kelvin Grove, Q, 4059. <strong>Ph: 07 3356 5422</strong> Fax: 07 3356 2726<br />Email: ");
document.write("<a class='footer' href=" + "mail" + "to:" + email + "&#64;" + emailHost + ">" + contact + "</a>");
document.write(" Copyright &copy; " + y + "</p>");
<!-- end of page define low" -->