$(document).ready(function(){
$(".grayblock").each(function(){$(this).corner("30px");});
});

