function esseajax(target, link) {
target = '#' + target
$(target).load(link);
}

