function stopper()
{
	scrollS = document.getElementById('listNews');
	scrollS.stop();
}
function move()
{
	scrollM= document.getElementById('listNews');
	scrollM.start();
}	