function submit() {
	if (document.getElementById('counter').value > 0) {
		document.form2.submit();
	}
}
