I\'m trying to create a fairly simple piece of JavaScript that displays a random image from an array each time the page loads. I need to figure out a way to get this runnin
You could place this in javascript at the bottom of the page, with a timeout.
setTimeout(swapImage, 500); or somesuch.