Draw attention to information on your site with JavaScript-powered expanding text! Just enter the text you want to use, the max size you want it to reach, and speed it should "grow" and it's ready to go.
Add the below code to the <body> section of your page:
<center> <scriptlanguage="javascript"type="text/javascript"> /* Visit http://www.yaldex.com/
for full source code
and get more free JavaScript, CSS and DHTML scripts! */
<!-- Begin var
speed =100; var
cycledelay =2000; var
maxsize =28;
varx=0; vary=0; var
themessage,size; var
esize ="</font>";
function
initArray(){ this.length=
initArray.arguments.length; for(var
i =0;
i <this.length;
i++){ this[i]=
initArray.arguments[i]; }
} var
themessage2 =new
initArray( "JavaScript can do some amazing
stuff !", "Including this expanding text
banner !", "Have you ever seen one of these
before ?", "Neither have your visitors, so
put it on your site!!" );