// display joke var jokeString = new String("Q. What do you call a vegetarian with diarrhea?

A. A salad shooter "); document.write(jokeString);