﻿var loop_through=[],loop_index=0,secs=8E3,NewsTimer;window.addEvent("domready",function(){loop_through=$$(".News");NewsTimer=mySwitch.periodical(secs);$$(".fade_this").each(function(a,b,c){a.setStyle("display","none");a.fade("out");c[0].setStyle("display","block")})});
var mySwitch=function(){var a=loop_through[loop_index];loop_index=(loop_index+1)%loop_through.length;show(a,loop_through[loop_index])},show=function(a,b){a.set("tween",{onComplete:function(){a.setStyle("display","none");b.setStyle("display","block");a.set("tween",{onComplete:Class.empty});b.fade("in")},duration:"long"});a.fade("out")};function CambiaNews(a,b){$clear(NewsTimer);$(a).setStyle("display","none");loop_through[b].setStyle("display","block");NewsTimer=mySwitch.periodical(secs)};
