function listNews(html){ document.getElementById("divnews").innerHTML=html; } document.write('
'); var html=''; listNews(html);