/**
 * Font replacement.
 */
Cufon.replace('.date p');

jQuery.noConflict();
jQuery(document).ready(function($) {

   /**
    * Rounded corners.
 */

   if (!$('body').hasClass('ie8')) {
      jQuery.each($('span.image img'), function() {
         $(this).ImageToCSS();
      });
   }

   $('#news, #news h2').corner('10px');
   $('#news .content').corner('5px');
   $('#news span.image').corner('tl tr 5px');
});
 
