function dom_init() {

    /* --- Register close-button handlers --- */
    $('a.close').click(function(){
        $(this).parents(".closeable:first").fadeOut();
    })

}
