Behaviour.register(
    {
        '#listings' : function() {
            new ListingsHider();
        }
    }
);