(function($) {

  // This jQuery function is called when the document is ready
  $(function() {
    // Hurry up and hide the comment form, if present.  In most browsers, this 
    //    will be done before the page is fully drawn, so you shouldn't see a flash 
    //    of the form before it disappears.
    $('li.lei').hide();

    // The "Add New Comment" heading will be turned into a toggle to 
    //     open/close the comments
    $('li.hot-topic-1,').addClass('closed').bind('click', function() {
      var $self = $(this),
          $form = $self.siblings('li.lei'),
          speed = 250; // speed of animation, change to suit, larger = slower
  
      if ($self.hasClass('open')) {
        $self.addClass('transition').removeClass('open');
        $form.hide(speed, function() {
          $self.addClass('closed').removeClass('transition');
        });
      }
      else {
        $self.addClass('transition').removeClass('closed');
        $form.show(speed, function() {
          $self.addClass('open').removeClass('transition');
        });
      }
    });
  });     
})(jQuery);

(function($) {

  // This jQuery function is called when the document is ready
  $(function() {
    // Hurry up and hide the comment form, if present.  In most browsers, this 
    //    will be done before the page is fully drawn, so you shouldn't see a flash 
    //    of the form before it disappears.
    $('li.ee').hide();

    // The "Add New Comment" heading will be turned into a toggle to 
    //     open/close the comments
    $('li.hot-topic-2').addClass('closed').bind('click', function() {
      var $self = $(this),
          $form = $self.siblings('li.ee'),
          speed = 250; // speed of animation, change to suit, larger = slower
  
      if ($self.hasClass('open')) {
        $self.addClass('transition').removeClass('open');
        $form.hide(speed, function() {
          $self.addClass('closed').removeClass('transition');
        });
      }
      else {
        $self.addClass('transition').removeClass('closed');
        $form.show(speed, function() {
          $self.addClass('open').removeClass('transition');
        });
      }
    });
  });     
})(jQuery);

(function($) {

  // This jQuery function is called when the document is ready
  $(function() {
    // Hurry up and hide the comment form, if present.  In most browsers, this 
    //    will be done before the page is fully drawn, so you shouldn't see a flash 
    //    of the form before it disappears.
    $('li.pnp').hide();

    // The "Add New Comment" heading will be turned into a toggle to 
    //     open/close the comments
    $('li.hot-topic-3').addClass('closed').bind('click', function() {
      var $self = $(this),
          $form = $self.siblings('li.pnp'),
          speed = 250; // speed of animation, change to suit, larger = slower
  
      if ($self.hasClass('open')) {
        $self.addClass('transition').removeClass('open');
        $form.hide(speed, function() {
          $self.addClass('closed').removeClass('transition');
        });
      }
      else {
        $self.addClass('transition').removeClass('closed');
        $form.show(speed, function() {
          $self.addClass('open').removeClass('transition');
        });
      }
    });
  });     
})(jQuery);

(function($) {

  // This jQuery function is called when the document is ready
  $(function() {
    // Hurry up and hide the comment form, if present.  In most browsers, this 
    //    will be done before the page is fully drawn, so you shouldn't see a flash 
    //    of the form before it disappears.
    $('li.fca').hide();

    // The "Add New Comment" heading will be turned into a toggle to 
    //     open/close the comments
    $('li.hot-topic-4').addClass('closed').bind('click', function() {
      var $self = $(this),
          $form = $self.siblings('li.fca'),
          speed = 250; // speed of animation, change to suit, larger = slower
  
      if ($self.hasClass('open')) {
        $self.addClass('transition').removeClass('open');
        $form.hide(speed, function() {
          $self.addClass('closed').removeClass('transition');
        });
      }
      else {
        $self.addClass('transition').removeClass('closed');
        $form.show(speed, function() {
          $self.addClass('open').removeClass('transition');
        });
      }
    });
  });     
})(jQuery);

