var myLoad = function () {
  jQuery('#topics').load('/message/topics/toplist/');

}

jQuery.event.add( window, "load", myLoad )

