// Curve out all notices
if($("_.notice"))
{
  $(function(){
    $("._notice").each(
      function() {
        $(this).corner();
      }
    );
  });
}
