var topics = [];
function addTopic($content) { topics.push($content); }

