English
<!-- http://www.downcodes.com --> <!-- bbs http://www.downcodes.com/bbs--> <!--Step 1: Add the following code to <head> area--> <!--To achieve this effect, two steps are required. The first step is: add the following code to the <body> area--> <SCRIPT language=javascript><!-- var pos=10;function initArray(){this.length=initArray.arguments.length; for(var i=0;i<this.length;i++){this[i]=initArray.arguments[i];}} var col=new initArray( "4b","5b","8b","8b"); col[0]="yellow";col[1]="coral";col[2]="orange";col[3]=" red"; col[4]="greenyellow";col[5]="lime";col[6]="turquoise";col[7]="coral"; col[8]="blueviolet";col[ 9]="violet"; function chgCol(){pos++;if(pos<0||pos>9){pos=0;}document.bgColor=col[pos]; setTimeout("chgCol()",3000) ;/*Here you can change the time interval.*/ } var yourwords="Changing background color";var buffer1=" "; var buffer2=" "; var message1=buffer1+yourwords+buffer2; var dir="left" ;var speed=150;function pingpong(){ if(dir=="left") {message2=message1.substring(2,message1.length)+" "; window.status=message2;setTimeout("pingpong(); ",speed);message1=message2; if(message1.substring(0,1)=="*")dir="right";} else{message2=" "+message1.substring(0,message1.length-2 ); window.status=message2;setTimeout("pingpong();",speed); message1=message2;if(message1.substring(message1.length-1,message1.length)=="*")dir="left ";}}// --> </SCRIPT> <!--Step 2: Add "onload="chgCol(); pingpong();"" to the <body> tag --> <body onload= "chgCol(); pingpong();">