
$(document).ready(function() {

    //set equal height to all items in each "online promotions" component
    $('.promotions_line').each(
        function(){
            //$(this).find('div.deal_data').equalHeights();
            $(this).find('div.deal_city').equalHeights();
            $(this).find('div.deal_places').equalHeights();
            $(this).find('div.deal_free').equalHeights();
            $(this).find('div.deal_data').equalHeights();
            $(this).find('div.deal_data_b').equalHeights();

        }
    )


})



