<?php include "class.joke.php"; $hs = new joke(); $h = $hs->getJoke(); $h1 = wordwrap($h, 30, "<br />\n"); print "<(PodTitle text=\"Today's Joke\" link=\"\" )><br><b>Today's Joke:</b><br>$h1"; ?>