/* * @author Nicholas Korobko 
* Copyright (c) 2007 Nikolay Korobko 
* Dual licensed under the MIT (MIT-LICENSE.txt) 
* and GPL (GPL-LICENSE.txt) licenses. 
* 
* $Date: 2007-09-02 16:18:05 -0400 (Thu, 2 Sep 2007) $ */

function toShow10()
{
  $("#news3").slideUp("slow");
  $("#news10").slideDown("slow");
}
function toShow3()
{
  $("#news10").slideUp("slow");
  $("#news3").slideDown("slow");
}