counter = 0;
function monitor() {
	counter++;
	if(counter > 1) {return false;}
	return true;
}