/* message arrays for the news scroller */

var pausecontent=new Array()
pausecontent[0]='<p>This is a test news element - #1</p>'
pausecontent[1]='<p>This is another test news element - #2 - with a <a href = "#">test link</a></p>'
pausecontent[2]='<p>This is yet another test news element - #3</p>'


