twitter
    Find out what I'm doing, Follow Me :)

Friday, February 18, 2011

HOLI script

Colorize your life with this colorful script. Its colors forced us to name it as the Holi Script,


javascript: i=0;c=["red","green","blue","yellow","magenta","orange","black","white"]; a=document.links;setInterval('i++;a[i % document.links.length].style.color=c[i % c.length]',10);void(0);

No comments:

Post a Comment