<!--- Import graphical user interface tags. --->
<cfimport taglib="./" prefix="gui" />


<!--- Output data list. --->
<gui:datalist>

	<dt>
		"And They Call It Bobby Love"
	</dt>
	<dd>
		Bobby, I know it's not good when a girl breaks
		your heart. It's only natural to be sad. But the
		couch is a happy place.
	</dd>

	<dt>
		"Luanne's Saga"
	</dt>
	<dd>
		I did what you couldn't do. Now, I'm not saying you're
		not good at what you do, I'm just saying I'm better. I
		went in there and fixed her, like fixing a carburetor.
		And you know what? It was fun. Like fixing a carburetor.
	</dd>

	<dt>
		"Father of the Bribe"
	</dt>
	<dd>
		C. C plus. Two B minues. You really did it, son. You
		set realistic goals and you reached them. Way to go.
	</dd>

</gui:datalist>