Hi there,
a dumb question with "eval" function. I found inside script "hangman II" this line:


wrong_guesses += 1;
eval("document.hm.src=\"hm" + wrong_guesses + ".gif\"");

That shows the gif...