//settare a false se non si vuol fare vedere nel ticker

showNewsTitle=true;
showNewsDate=true;
showSourceName=true;
showNewsAbstract=true;



//grandezza e posizione del ticker

tickerWidth=180;
tickerHeight=180;

tickercentro=150;
    var ah = screen.Height - 100;
    var aw = screen.Width - 10;

    var xc = (aw - tickerWidth) / 2;
    var yc = (ah - tickerHeight) / 2;

//tickerLeft=xc
//tickerTop=yc
tickerLeft=0
tickerTop=0

//tickerLeft=(window.screen.width/2)-(tickercentro/2)
//tickerTop=(window.screen.height/2)-(tickercentro)

//velocità del ticker

pauseLength=2000;
tickerStepSize=1;
stepTimeOut=20;

//altre configurazioni

backGroundColor="#fff"; // colore di sfondo del ticker
showURL=true; //mostra l'url nella status bar
