
var but1=0;
var but2=0;
function getRandom(maxNum){
return Math.ceil(Math.random()*maxNum);
}
   
