|
<SCRIPT language="JavaScript">
<!--
cx=0;
var col = new Array("#808080","#a08080","#c08080","#ff8080","#ffa080",
"#ffc080","#ffff80","#ffffa0","#ffffc0","#ffffff","#ffffc0","#ffffa0","#ffff80","#ffc080","#ffa080","#ff8080","#c08080","#a08080","#a08080");
function sc(){
body.style.scrollbarBaseColor = col[cx];
cx=cx+1;
if(cx>col.length)cx=0;
setTimeout("sc()", 100);
}
-->
</SCRIPT>
<BODY id="body" onLoad="sc();">
|