// add the rounded borders
RUZEE.Borders.add({
  "div#side_bar, div#content, div.why-ht" : { borderType:"simple", cornerRadius:13 }

});

// perform the rendering when the document has been loaded completely
window.onload=function(){
  RUZEE.Borders.render();
  
};