﻿window.onload = function()
        {
            var scrollup = new ScrollText("listcontent","","",true);
		    scrollup.Delay = 30;
            scrollup.LineHeight = 20;
            scrollup.Amount = 1;
    		
        }