//  bichromes.net //  cover decorationr1=v1=b1=r2=v2=b2=t=127;function rvbT() {t=(24000*Math.round(Math.random())+12000);r1=Math.round(255*Math.random()); v1=Math.round(255*Math.random()); b1=Math.round(255*Math.random());r2=Math.round(255*Math.random()); v2=Math.round(255*Math.random()); b2=Math.round(255*Math.random());};function zou() {document.getElementById('c1').style.backgroundColor='rgb('+r1+','+v1+','+b1+')';document.getElementById('c2').style.color='rgb('+r2+','+v2+','+b2+')';};function deco() {rvbT(); zou(); fix=setTimeout('deco()', t) ;};function cleanUp() { clearTimeout(fix); }