This code snippet was extracted from the website Dynamic Drive .com showcasing a Pausing up-down Scroller (text animation):
Is there a way to fetch text data from a MySQL table instead of manually inputting it as an array, allowing for easier content modifications?
var pausecontent=new Array()
pausecontent[0]='<a href="http://www.javascriptkit.com">JavaScript Kit</a><br />Comprehensive JavaScript tutorials and over 400+ free scripts!'
pausecontent[1]='<a href="http://www.codingforums.com">Coding Forums</a><br />Web coding and development forums.'
pausecontent[2]='<a href="http://www.cssdrive.com" target="_new">CSS Drive</a><br />Categorized CSS gallery and examples.'