// ******** Status Bar Javascript Magic by Likno 1.0 **********

function text_start() {clearInterval(text.sttm);text_init();if (arguments.length>0) text_init2(arguments[0]);text.sttm=setInterval ("doEffect('text')",10);}

function text_stop() {clearInterval(text.sttm);window.status="";}



text_init();

function text_init() {text={stel:0,stft:"",stec:1,stcel:1,stce:-1,stcl:-1,stls:-1,stcs:0,sttg:0,stea:["0",10,20,1],stwa0:["Next"," MPO"," Meeting"," is"," Sept"," 24th,"," 2pm"," at"," the"," County"," Courthouse"," Rm"," 204"]};}

function text_init2 (en) {text.stea=[text.stea[(en-1)*4],text.stea[(en-1)*4+1],text.stea[(en-1)*4+2],text.stea[(en-1)*4+3]];text.stec=1;text.stel=0;}

function doEffect(es) {var s=eval(es);if (s.stce==s.stec) {if (s.stcel==s.stel) {clearInterval(s.sttm);window.status=s.stft;return;} else {if (s.stel>0) s.stcel++;s.stce=-1;s.stcl=s.stls;}}if (s.stcl==s.stls) {s.stce++;s.sttx=s.stea[s.stce*4];s.sttp=s.stea[s.stce*4+1];s.stsd=s.stea[s.stce*4+2];s.stls=s.stea[s.stce*4+3];s.stcl=0;s.stsp=1;s.sttg=0;}if (21-s.stsd-s.sttg==0) {var stres=eval("stEffect"+s.sttp+"(s.sttx,s.stsp++,es);");s.sttg=0;if (stres!="") window.status=stres;else {s.stcl++;s.stsp=1;}}s.sttg++;}

function stEffect10(text,step,es){var wa=eval(es+".stwa"+text);for (var i=0,text=""; i<wa.length; i++) text+=wa[i];var n=text.length+20,i=0,w=0,s2=step,j=0;while (i+n<step) {i+=n;s2-=n;w++;n-=wa[j++].length;}if (w>=wa.length) return "";for (i=(n-s2),s=""; i>0; i--,s+=" ");for (i=0,s1=""; i<w; i++) s1+=wa[i];return s1+s+wa[w];}

text_start();