// display joke
var jokeString = new String("Man: If I could see you naked, I'd die happy.
Woman: If I saw you naked, I'd probably die laughing.
Man: That works for me, as long as you are still a little warm when I shove it up your ass. ");
document.write(jokeString);