Hi oaklea,
This has nothing to do with the script, but on your markup codes instead 
Remove the align attribute in your <td> it's what cause the error, and most of all, it's a deprecated attribute
Code:
<td width="490" align="right">
<script type="text/javascript">
//new pausescroller(name_of_message_array, CSS_ID, CSS_classname, pause_in_miliseconds)
//new pausescroller(pausecontent, "pscroller1", "someclass", 3000) document.write("<br />")
new pausescroller(pausecontent2, "pscroller2", "someclass", 2000)
</script>
</td>
See if it helps
Bookmarks