function xx(){
	var container=document.getElementById('newspicc');
	container.appendChild(container.firstChild);
}
setInterval("xx()",3000);
