(function($){$.fn.dwdinanews=function(opt){var opciones={retardo:2000,tiempoAnimacion:500,funcionAnimacion:''}
jQuery.extend(opciones,opt);this.each(function(){var listaNovedades=$(this).children("ul");var elementosLista=listaNovedades.children("li");var elementoActual=0;$.timer(opciones.retardo,function(timer){elementoActual=(elementoActual+1)%elementosLista.length;listaNovedades.animate({top:"-"+$(elementosLista[elementoActual]).position().top+"px"},opciones.tiempoAnimacion,opciones.funcionAnimacion)});});return this;};})(jQuery);
