

ID: 531
Viewed: 3520
Added: Dec 05, 2004
Version: - unknown



Snippet uploaded by: amsheppard
Written By: - unknown -
Demo: Sorry, no demo



Thank you for your vote. Please wait...
It appears you already voted for this snippet
It appears your vote value was empty


everyone remember <BLINK>? here's a better way.
<!---Head--->
<script language="javascript">
var color10 = 16711680;
var hexco10 = '';
var interval10 = 257 * 4;
function fr10() {
if ((color10 + (interval10)) > 16777215) { interval10 *= -1; }
if ((color10 + (interval10)) < 16711680) { interval10 *= -1; }
color10+= interval10;
hexco10 = color10.toString(16);
hexco10 = "#" + ("000000").substring(0,6 - hexco10.length) + hexco10;
document.all.b10.style.color = hexco10;
}
setInterval("fr10()",1);
</script>
<!---Body--->
<span id="b10">Critical Info:</span>
No Comments to show


Please completely fill out the form below if you want to review this snippet. All reviews are subject to validation.
Adding your comment. Please wait...
Thanks for adding your comment!. After further review it will be added.
There was a problem adding your comment. Please try again.
Please complete all the fields in the form before sending.