document.observe("dom:loaded", function() {
   roundedCorners('#title h1','titlebox');
   roundedCorners('.content','panel');
   roundedCorners('#footer','panel');
});
