Event.observe(window, 'load', init);

function init(){
    observe_more();
    observe_older();
    observe_lock_comments();
    observe_post_comment();
    update_comments();
    simple_updater('RandReviewContent', 'randomreview', 120);
    simple_updater('CommentsContent', 'leftcomments', 20);
    simple_updater('ForumContent', 'forum', 20);
    simple_updater('AfishContent', 'afish', 60);
    simple_updater('BannersContent', 'banner', 60);
    simple_updater('TopAlbumsContent', 'topalbums', 60);
    simple_updater('UvodLeft', 'uvod', 60);
    simple_updater('infobox', 'infobox', 60);
    updater_frontpage(10);
    show_news();
}
