// Called upon loading /directory function initDirectory() { $('.linkify').each(function() { var t = $(this); t.html(buildMsgContent(t.text())); }); Search.initInpage() initLogThumb('.dlogged-hump .thumb', '.dlogged-hump'); } // See log.js