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

       list = [];

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

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