(function(b){function e(a){if(a.firstRun==1)currentLength=a.currentLength,currentItem=a.currentItem,a.firstRun=0;currentItem==a.newsItemCounter+1&&(currentItem=0);currentLength==0&&(a.newsLinks[currentItem].length>0?b(a.newsList).empty().append('<li><a target="_blank" href="'+a.newsLinks[currentItem]+'"></a></li>'):b(a.newsList).empty().append("<li></li>"));placeHolder=currentLength%2==0?a.placeHolder1:a.placeHolder2;if(currentLength<=a.newsItems[currentItem].length+1){var c=a.newsItems[currentItem].substring(0,
currentLength);a.newsLinks[currentItem].length>0?b(a.newsList+" li a").text(c+placeHolder):b(a.newsList+" li").text(c+placeHolder);currentLength++;setTimeout(function(){e(a);a=null},a.tickerRate)}else a.newsLinks[currentItem].length>0?b(a.newsList+" li a").text(a.newsItems[currentItem]):b(a.newsList+" li").text(a.newsItems[currentItem]),currentLength=0,currentItem++,setTimeout(function(){e(a);a=null},a.loopDelay)}b.fn.extend({newsTicker:function(a){var a=jQuery.extend({newsList:"#news",tickerRate:80,
startDelay:100,loopDelay:3E3,placeHolder1:" |",placeHolder2:"_"},a),c=[],f=[],d=0;b(a.newsList+" li").each(function(){b(this).children("a").length?(c[d]=b(this).children("a").text(),f[d]=b(this).children("a").attr("href")):(c[d]=b(this).text(),f[d]="");d++});a=jQuery.extend(a,{newsItems:c,newsLinks:f,newsItemCounter:d-1,currentItem:0,currentLength:0,firstRun:1});setTimeout(function(){e(a);a=null},a.startDelay);b("#newsticker").css("display","block")}})})(jQuery);

