var ticker = new NewsTicker( 800, 62, 200, 60 );

ticker.addItem("<a class='zib11'>17, rue du Commandant Berge<br />77100 Meaux</a><br /><div align='right'><a class='zib11g'>01 60 23 08 42</a><br /><a href='mailto:tgp@theatregerardphilipe.fr' class='zib11g'>tgp@theatregerardphilipe.fr</a></div>");
ticker.addItem("<a class='zib11g'><div align='right'>ouverture du bureau<br /><br />du mardi au vendredi de 10h à 18h<br />& le samedi de 14h à 18h</a></div>");

ticker.build();
writeCSS(ticker.css);
document.write(parent.ticker.div);
document.onLoad = parent.ticker.activate();