$(document).ready(function(){var a;var b=5000;var c='off';d();$("#topsecondcol").hover(function(){c='on';},function(){if(c=='hit'){f();}
c='off';})
function d()
{a=setTimeout(function()
{if(c=='off'){f();}else{c="hit";}},b)}
function e()
{clearTimeout(a);}
function f(){first=$("#topsecondcol li").eq(0);firsthtml=first.html();first.slideUp('normal',function(){first.addClass("hide");$("#topsecondcol ul").append(first);$("#topsecondcol li.hide").eq(0).show().removeClass("hide");d();});};});
