$(document).ready(function(){

   $(window).load(function(){
      $("#news").hide('slow');
   });

   $("a.shownews").toggle(function(){
     $("#news").animate({ height: 'show', opacity: 'show' }, 'slow');
   },function(){
     $("#news").animate({ height: 'hide', opacity: 'hide' }, 'slow');
   });
});

$(document).ready(function(){

   $(window).load(function(){
      $("#newsCurrent").show('slow');
   });

   $("a.shownewsCurrent").toggle(function(){
     $("#newsCurrent").animate({ height: 'show', opacity: 'show' }, 'slow');
   },function(){
     $("#newsCurrent").animate({ height: 'hide', opacity: 'hide' }, 'slow');
   });
});

$(document).ready(function(){

   $(window).load(function(){
      $("#news12").hide('slow');
   });

   $("a.shownews12").toggle(function(){
     $("#news12").animate({ height: 'show', opacity: 'show' }, 'slow');
   },function(){
     $("#news12").animate({ height: 'hide', opacity: 'hide' }, 'slow');
   });
});

$(document).ready(function(){

   $(window).load(function(){
      $("#news11").hide('slow');
   });

   $("a.shownews11").toggle(function(){
     $("#news11").animate({ height: 'show', opacity: 'show' }, 'slow');
   },function(){
     $("#news11").animate({ height: 'hide', opacity: 'hide' }, 'slow');
   });
});

$(document).ready(function(){

   $(window).load(function(){
      $("#news10").hide('slow');
   });

   $("a.shownews10").toggle(function(){
     $("#news10").animate({ height: 'show', opacity: 'show' }, 'slow');
   },function(){
     $("#news10").animate({ height: 'hide', opacity: 'hide' }, 'slow');
   });
});

$(document).ready(function(){

   $(window).load(function(){
      $("#news9").hide('slow');
   });

   $("a.shownews9").toggle(function(){
     $("#news9").animate({ height: 'show', opacity: 'show' }, 'slow');
   },function(){
     $("#news9").animate({ height: 'hide', opacity: 'hide' }, 'slow');
   });
});

$(document).ready(function(){

   $(window).load(function(){
      $("#news8").hide('slow');
   });

   $("a.shownews8").toggle(function(){
     $("#news8").animate({ height: 'show', opacity: 'show' }, 'slow');
   },function(){
     $("#news8").animate({ height: 'hide', opacity: 'hide' }, 'slow');
   });
});

$(document).ready(function(){

   $(window).load(function(){
      $("#news7").hide('slow');
   });

   $("a.shownews7").toggle(function(){
     $("#news7").animate({ height: 'show', opacity: 'show' }, 'slow');
   },function(){
     $("#news7").animate({ height: 'hide', opacity: 'hide' }, 'slow');
   });
});

$(document).ready(function(){

   $(window).load(function(){
      $("#news6").hide('slow');
   });

   $("a.shownews6").toggle(function(){
     $("#news6").animate({ height: 'show', opacity: 'show' }, 'slow');
   },function(){
     $("#news6").animate({ height: 'hide', opacity: 'hide' }, 'slow');
   });
});

$(document).ready(function(){

   $(window).load(function(){
      $("#news5").hide('slow');
   });

   $("a.shownews5").toggle(function(){
     $("#news5").animate({ height: 'show', opacity: 'show' }, 'slow');
   },function(){
     $("#news5").animate({ height: 'hide', opacity: 'hide' }, 'slow');
   });
});

$(document).ready(function(){

   $(window).load(function(){
      $("#news4").hide('slow');
   });

   $("a.shownews4").toggle(function(){
     $("#news4").animate({ height: 'show', opacity: 'show' }, 'slow');
   },function(){
     $("#news4").animate({ height: 'hide', opacity: 'hide' }, 'slow');
   });
});

$(document).ready(function(){

   $(window).load(function(){
      $("#news3").hide('slow');
   });

   $("a.shownews3").toggle(function(){
     $("#news3").animate({ height: 'show', opacity: 'show' }, 'slow');
   },function(){
     $("#news3").animate({ height: 'hide', opacity: 'hide' }, 'slow');
   });
});

$(document).ready(function(){

   $(window).load(function(){
      $("#news2").hide('slow');
   });

   $("a.shownews2").toggle(function(){
     $("#news2").animate({ height: 'show', opacity: 'show' }, 'slow');
   },function(){
     $("#news2").animate({ height: 'hide', opacity: 'hide' }, 'slow');
   });
});

$(document).ready(function(){

   $(window).load(function(){
      $("#news1").hide('slow');
   });

   $("a.shownews1").toggle(function(){
     $("#news1").animate({ height: 'show', opacity: 'show' }, 'slow');
   },function(){
     $("#news1").animate({ height: 'hide', opacity: 'hide' }, 'slow');
   });
});
  