//$().ready(function(){
//    img_one = $('#item_one .newsImage img');
//    img_two = $('#item_two .newsImage img');
//    
//        if( img_one.height() > img_two.height() ){ /* alter 1 */
//            console.log('alter 1');
//            img_one.height(img_two.height());                                    
//        }else{ /* alter 2 */
//            img_two.height(img_one.height());                                                
//        }
//});


