// JavaScript Document
function cargaAjax (destino, url) {
new Ajax.Updater(destino, url, { method: 'get' }); 
}
