Is there a way to randomly run a different script when a page is loaded?
I'm a VBA programmer, not javascript (but I'm learning). I have a script that randomly displays the name of one of the victims of 9/11. But as there are so many victims the script is 400K everytime the page loads. I'd like to reduce the bandwidth by breaking up the list into 50 randomization scripts, and upon page load, randomly run one of the scripts.
Is there a way to do this?
I'm a VBA programmer, not javascript (but I'm learning). I have a script that randomly displays the name of one of the victims of 9/11. But as there are so many victims the script is 400K everytime the page loads. I'd like to reduce the bandwidth by breaking up the list into 50 randomization scripts, and upon page load, randomly run one of the scripts.
Is there a way to do this?