function registrarEnLinea() {
	 new Ajax.Request('registrarEnLinea.php',"");
	 window.setTimeout("registrarEnLinea();", 60000);
}
