Do you want 5 boxes like the one in the example? If so just add to the CSS ajaxticker2... ajaxticker3... etc to 5. Then again copy the code on the page and ammend for 2 through 5.
If you want one box with 5 messages, then in the CSS resize your box div to the demensions you need and in the tickercontent.txt just make your single message div hold 5 messages:
Code:
<div class="message">
<a href="http://www.javascriptkit.com" target="_new">JavaScript Kit</a><br />Comprehensive JavaScript tutorials and over 400+ free scripts!
<br /><a href="http://www.codingforums.com">Coding Forums 2</a><br />Web coding and development forums.
</div>
for example..
Bookmarks