//The delay between the fades (in milliseconds) smaller value gives less time:
betweendelay=1000
//Do you wan't it to start over on the first one when it's gone trought all the news?
//(set to 0 if not)
var loop=1
//What font do you wan't it use?
FontFace='arial,helvetiva'
//What font-size (in pixel)?
FontSize=12
//Do you wan't it to fade out aswell? 1 for on, 0 for off
fadeback=1
//Set the colors, first color is same as background, last color is the color it stops at:
//You can have upto 7 colors, set the ones you wan't use to 0
colors=new Array()
colors[0]='#FFFFFF'
colors[1]='#EEEEEE'
colors[2]='#CCCCCC'
colors[3]='#999999'
colors[4]='#666666'
colors[5]='#333333'
colors[6]='#000000'
//This is the news you wanna have, set the link and the text. If you don't wan't it to link anywhere
//use a # as the link
news=new Array(new Array(),new Array())
news[0]["text"]="MorpheusWeb.it Risorse per webmaster"
news[0]["link"]="http://www.morpheusweb.it"
news[1]["text"]="Script, manuali, links, ASP, PHP, DHTML"
news[1]["link"]="http://www.morpheusweb.it"
<script>
if(document.all || document.layers)
document.write("dummy text, dummy"
+
"text, you can place you fist news or a welcome msg or something here."
+
"If you place these layers inside a table or something you can also"
+
"use this as the msg that browsers that doesn't suport dhtml will see.")
</script>