<!--

function scrollDown () {
liveband_party_ticker.start();
liveband_party_ticker.setAttribute('direction','down', 0);
liveband_party_ticker.scrollAmount= 1;
}

function scrollUp () {
liveband_party_ticker.start();
liveband_party_ticker.setAttribute('direction','up', 0);
liveband_party_ticker.scrollAmount= 1;
}

//-->
