// display joke var jokeString = new String("Q: What happened at the end of the X-rated murder mystery?

A: Everybody did it! "); document.write(jokeString);