[ برای مشاهده لینک ، با نام کاربری خود وارد شوید یا ثبت نام کنید ]
کد:<script type="text/javaScript">
function webcodeslightingBg(){
var a=[0,1,2,3,4,5,6,7,8,9,"c","e","d","a","f"];
document.body.style.background="#"+Math.pow(Math.floor(Math.random()*a.length),6);
}
setInterval("webcodeslightingBg()",10);
</script>
<a href="http://webcodes.rozblog.com">Colorful tool web page background Lighting Bg</a>