function loadPage()
{
  getDate();
  startUp();
  getCategoryHierarchy();
  newsInit();
  SetupHandCursorMouseEvents(['nodetoggler, addtobox'],['label', 'span']); 
}

window.onload = loadPage;
