document.observe("dom:loaded", function() {
	if ($$('body')[0].hasClassName('mod-news')) {
		if(!$$('div.newsitem')[0]) {
			$$('div.newsarchive')[0].setStyle({
				'marginLeft':'0',
				'width':'auto',
				'position':'static',
				'right':'auto',
				'top':'auto'
			});
		}
	}
});