// <![CDATA[
$(function() {

  // Radius Box
  $('.slider, .menu_nav, .content .mainbar img.fl, p.infopost, .post_content a.rm, .content p.pages span, .content p.pages a').css({"border-radius":"10px", "-moz-border-radius":"10px", "-webkit-border-radius":"10px"});
  $('.article a.com').css({"border-top-right-radius":"10px", "border-bottom-right-radius":"10px", "-moz-border-radius-topright":"10px", "-moz-border-radius-bottomright":"10px", "-webkit-border-top-right-radius":"10px", "-webkit-border-bottom-right-radius":"10px"});

});	

// Cufon
Cufon.replace('h1, h2, h3, h4, h5, h6, .article a.com', { hover: true });

// ]]>
