com.ag.jsonRequest = function() {
	this.params = [];
	this.method = "";
	this.id = 1;
}

