var submitcount=0;
function submitOnce() {
	if (submitcount==0) {
		submitcount++;
		return true;
	} else {
		return false;
	}
}