Joke Collection Website - Joke collection - How to make links in a page appear randomly?

How to make links in a page appear randomly?

& lt script & gt

var id = math . floor(math . random()* 4 1+8);

Var URL = "/ Xiaohua /"+id+ ". htm ";

document . write(" & lt; a href = ' "+URL+" ' target = ' _ blank ' & gt; Please click here to see the joke.

& lt/script & gt;