(function($) {

  // This jQuery function is called when the document is ready
  $(function() {
    // Hurry up and hide the comment form, if present.  In most browsers, this 
    //    will be done before the page is fully drawn, so you shouldn't see a flash 
    //    of the form before it disappears.
    $('li.nw').hide();

    // The "Add New Comment" heading will be turned into a toggle to 
    //     open/close the comments
    $('li.hot-topic-5').addClass('closed').bind('click', function() {
      var $self = $(this),
          $form = $self.siblings('li.nw'),
          speed = 250; // speed of animation, change to suit, larger = slower
  
      if ($self.hasClass('open')) {
        $self.addClass('transition').removeClass('open');
        $form.hide(speed, function() {
          $self.addClass('closed').removeClass('transition');
        });
      }
      else {
        $self.addClass('transition').removeClass('closed');
        $form.show(speed, function() {
          $self.addClass('open').removeClass('transition');
        });
      }
    });
  });     
})(jQuery);

(function($) {

  // This jQuery function is called when the document is ready
  $(function() {
    // Hurry up and hide the comment form, if present.  In most browsers, this 
    //    will be done before the page is fully drawn, so you shouldn't see a flash 
    //    of the form before it disappears.
    $('li.tl5').hide();

    // The "Add New Comment" heading will be turned into a toggle to 
    //     open/close the comments
    $('li.hot-topic-6').addClass('closed').bind('click', function() {
      var $self = $(this),
          $form = $self.siblings('li.tl5'),
          speed = 250; // speed of animation, change to suit, larger = slower
  
      if ($self.hasClass('open')) {
        $self.addClass('transition').removeClass('open');
        $form.hide(speed, function() {
          $self.addClass('closed').removeClass('transition');
        });
      }
      else {
        $self.addClass('transition').removeClass('closed');
        $form.show(speed, function() {
          $self.addClass('open').removeClass('transition');
        });
      }
    });
  });     
})(jQuery);



(function($) {

  // This jQuery function is called when the document is ready
  $(function() {
    // Hurry up and hide the comment form, if present.  In most browsers, this 
    //    will be done before the page is fully drawn, so you shouldn't see a flash 
    //    of the form before it disappears.
    $('li.news-articles').hide();

    // The "Add New Comment" heading will be turned into a toggle to 
    //     open/close the comments
    $('li.hot-topic-8').addClass('closed').bind('click', function() {
      var $self = $(this),
          $form = $self.siblings('li.news-articles'),
          speed = 250; // speed of animation, change to suit, larger = slower
  
      if ($self.hasClass('open')) {
        $self.addClass('transition').removeClass('open');
        $form.hide(speed, function() {
          $self.addClass('closed').removeClass('transition');
        });
      }
      else {
        $self.addClass('transition').removeClass('closed');
        $form.show(speed, function() {
          $self.addClass('open').removeClass('transition');
        });
      }
    });
  });     
})(jQuery);

(function($) {

  // This jQuery function is called when the document is ready
  $(function() {
    // Hurry up and hide the comment form, if present.  In most browsers, this 
    //    will be done before the page is fully drawn, so you shouldn't see a flash 
    //    of the form before it disappears.
    $('div.homefeaturedcontent').hide();

    // The "Add New Comment" heading will be turned into a toggle to 
    //     open/close the comments
    $('p.homefeatured-1').addClass('closed').bind('click', function() {
      var $self = $(this),
          $form = $self.siblings('div.homefeaturedcontent'),
          speed = 250; // speed of animation, change to suit, larger = slower
  
      if ($self.hasClass('open')) {
        $self.addClass('transition').removeClass('open');
        $form.hide(speed, function() {
          $self.addClass('closed').removeClass('transition');
        });
      }
      else {
        $self.addClass('transition').removeClass('closed');
        $form.show(speed, function() {
          $self.addClass('open').removeClass('transition');
        });
      }
    });
  });     
})(jQuery);

