Copy this javascript in the source code of your page, in the place where the ticker should be displayed:
Without specifying size (ticker width: 300px, ticker height: 330px)
<script language=”javascript” src=”https://www.arc2020.eu/ticker.js” type=”text/javascript”></script>
Flash ticker decreased with a width of 150 pixels
<script language="JavaScript" type="text/javascript"> //<![CDATA[ var arcTickerWidth = 150; //]]> </script> <script language="javascript" src="https://www.arc2020.eu/ticker.js" type="text/javascript"></script>
Be the first to comment