File: /home/sinanpasha/ru.sinanpasha.org/wp-content/themes/sinanpasa/js/awNotices.min.js
function awNotice(){if(!$(".awNotices").hasClass("stopped")){var a=$(".awNotices a.active"),s=a.next("a");s.length?(s.addClass("active"),a.removeClass("active")):(a.removeClass("active"),$(".awNotices a:first-of-type").addClass("active"))}}function awNotices(a){setInterval("awNotice()",a)}$(".awNotices").append('<span class="controller fa fa-pause"></span>'),$(".awNotices a:nth-of-type(1)").addClass("active"),$(".awNotices .controller").click(function(){$(this).toggleClass("fa-pause fa-play"),$(".awNotices").toggleClass("stopped")});