

window.onload = function() 
{
    settings = { tl: { radius: 10 }, tr: { radius: 10 }, bl: { radius: 10 }, br: { radius: 10 }, antiAlias: true, autoPad: true}
  
  /* */  
    var myBoxObject = new curvyCorners(settings, "rounded");
    myBoxObject.applyCornersToAll(); 
          
   var myBoxObject1 = new curvyCorners(settings, "rounded1");
    myBoxObject1.applyCornersToAll(); 
    
    var myBoxObject2 = new curvyCorners(settings, "roundedphoto");
    myBoxObject2.applyCornersToAll();  
        
    var myBoxObject3 = new curvyCorners(settings, "article_comment_rating");
    myBoxObject3.applyCornersToAll();   
  
    var myBoxObject4 = new curvyCorners(settings, "roundedinset");
    myBoxObject4.applyCornersToAll(); 
        
    var myBoxObject5 = new curvyCorners(settings, "resources");
    myBoxObject5.applyCornersToAll(); 
    
    var myBoxObject6 = new curvyCorners(settings, "videolist");
    myBoxObject6.applyCornersToAll(); 
     

}
