/***************************************************************************
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!
********************************************************************************/

//How do you want the script to work? 
//0 = Fade in - Fade out
//1 = Slide in - Fade out
//2 = Random 
nWorks = 1

//If you use the slide set these variables:
nSlidespeed = 2 //in px
nNewsheight = 150 //This is how long down it should start the slide.

nBetweendelay = 2000 //The delay before fading out.
nFont = 'verdana,arial,helvetiva' //The font for the news.
nFontsize = 10 //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', '#EEEEEE','#CCCCCC','#999999','#666666','#333333','#000000')



//*********************
nNews=new Array()

//nNews[1]=new Array()
//nNews[1]["text"]="<b>COMDEX 2003:</b> 'Seminários: Desenvolvimento de Projetos Web' - 21/Agosto - 8h30 às 18h30"
//nNews[1]["link"]="http://" + location.hostname + "/ht/" + str_lang + "/events/wsdpw030715.asp\" target=\"_top\""

nNews[0]=new Array()
nNews[0]["text"]="<b>Reconhecimento:</b> Ficamos honrados pela menção a <b>HOCHTECH</b> no site da <b>FOSJC - Unesp</b> em razão de nossa parceria no aperfeiçoamento do sistema <b>HT:Dental</b>. (24/04/06)"
nNews[0]["link"]="http://www.fosjc.unesp.br\" target=\"_blank\""

nNews[1]=new Array()
nNews[1]["text"]="<b>MBA:</b> O consultor sênior Ricardo Lanel, sócio-diretor da <b>HOCHTECH</b>, foi convidado a lecionar no curso de <b>MBA Gestão da Informação (Business Intelligence)</b> na Univ. Anhembi Morumbi. (01/06/06)"
nNews[1]["link"]="http://www2.anhembi.br/publique/cgi/cgilua.exe/sys/start.htm?infoid=41463&sid=3441\" target=\"_blank\""

