// JavaScript Document
var con = new Convencoes();
function Convencoes(){
	this.changed = function(cat){
	}
}
