//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=400;
tickerHeight=80;
tickerLeft=297;
tickerTop=124;

//speed of the ticker

pauseLength=4000;
tickerStepSize=2;
stepTimeOut=20;

//other settings

backGroundColor="#FFFFFF"; // background color of the ticker
showURL=true; //show the URLs of the links in the status bar
