$(document).ready(function(){
	for(var i=1; i<=20; i++) {
		$(".r"+i).corner(i+"px");
	}
});





















