I want to have about 10 different index pages for my site. I am looking to rotate them for each visit. How can I do this?
To do it properly and ensure cross browser compatibility you will need some form of serverside script to rotate the content - .Net/ CFM/ PHP etc - doing it any other way would rely on javascript and be fairly dirty
Ya it's pretty easy to serve up random pages. There are a few free scripts out there that can do this in short order.
there are many scripts available for it. Some of them support java scriptfor it and some of them php random redirection.