// display joke var jokeString = new String("Yo' momma's house is so small, if I stuck a key in the door, I'd stab three people!
"); document.write(jokeString);