среда, 10 ноября 2010 г.

Рандомный цвет в js


rand_color = function() { return '#' + (Math.round(Math.random() * Math.pow(2, 24))).toString(16); }