(function($) {

  // This jQuery function is called when the document is ready
  $(function() {
    // Hurry up and hide the comment form, if present.  In most browsers, this 
    //    will be done before the page is fully drawn, so you shouldn't see a flash 
    //    of the form before it disappears.
    $('div.homefeaturedcontent').hide();

    // The "Add New Comment" heading will be turned into a toggle to 
    //     open/close the comments
    $('p.homefeatured-2').addClass('closed').bind('click', function() {
      var $self = $(this),
          $form = $self.siblings('div.homefeaturedcontent'),
          speed = 250; // speed of animation, change to suit, larger = slower
  
      if ($self.hasClass('open')) {
        $self.addClass('transition').removeClass('open');
        $form.hide(speed, function() {
          $self.addClass('closed').removeClass('transition');
        });
      }
      else {
        $self.addClass('transition').removeClass('closed');
        $form.show(speed, function() {
          $self.addClass('open').removeClass('transition');
        });
      }
    });
  });     
})(jQuery);

(function($) {

  // This jQuery function is called when the document is ready
  $(function() {
    // Hurry up and hide the comment form, if present.  In most browsers, this 
    //    will be done before the page is fully drawn, so you shouldn't see a flash 
    //    of the form before it disappears.
    $('li.adr').hide();

    // The "Add New Comment" heading will be turned into a toggle to 
    //     open/close the comments
    $('li.hot-topic-9').addClass('closed').bind('click', function() {
      var $self = $(this),
          $form = $self.siblings('li.adr'),
          speed = 250; // speed of animation, change to suit, larger = slower
  
      if ($self.hasClass('open')) {
        $self.addClass('transition').removeClass('open');
        $form.hide(speed, function() {
          $self.addClass('closed').removeClass('transition');
        });
      }
      else {
        $self.addClass('transition').removeClass('closed');
        $form.show(speed, function() {
          $self.addClass('open').removeClass('transition');
        });
      }
    });
  });     
})(jQuery);

(function($) {

  // This jQuery function is called when the document is ready
  $(function() {
    // Hurry up and hide the comment form, if present.  In most browsers, this 
    //    will be done before the page is fully drawn, so you shouldn't see a flash 
    //    of the form before it disappears.
    $('ul#hottopics-right').hide();

    // The "Add New Comment" heading will be turned into a toggle to 
    //     open/close the comments
    $('p.hottopics-right').addClass('closed').bind('click', function() {
      var $self = $(this),
          $form = $self.siblings('ul#hottopics-right'),
          speed = 250; // speed of animation, change to suit, larger = slower
  
      if ($self.hasClass('open')) {
        $self.addClass('transition').removeClass('open');
        $form.hide(speed, function() {
          $self.addClass('closed').removeClass('transition');
        });
      }
      else {
        $self.addClass('transition').removeClass('closed');
        $form.show(speed, function() {
          $self.addClass('open').removeClass('transition');
        });
      }
    });
  });     
})(jQuery);

(function($) {

  // This jQuery function is called when the document is ready
  $(function() {
    // Hurry up and hide the comment form, if present.  In most browsers, this 
    //    will be done before the page is fully drawn, so you shouldn't see a flash 
    //    of the form before it disappears.
    $('div.footermore-content').hide();

    // The "Add New Comment" heading will be turned into a toggle to 
    //     open/close the comments
    $('h2.footermore').addClass('closed').bind('click', function() {
      var $self = $(this),
          $form = $self.siblings('div.footermore-content'),
          speed = 250; // speed of animation, change to suit, larger = slower
  
      if ($self.hasClass('open')) {
        $self.addClass('transition').removeClass('open');
        $form.hide(speed, function() {
          $self.addClass('closed').removeClass('transition');
        });
      }
      else {
        $self.addClass('transition').removeClass('closed');
        $form.show(speed, function() {
          $self.addClass('open').removeClass('transition');
        });
      }
    });
  });     
})(jQuery);




;

