//new pausescroller(name_of_message_array, CSS_ID, CSS_classname, pause_in_miliseconds)

var pausecontent=new Array(
'<a href="issues/index.html">[2010/02/26] Special Issue: Darwin\'s Theory And Its Weaknesses</a>',
'<a href="issues/index/index.html">[2010/01/21] Online Searchable Advocate Index</a>',
'<a href="news/calendar.html">[2010/01/06] Updated Schedule of Events 2010</a>'
)
//pausecontent[2]='<a href="news/calendar.html">[Event Calendar] Dec 28-30 - New Mexico Gathering</a>'
//pausecontent[3]='<a href="news/calendar.html">[Event Calendar] Dec 28-30 - Richmond Hall Gathering</a>'

new pausescroller(pausecontent, "pscroller", "someclass", 2000)
