// Choose the sources you want to show

showNewsTitle=true;
showNewsDate=true;
showSourceName=true;

// choose size and position of the ticker 

tickerWidth=199;
tickerHeight=90;
tickerLeft=210;
tickerTop=238;

// speed of the ticker

pauseLength=3000;
tickerStepSize=1;
stepTimeOut=30;

// 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;