$(function(){ // shorthand for $(document).ready() BTW
  $('div.chair_models div.chair-model').each(function() {
    $(this).corner("15px");
  });

});
