// add the border definitions
RUZEE.Borders.add({
	".description" : { borderType:"simple", cornerRadius:5 }
});

// perform the rendering when the document has been loaded completely
window.onload=function(){
	RUZEE.Borders.render();
};
