tracker=new Class({initialize:function(){this.counter=-1;this.line=1},inc:function(){this.counter=this.counter+1},reset:function(){this.counter=-1;this.line++;if(this.line>7){this.line=1}}});var newsTracker=new tracker();function typeNews(B){var A=new Array();A[1]="October 18: Please visit the Free Zulu stand at this year's Anarchist Bookfair at...  ";A[2]="...Queen Mary College in London's East End where Zulu memorabilia will be for sale.    ";A[3]="October: Angola 3's, Robert King releases his autobiography 'From the Bottom of the Heap' this month, published by PM Press.      ";A[4]="September 27: The Luis Ramirez Story is screening at the Critical Resistance CR: 10 Film Festival in Oakland, California.     ";A[5]="September 26: Exciting news! A federal judge has overturned the conviction of Albert Woodfox of the Angola 3!     ";A[6]="September: A new Zulu London MySpace page has gone live! Add your voice to the campaign at www.myspace.com/407509561.       ";A[7]="September 10: Punkvert film '402' wins the Audience Award at the 2008 Portobello Film Festival. (click for more)     ";B.inc();if(B.counter>A[B.line].length){B.reset();this.setText("");var C=new Fx.Slide("ticker",{mode:"horizontal"});C.hide();C.slideIn()}this.appendText(A[B.line].charAt(B.counter))}window.addEvent("domready",function(){var C=new Fx.Slide("ticker",{mode:"horizontal"});$("news");var B=document.getElementById("news");C.hide();C.slideIn();typeNews.periodical(150,B,newsTracker);var A=new Fx.Slide("slideshow",{mode:"horizontal"});$("slideshow");flick.periodical(2000,A,whatnext);$("contactfreezulu").addEvent("submit",function(E){new Event(E).stop();var D=$("log_res").empty().addClass("ajax-loading");this.send({update:D,onComplete:function(){D.removeClass("ajax-loading")}})})});