/*
addLoadEvent(Nifty("div.rbox"));
addLoadEvent(Nifty("div.view-shine-events,div.view-content-shine-events"));
addLoadEvent(Nifty("div.view-community-events,div.view-content-community-events"));
addLoadEvent(Nifty("div#aggregator,div.feed-item"));
addLoadEvent(Nifty("div.event-calendar,div.month-view"));
addLoadEvent(Nifty("form"));
addLoadEvent(Nifty("div.profile"));
addLoadEvent(Nifty("div.box"));
addLoadEvent(Nifty("dl.search-results"));
addLoadEvent(Nifty("div.messages"));
*/
window.onload=function(){
  Nifty("div.rbox");
  Nifty("div.view-shine-events,div.view-content-shine-events");
  Nifty("div.view-community-events,div.view-content-community-events");
  Nifty("div#aggregator,div.feed-item");
  Nifty("div.event-calendar,div.month-view");
//  Nifty("form");
  Nifty("div.profile");
//  Nifty("div.box");
  Nifty("dl.search-results");
  Nifty("div.messages");
  Nifty("div.view-impact-partners,div.view-content-impact-partners");
  Nifty("div.view-3rd-party-videos,div.view-content-3rd-party-videos");
}
