In a way, that br is the thing. It's only there to separate the two demo scrollers.
It could just as easily have been:
Code:
<script type="text/javascript">
//new pausescroller(name_of_message_array, CSS_ID, CSS_classname, pause_in_miliseconds)
new pausescroller(pausecontent, "pscroller1", "someclass", 3000)
</script>
<br />"
<script type="text/javascript">
new pausescroller(pausecontent2, "pscroller2", "someclass", 2000)
</script>
And therein lies your answer. Now the two scrollers are truly separate. You can put the second one wherever you like.
Bookmarks