This Free Script is also used here on WCF to display quotes notices and promoted topics.
Here is the script that helps you to display random content.
<script language="JavaScript"> <!-- aandj = new Array('Value A','Value B'); n=Math.floor(Math.random() * 5); document.write(aandj[n]); //--> </script>
[text] <script language="JavaScript">
<!--
aandj = new Array('Value A','Value B');
n=Math.floor(Math.random() * 5);
document.write(aandj[n]);
//-->
</script>[/text]
Where you see value a or value b you can.put text image div any thing
to increase the items you want to display randomly simply complete the cycle ie 'value a','value b','value c'
try it if you have any problem tell me