1) Script Title: Random Content Order script
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...ntentorder.htm
3) Describe problem: Trying to randomize the number of showing block.
I need to vary the number of <DIV>...</DIV>blocks from 10 to 20.
How can I do it?
<script type="text/javascript">
//randomize order of contents with DIV class="group1"
randomizeContent("group1")
randomizeContent("group2")
</script>
