ho trovato questo, spero possa andare:

<script>
document.writeln("<TABLE height=150 width=200 border=0><TR><TD style=\"font-size:11px; color:#ff9933\">");
if(document.all)
document.writeln("<MARQUEE onmouseover=this.stop() onmouseout=this.start() scrollAmount=1 hspace=2 vspace=2 scrollDelay=1 direction=up width=\"100%\" height=\"100%\">");
else
document.writeln("<div style=\"width:100%; height:200px; overflow:auto;\">");
document.writeln("



");
</script>
<center>
Testo testo testo

link</p>


Immagine:</p>


<a target="_blank" href="http://www.html.it">
</a></p>
</center>
<script>
document.writeln("







");
if(document.all)
document.writeln("</MARQUEE>");
else
document.writeln("</div>");
document.writeln("</TD></TR></TABLE>");
</script>