Here is the code: <script language="JavaScript1.2"> //marquee width var marqueewidth=350 //marquee height var marqueeheight=150 //marquee scroll speed var speed=2 //marquee contents var marqueecontents='<font face="Arial">Put your content here<br>...even a link like this:<br><br> <a href="http://www.texaswebdevelopers.com">TexasWebDevelopers.com</a></font><br><br> <strong><i><font color="#CC0000"> Wow...is this cool or what?</font></i></strong>' if (document.all) document.write('<marquee direction="up" scrollAmount='+speed+' style="width:'+marqueewidth+';height:'+marqueeheight+'">'+marqueecontents+'</marquee>') function regenerate(){ window.location.reload() } function regenerate2(){ if (document.layers){ setTimeout("window.onresize=regenerate",450) twdmarquee() } } function twdmarquee(){ document.cmarquee01.document.cmarquee02.document.write(marqueecontents) document.cmarquee01.document.cmarquee02.document.close() thelength=document.cmarquee01.document.cmarquee02.document.height scrollmarquee() } function scrollmarquee(){ if (document.cmarquee01.document.cmarquee02.top>=thelength*(-1)){ document.cmarquee01.document.cmarquee02.top-=speed setTimeout("scrollmarquee()",100) } else{ document.cmarquee01.document.cmarquee02.top=marqueeheight scrollmarquee() } } window.onload=regenerate2 </script> <!-- --><ilayer width=&{marqueewidth}; height=&{marqueeheight}; name="cmarquee01"> <layer name="cmarquee02" width=&{marqueewidth}; height=&{marqueeheight};></layer> </ilayer><!-- -->