// JavaScript Document
 window.onload = function()
    {var scrollup = new ScrollText("listcontent");
        scrollup.LineHeight = 60;
        scrollup.Amount = 4;
        scrollup.Start();
}