/* <![CDATA[ */
$(document).ready(function(){

  if($.browser.msie)
  {
  $(".contentbody").corner("5px cc:#260000 sc:#F3E2C4");
  $(".testimonial").corner("5px cc:#260000 sc:#F3E2C4");
  }
  else
  {
  $(".contentbody").corner("5px");
  $(".testimonial").corner("5px");
  $(".submenu").corner("5px bottom");
  }

});
 /* ]]> */