/*																				*/
/*																				*/
/*				File:		  	adv.c											*/
/*				Returns:	  													*/
/*				Parameters:													*/
/*																				*/
/*																				*/

#include <stdio.h>

#include "advm.h"
#include "values.h"

#include "opendb.h"
#include "webstr.h"
#include "proces.h"


main ()

	{
	int key;

	printf ("\n");
	opendb();
	webstr();

	for (key=0; key < ninit; key ++)
		if (proces(key))
			break;
	for (;;)
		{
		for (key=6000; key-6000 < nrep; key++)
			if (proces(key))
				break;
		}
	}
