Marquee text scroll

Posted by topdog 670 days ago Questions| text marquee div All
I wonder if anybody can help me please. I want to use <MARQUEE>, but want it to alternate the text it scrolls. Some text comes from a database other text is just plain text. But other than just putting the text in myself and then adding spaces is there anyway I can get it to display different sentences randomly.

For example I'm currently using:
CODE
<marquee width="570px" loop="50" direction="left" scrollamount="4" onMouseOut="this.start()" onMouseOver="this.stop()" bgcolor="#000000"><?php echo $row['news']  ?>     Get your latest news     Breaking news     Archive news</marquee>


But in an idea world I'll like to randomly display the text.

Thanks
Discuss Bury


Who Voted for this Question