<!--

function prob() {
	with (Math) {
	z = floor(random()* 7);
	return z;
	}
}

function prob1() {
	with (Math) {
	z = floor(random()* 8) + 10;
	return z;
	}
}

//-->

