window.addEvent('load', function(){
	var news = document.getElementById('sideflash_news');
	news = $(news);
	var scroll = new mooquee(news, {marWidth: '170', marHeight: '200', direction: 'top'});

});
