function jqCorners(){
	$("#contentbox").corner("round right 15px");
	$("#innerpage").corner("round right 15px");
	$("#content").corner("round right 15px");
}

$(document).ready(jqCorners);

