loadCurvyCorners=function(){var settings,myBoxObject;settings={tl:{radius:15},tr:{radius:15},bl:{radius:15},br:{radius:15},antiAlias:true,autoPad:true,validTags:["div"]}
myBoxObject=new curvyCorners(settings,'container_rounded');myBoxObject.applyCornersToAll();myBoxObject=new curvyCorners(settings,'container_rounded_notfirst');myBoxObject.applyCornersToAll();}
AttachEvent(window,'load',loadCurvyCorners,false);