function doRoundCorners() {
    GoodCorners.round("#block_head", {bottomleft: "5px", bottomright: "5px"});
    GoodCorners.round(".round", {radius: "5px"});
}

window.addEvent('domready', doRoundCorners);
