alert('#' + 25..toString(16) + 130..toString(16) + 210..toString(16));
function cc(){ var r=Math.floor(Math.random() * (256)); var g=Math.floor(Math.random() * (256)); var b=Math.floor(Math.random() * (256)); var c='#' + r..toString(16) + g..toString(16) + b..toString(16); m.style.borderColor=c; }