Random Content Order script - non-repeating random content
1) Script Title: Random Content Order script
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...ntentorder.htm
3) Describe problem: I am using the this script to display text ads in my left navigation and my right navigation. My text ads are all in one include file. This file is included in my left and right nav. Let's say I have 6 ads. Since I have the ads include twice on the page, 6 ads show up on the left, and 6 ads show up on the right, and each ad is repeated twice. How can I modify this so that all 6 ads show up on the page, but only 3 in the left nav, and only 3 in the right, and they do not repeat? Or is this not possible, and it is better to have a separate include for the left and for the right nav, but even if I have two includes, how would you make sure all 6 ads are shown? Thank you.