$(document).ready(function(){
$("div#mainpanel").corner("round 10px");
$("div#sidepanel").corner("round 10px");
$("div#topnav a.onpage").corner("round tl tr 10px");
$("div#leftbox").corner("round tl tr 10px");
$("div#topbox h2").corner("round tl tr 10px");
$("div#topbox h3").corner("round tl tr 10px");
$("div#topbox h4").corner("round tl tr 10px");
});



