function ap_offset(offset) {
	new Ajax.Updater(
						'actividades_proximas',
						'/actividades/php_actividades_proximas.php?ajax_func=update&offset='+offset, 
						{asynchronous:true}
					);
}
