newStatus = new Array();
newStatus[0]="Welcome to the International Association of Machinist and Aerospace Workers District Lodge 37."
newStatus[1]="Don't forget to sign up for our News Letter."
newStatus[2]="Check out our Archived Newsletters and are New Newsletter by Clicking on the Newsletter Icon in the Menu."
newStatus[3]="Please enjoy our site and let us know if you have any questions."
newStatus[4]="You can submit a question from the FAQ page on this site."
newStatus[5]="Thank You and Have a Nice Day."
newStatus[6]="Union Proud         Union Strong         Texas Proud         Texas Strong"

typingSpeed=50;

// Do NOT edit below this line.
aas1=-1;
aas2=0
function autoanimStatus(number) {
if (number!=aas2) {
aas2++;
aas2=number}
text=newStatus[number]
if (aas1<text.length) {
aas1++;
text2=text.substring(0, aas1+1);
window.defaultStatus=text2
autoanimateStatus = setTimeout('autoanimStatus(aas2)', typingSpeed);}
else {clearInterval(autoanimateStatus);setTimeout('autoanimStatus((aas2+1)%newStatus.length)', 5000);aas1=-1;}};
autoanimStatus(aas2);