﻿jQuery(document).ready(function () {
    jQuery(".TDLReveal").click(function () {
        jQuery(this).parent().siblings(".newsListingsItems").slideToggle();
        return false;
    });
});
