var list = ['class1', 'class2', 'class3']; document.getElementById('box').className = list[ Math.floor( Math.random() * list.length ) ];