// Choose the sources you want to show

showNewsTitle=true;
showNewsDate=true;
showSourceName=true;

// choose size and position of the ticker

tickerWidth  = 400;
tickerHeight = 122;
tickerLeft   = ((document.body.clientWidth/2)-(tickerWidth/2));
tickerTop    = 455;

tickerBorder      = true;
tickerBorderColor = "black";

// speed of the ticker

pauseLength    = 2000;
tickerStepSize = 1;
stepTimeOut    = 20;

// background color of the ticker

backGroundColor="#FFFFFF";

// set showURL to false, if you want to show the link text instead of the URL in the status bar

showURL=true;