
jQuery(function(){    var t= 0;
    var x= 0;
	jQuery('#horizontal-ad').find('div').each(function(){		if((t= jQuery(this).height())< 201) // nicht den skyscraper!			x= Math.max(x, t);	});
	if(0< x)
		jQuery('#horizontal-ad').css('height', x);
});

