
var roundedCornersOnLoad = function () {
		roundClass("div", "rounded");
};

addLoadEvent(roundedCornersOnLoad);

