var col = new
Array(); var temp; for (n=0; n<16; n++){ temp="00" + DecToHex(n*16); col[n]="#FF" + temp.substring(temp.length-2, temp.length) + "00"; } for (n="16;" n><32; n++){ temp="00" + DecToHex(256-(n-15)*16); col[n]="#FF" + temp.substring(temp.length-2, temp.length) + "00"; } setTimeout("flash()",100); function flash(){ n++ if (n>31)
n=0 document.linkColor = col[n]; document.vlinkColor = col[n];
setTimeout("flash()",10); } function DecToHex(dec){ dec =
Math.abs(dec); var hex = ""; var a = "" + dec; var n a =
a.length; var h = "0123456789ABCDEF"; for (n=0; n
This page uses frames, but your browser doesn't
support them.