//----------------------------------------------------------------------------
// Common code to include at the bottom of each web page is listed below.
//----------------------------------------------------------------------------

function load_footer()
{

  document.write("<div class=\"center\">")
  document.write("<table cellpadding=\"4\" cellspacing=\"0\">")
  document.write("<tr>")
  document.write("<td class=\"stovfooter\">&copy; Copyright 2009, St. Thomas of Villanova, All Rights Reserved<br/>")
  document.write("</tr>")  
  document.write("</table>")
  document.write("</div>") 
}