Event.observe(window, 'load', function() {

       list = [];

	$$("#newslist .news-recent-item img").each(function(e) {
	    list.push(e.src);
	});

$$('#news #flash object').first().SetVariable('one',list.join(','));
});
