//set values to false to remove items from the output

showNewsTitle=true;
showNewsDate=true;
showSourceName=true;


//size and the position of the news ticker

tickerWidth=223;
tickerHeight=112;
tickerLeft=10;
tickerTop=2;

//speed of the ticker

pauseLength=2000;
tickerStepSize=2;
stepTimeOut=20;

//other settings

visibleItems = 1;

backGroundColor="#FFFFFF"; // background color of the ticker
showURL=true; //show the URLs of the links in the status bar