Event.observe(window, 'load', function() {

       list = [];

	$$("#content .news-recent-item img").each(function(e) {
	    list.push(e.src);
	});

$$('#content .flash object').first().SetVariable('one',list.join(','));
});