$(document).ready(function(){
$("div#topnav").corner("round 10px tr tl");
$("div#content").corner("round 10px tr tl");
$("div.boxhead").corner("round 10px tr tl");
$("div#box2").corner("round 10px");
$("div#column1 h3.boxhead").corner("round 10px tr tl");
});





