// followCategory.js
// 2010.07.30

function followCategory(id) {
	KNEWS.newsReaderPanel.addCategoryId([id]);
}

