Randomness
function()
random = Math.round(Math.random()*2);
box1.style.backgroundColor = color1[random];