// BT.com script to populate the text in the news box in the global logo bar

// Two lines for each block of text - one for the text itself, and one for the link.
// Remember the text, including any html code it has, has to be all on one line.
// If you don't wan't it to link anywhere use a "#" as the link.
// Copy or remove the last array to add/remove text blocks (remember to update the "nNews[x}" number!).


/****
Variables to set 
****/

//How do you want the script to work? 
//0 = Fade in - Fade out
//1 = Slide in - Fade out
//2 = Random 
nWorks = 0

//If you use the slide set these variables:
nSlidespeed = 5 //in px
nNewsheight = 80 //This is how long down it should start the slide.

nBetweendelay = 4300 //The delay before fading out.
nFont = 'verdana' //The font for the news.
nFontsize = 14,5 //Font size in pixel.
nFadespeed = 80 //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('#000000','#000000','#201000','#331A00','#4F2700','#6A3500','#7D3F00','#9F5000','#BF6000','#EA7500','#FF870F','#FF9B37','#FFAC59','#FFC082','#FFD3A8','#FFE9D2','#FFFDFB')

nNews=new Array()

nNews[0]=new Array()
nNews[0]["text"]="Nu e posibil de descris linistea plina de sens a naturii<span class='news_link_001'></span>"
nNews[0]["link"]="#"

nNews[1]=new Array()
nNews[1]["text"]="80% din toate problemele noastre vor disparea daca ne asezam si stam linistit<span class='news_link_001'></span>"
nNews[1]["link"]="#"

nNews[2]=new Array()
nNews[2]["text"]="Nu vorbiti daca aceasta nu va imbunatati linistea<span class='news_link_001'></span>"
nNews[2]["link"]="#"

nNews[3]=new Array()
nNews[3]["text"]="Doar in destul intuneric se vad stelele<span class='news_link_001'></span>"
nNews[3]["link"]="#"


