var NBoxs = $('nwsCnt').getElements("p"); var Nmax = NBoxs.length; var Nnow = 2; var Nold = 1; var FN0 = new Fx.Style($('news1'), 'background-color', {duration:500}); FN0.start('ffffff','cccccc'); //* var NewsRotator = ( function(){ new Fx.Style($('news' + Nold), 'background-color', {duration:500}).start('cccccc','ffffff'); new Fx.Style($('news' + Nnow), 'background-color', {duration:500}).start('ffffff','cccccc'); Nold = Nnow; Nnow++; if(Nnow > Nmax) Nnow = 1; } ).periodical(8000); //*/