<script> $(function(){ $('.ForumIconCell:empty').each(function(){ $(this).next().attr('colspan','2'); $(this).remove(); }); }); </script>
<div class="hideThisWidget"></div> <script id="styleMe2" type="text/javascript"> $(document).ready(function(){ $('#styleMe2').closest('.ContentBoxBody').addClass('newStyle111'); $('.ForumIconCell:empty').each(function(){ $(this).next().attr('colspan','2'); $(this).remove(); }); $('.hideThisWidget').closest('.gpWidget').hide(); }); </script>