I have a link leading to 1 of 6 articles displaying on my website. Every 6 seconds, the text link switches to the next. I'd like for the order to be randomized, though, so that each article has the same likelihood to be chosen. Can anyone help?
My code on gist is here:
https://gist.github.com/jonsan32/5982135
The raw code is here:
https://gist.github.com/jonsan32/5982135/raw/4952a61f968cfa372bdebe9a81d97c75456526a4/gistfile1.txt
Thank you in advance.