Warning: Please include a link to the DD script in question in your post, in this case: http://www.dynamicdrive.com/dynamici...ajax/index.htm . See this thread for the proper posting format when asking a question.
You can add other RSS feeds to display by entering their URLs inside "bridge.php" Look at the top of the file where the existing .rss URLs are. Then, inside the frontpage JavaScript, you'll want to indicate the feed you wish to display:
Code:
<script type="text/javascript">
//rssticker_ajax(RSS_id, cachetime, divId, divClass, delay, optionalswitch)
new rssticker_ajax("BBC", 1200, "ddbox", "bbcclass", 3500, "date+description")
</script>
Bookmarks