New home image with each visit

liunx

Guest
I am trying to change the image on my home/index page for each time someone visits. How would this be accomplished? Is it a <meta> tag?<!--content-->create an array of all th eavailable images,then get a random number generated using <br />
Math.random() * array.length;<br />
then use that value to retireve the image from the array..<!--content-->
 
Back
Top