on startUp
	GLOBAL gGaribaldi
	
	if gGaribaldi = "" then
		put 1 into gGaribaldi
	else
		add 1 to gGaribaldi
	end if
	put gGaribaldi
end startUp