$(document).ready(function(){
$("div#leftside").corner("round 10px tr tl");
$("div#content h2").corner("round 10px tr tl");
$("div#content h1").corner("round 10px tr tl");
$("div#content_list h2").corner("round 10px tr tl");
});



