var Topic = { 
  init : function() {
    Fenster.init_small();
  }
}

YAHOO.util.Event.addListener(window, 'load', Topic.init);
