// JavaScript Document

function openColunista(colunista) {
	window.location = "/colunista.php?"+colunista;
}