how can I pick a random image(jpg) from a folder into javascript

I have 52 card images in the folder and their names are in the format of hear_n,spad_n,club_n,diam_n, where n is value from 1 to 13. These images are in jpg format. How can I pick one random image from this folder and display on my page using javascript? no short cuts please. Thanks in advance