...this one's random

Hi guys,

an HTML / script question.

how come this doesn’twork:


  document.write
  ("<a href="javascript:history.go(0)"><img src=" + quot + cliche + quot +">")


the thingy works like this:

  document.write
  ("<img src=" + quot + cliche + quot +">")

all I’m trying to do, is set a reload function on a randomly placed picture.

any ideas? appreciated,

m.