Cufon.replace('h1,h2,h3,h4,h5,h6,.c,#main-menu,dt,.left-mod .menu span,.monthname');

function equalHeights( group ){
  
    var max_height = 0;
  
    group.each(function(item){
    	max_height = Math.max(max_height, item.getSize().y);
    });
  
    group.setStyle('height', max_height);
    
};


