$(document).ready(function(){

$('#navbar li').corners('top');
$('#header-text').corners('left');
$('#main-text').corners('10px', 'top');

});

