
    function startScroll() {
	    document.getElementById("SoldanSagaHaber").scrollAmount = 4;
    }
    function stopScroll() {
	    document.getElementById("SoldanSagaHaber").scrollAmount = 0;
    }
    function upScroll() {
	    document.getElementById("SoldanSagaHaber").direction = "left";
    }
    function downScroll() {
	    document.getElementById("SoldanSagaHaber").direction = "right";
    }
