he's using the marquee tag without mouseover functions... nothing more really.
Code:
<marquee onmouseover="if (this.stop) { this.stop() }" onmouseout="if (this.start) { this.start() }"
height="110" scrollAmount="1" scrollDelay="60" direction="up">
<P>
Your List Of Links Here
</P>
</marquee>