var currentNewsHL,interval,myTimer,currentIndex=-1;
function showNewsHL(a){if(a<jQuery(".newsTicker li").length){var b=jQuery(".newsTicker li")[a];if(currentNewsHL)if(currentNewsHL!=b){jQuery(currentNewsHL).css("z-index",2);clearTimeout(myTimer);jQuery(currentNewsHL).fadeOut(500,function(){myTimer=setTimeout(function(){var c=jQuery(".newsTicker li").length;showNewsHL(currentIndex<c-1?currentIndex+1:0)},6E3);jQuery(this).fadeIn("slow").css({display:"none","z-index":1})})}setTimeout(function(){jQuery(b).fadeIn(500,function(){jQuery(this).css({display:"block",
opacity:1})})},510);currentNewsHL=b;currentIndex=a}}function showNext(){var a=jQuery(".newsTicker li").length;showNewsHL(currentIndex<a-1?currentIndex+1:0)}jQuery(function(){myTimer=setTimeout(function(){var a=jQuery(".newsTicker li").length;showNewsHL(currentIndex<a-1?currentIndex+1:0)},3E3);showNext()});

