// JavaScript Document

function Evento(id){
	location.href = "../eventos/?evento=" + id + "&local=1";
}
