try{var buzzTemplate_57083="{if LoadScript(NGBaseUrl + \"NGScripts/jquery/v1.1/jquery.pack.js\", \"window.jQuery != null\") &&\n\tLoadScript(NGBaseUrl + \"NGScripts/BuzzTemplates/buzzFooter.js\", \"window.returnBuzzFooter != null\")}\n{eval}\njQuery.noConflict();\n{/eval}\n{var waitTime = 5}\n\n{var goodPosts = []}\n{for Post in Data}\n\t{if Post.FeedName && Post.FeedName.length > 0 && Post.Title && Post.Title.length > 0 && Post.HtmlUrl && Post.HtmlUrl.length > 0}\n\t\t{eval}\n\t\t\tPost.FeedName = _MODIFIERS.excerpt(Post.FeedName, 20).replace(/\\W+$/, \"\");\n\t\t\tgoodPosts.push(Post)\n\t\t{/eval}\n\t{/if}\n{/for}\n\n{var pagingContainerId = \"ng_pagingContainer_\" + BuzzId + \"_\" + Math.floor(Math.random()*100000)}\n{eval}\nwindow[pagingContainerId] = new NGNewsBar(pagingContainerId, goodPosts.length);\nAddPostRenderCallback(function(){\n\twindow[pagingContainerId].startTimer(waitTime);\n});\n{/eval}\n
\n\t
\n\t\t{for Post in goodPosts}\n\t\t\t
\n\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t${Post.Title|excerpt:80,\"...\"}\t\n\t\t\t\t\n\t\t\t
\n\t\t{forelse}\n\t\t\tNo posts found.\n\t\t{/for}\n\t
\n
\n{/if}\n";}catch(e){}(function (){
if(!window.ng || !window.ng.buzz){
document.write('');
}
document.write('');
var s = function(s2){
try{
if(typeof ng != "undefined" && typeof ng.buzz != "undefined" && ng.buzz.Buzzlet){
(new ng.buzz.Buzzlet(57083,"E3C6366998754EED8D275DBD2D7ECDC6","buzzTemplate_57083","buzzTgt_57083_567346789",'http://nmp.newsgator.com/NGBuzz/','http://services.newsgator.com/redirect/attn.ashx?uid={0}&fid={1}&pid={2}&t={4}&u={3}',0,{packedJS:true}, 'MEDIA', {ngAcct:'UA-130916-2'}, {childTrackingId:'b66ee11d-bd3c-433b-8103-6f3a15c10e8d',myTrackingId:null,parentTrackingId:null})).render();
} else {
setTimeout(function(){
s2(s2);
}, 50);
}
} catch(e){
}
};
s(s);
})();function NGNewsBar(containerId, totalPosts){
this.containerId = containerId;
this.currPostIdx = 0;
this.totalPosts = totalPosts;
this.timerHandle = null;
this.startTimer = function(delay){
var _this = this;
this.timerHandle = setInterval(function(){
_this.nextPost();
}, delay * 1000);
}
this.stopTimer = function(){
if(this.timerHandle){
clearInterval(this.timerHandle);
this.timerHandle = null;
}
}
this.nextPost = function(){
var nextPostIdx = (this.currPostIdx + 1 >= this.totalPosts ? 0 : this.currPostIdx + 1);
var currPostNode = jQuery("#" + this.containerId + " .ng_post_" + this.currPostIdx);
var nextPostNode = jQuery("#" + this.containerId + " .ng_post_" + nextPostIdx);
nextPostNode.css("display", "none");
var _this = this;
var showNext = function(){
nextPostNode.fadeIn("normal");
_this.currPostIdx = nextPostIdx;
}
if(currPostNode){
jQuery(currPostNode).fadeOut("normal", showNext);
} else {
showNext();
}
}
}try{window.ngbuzzScriptsLoaded = window.ngbuzzScriptsLoaded || {}; window.ngbuzzScriptsLoaded['57083'] = true; ng.buzz.scriptsLoaded['57083']=true;}catch(e){}