function __ajax(url,post,update,mensaje) {
	new Ajax(url, {
		method: 'post',
		evalScripts : true,
		postBody: post,
		update: update
	}).request();
}
