function randset(){
	document.input.p00.value = Math.floor(Math.random() * 115);
	document.input.p01.value = Math.floor(Math.random() * 24);
	document.input.p02.value = Math.floor(Math.random() * 18);
	document.input.p03.value = Math.floor(Math.random() * 16);
	document.input.p04.value = Math.floor(Math.random() * 56);
	document.input.p05.value = Math.floor(Math.random() * 38);
	document.input.p06.value = Math.floor(Math.random() * 87);
	document.input.p07.value = Math.floor(Math.random() * 24);
	document.input.p08.value = Math.floor(Math.random() * 58);
	document.input.p09.value = Math.floor(Math.random() * 22);
	document.input.p10.value = Math.floor(Math.random() * 13);
	document.input.p11.value = Math.floor(Math.random() * 16);
	document.input.p12.value = Math.floor(Math.random() * 28);
	document.input.p13.value = Math.floor(Math.random() * 78);
	document.input.submit();
}

