/* Home.js
    2006-12-16
    Nick Sutherland

  This is called when the home page is called.
*/

/* set the main content on load */
function initHome()
{
  swapDivContent("default_content", "main_content");
}

