﻿$(document).ready(function() {
  $('#wrapper').corner("bottom 10px");
  $('#navbox').corner("tr 5px");
  $('.homehalf2').corner("10px");
  $('.half2').corner("10px");
  $('.halftitle2').corner("top 10px");
  $('.homepageright').corner("10px");
  $('.homepageleft').corner("10px");
  $('.homepagerighttop').corner("top 10px");
  $('.navitem').corner("5px");
  $('.navitemactif').corner("5px");
  $('.navitem2').corner("5px");
  $('.button').corner("5px");
  $('button').corner("5px");
  $('.pagetitle').corner("5px");
  $('.titlebar').corner("top 5px");
  $('.box').corner("bottom 5px");
  $('.titlebarTwitter').corner("top 10px");
  $('.footerbarTwitter').corner("bottom 10px");  
  $('.nav_event').corner("5px");
  
});

