$(function(){
			$('div.block').each(function() {
				$(this).corner("round 9px")
			});
			$('ul.prods li, table.list td').each(function() {
				$(this).corner("round 5px")
			});
		});