Here's an idea. Maybe you could use Response.Write to write out a div containing the text you want to scroll. after the page loads, you can have a javascript function to get the that div element and scroll it's text. there's a plether of info out there on how to scroll text with javascript. Essentially.
//asp.net
Response.Write("<div id="newrotator">news news news news news news news</div>");
//javascript
document.getElementById("newsrotator");
now you just need to figure out how to scroll it's contents.
Just a stab in the dark and will need some more work, but maybe that'll kick start it.
jameswright
www.jwright.info"Never be so busy making a living that you forget to make a life."