function dameNum(){
	num = Math.round((Math.random()*4)+1);
	return num;
	}