/***************************************************************************
Use the style tag to change the placement and width of the layers.
If you are trying to place this into a table cell or something make the
position of the divNewsCont layer relative...Remeber that that might crash
Netscape 4 though, Good luck!
********************************************************************************/

/****
Variables to set 
****/

//How do you want the script to work? 
//0 = Fade in - Fade out
//1 = Slide in - Fade out
//2 = Random 
nWorks=1

myTarget=""

//If you use the slide set these variables:
nSlidespeed=1 //in px
nNewsheight=40 //This is how long down it should start the slide

nBetweendelay=4000 //The delay before fading out.
nFont='verdana,arial,helvetiva' //The font for the news
nFontsize=12 //font size in pixel
nFadespeed=100 //The speed to fade in, in milliseconds

//Set the colors, first color is same as background, last color is the color it stops at:
//You can have as many colors you want
nColor=new Array('#FFFFFF','#FFFFFF','#FFFFFF','#FFFFFF','#FFFFFF','#FFFFFF','#FFFFFF','#FFFFFF','#FFFFFF','#FFFFFF','#EEEEEE','#CCCCCC','#999999','#666666','#333333','#000033')

//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
nNews=new Array()
//Copy there three lines and change the info and numbers to get more news.
nNews[0]=new Array()
nNews[0]["text"]="Preencha online formulários de aviso de sinistro."
nNews[0]["link"]="asd.php"

nNews[1]=new Array()
nNews[1]["text"]="Tire suas dúvidas a respeito do Seguro DPVAT."
nNews[1]["link"]="texto_dpvat.php"

nNews[2]=new Array()
nNews[2]["text"]="Faça da seção Fale Conosco sua linha direta com a EDR!"
nNews[2]["link"]="fale.php"

