If you have many or plan to have many, you probably should make sure that the url and filename is the same except a number in the filename, so you can use random to get a random number added to the url. Or use an array to store the urls and pick a random row from the array.
If you have like 3 you can use choose. Like choose("url1", "url2", "url3").