function StartLatest()
{
myScroller.setAnimation(0,1);
myScroller.setShowTime(5);
myScroller.start();
}

window.onload = StartLatest;
