https://github.com/nko4/website/blob/master/public/javascripts/2012/websocket.coffee#L23-26 ``` coffee-script # update the interesting entrys on judge visit ws.on 'judgeVisit', (team) -> updateEntryInfo($('#interesting-teams'), team) ```