<number_of_sections> 2

<section>
 <pause> 5000
 <delay> 10
 <titlefont> Courier 20 BOLD 255 255 0
 <title> Simple Text Demo </title>
 <textfont> Courier 12 PLAIN 00 00 00
 <text> | This is a simple demo. The font used here is Courier. | | There is no <link> parameter in the config file, so when you click on the headline, nothing will happen. | | Also, the colour of the headline (in this case, a rather awful yellow!) doesn't change. | | This is useful for displaying news items with no more information available. </text>
</section>

<section>
 <pause> 5000
 <delay> 20
 <titlefont> Courier 20 BOLD 0 0 255
 <title> And here's another one </title>
 <textfont> Courier 12 PLAIN 00 00 30
 <text> | Again, there is no <link> or <frame> specified here. | | The <frame> only has an effect if there is a corresponding <link> parameter. | | Note that this scrolls slower than the first news item. That's because the <delay> parameter is higher. </text>
</section>
