speed = 0.4;
pause = 4;

l_news=new Array();
l_liens=new Array();
l_news[0]='<font CLASS="News">Soleil ou pluie ? La météo Darty !</font>';
l_liens[0]='DartyExtWeatherView?storeId=10001';
l_news[1]='<font CLASS="News">Recevez la newsletter Darty en un seul clic !</font>';
l_liens[1]='DartyNewsLetterSubscribeView?storeId=10001&m=10001';
var alea_news;
alea_news = Math.round(Math.random()*1);
_add(l_news[alea_news], l_liens[alea_news]);
