$(function(){$("#news").ticker(6000);$("#swap1").swap(4500);$("#swap2").swap(5000)});(function(a){a.fn.ticker=function(c){var e=0;var d=a(this.selector).remove();var f=a("#ticker");var b=a(d).children().length;a(f).append(a(d).children().eq(0).children().clone()).show();setInterval(function(){a(f).children().remove();a(f).append(a(d).children().eq(++e%b).children().clone()).show()},6000)}})(jQuery);(function(a){a.fn.swap=function(c){var e=0;var f=a(this.selector).children().length;var b=a(this).selector;var d=c;setInterval(function(){a(b).children().eq(e%f).hide();a(b).children().eq(++e%f).show()},d)}})(jQuery);