document.observe('dom:loaded', function() {

	$$('.ads').each(function(ad) {
		var url = '/proxy.php?url=' + encodeURIComponent('http://feng-shui.ru/ads');
		new Ajax.Updater(ad, url);
		//ad.hide();
	});
	
});

