I've got a site that has (14) 120x120px ads along the left side of the site. Currently I just have them listed along the side using html, however some of my advertisers would like to see the 14 blocks show in different order, so the guy at the bottom isn't always shown at the bottom. What's a good program that will allow me to display the 14 all at once but in different orders per page load?
Where are the ads stored? If they are in an SQL database you can just add "order by newID()" at the end and this will randomise the order in which they are returned