function randset(){
	document.input.p03.value = Math.floor(Math.random() * 97);
	document.input.p05.value = Math.floor(Math.random() * 26);
	document.input.p07.value = Math.floor(Math.random() * 29);
	document.input.p08.value = Math.floor(Math.random() * 31);
	document.input.p10.value = Math.floor(Math.random() * 86);
	document.input.p12.value = Math.floor(Math.random() * 59);
	document.input.p13.value = Math.floor(Math.random() * 30);
	document.input.p14.value = Math.floor(Math.random() * 128);
	document.input.p16.value = Math.floor(Math.random() * 45);
	document.input.p17.value = Math.floor(Math.random() * 77);
	document.input.submit();
}

