function goToCol(c) {
	var colUrl = "/article/index.jsp?siteSection=" + c.value;
	window.location.href = colUrl;
}
