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


Answers