var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Vicki Berry: "Never let the fear of striking out get in your way." George Herman Babe Ruth
";
arnews[0] += "\"Never let the fear of striking out get in your way.\" George Herman Babe Ruth";
arnews[0] += "
";
arnews[1]="Barbara P Duke: "Don't let the fear of striking out hold you back." - Babe Ruth #quote
";
arnews[1] += "\"Don't let the fear of striking out hold you back.\" - Babe Ruth";
arnews[1] += "
";
arnews[2]="Anthony M Fraser: Anthony Baseball Season must be around the corner. I have a BOD meeting tonight for Buchanan Babe Ruth. I am kind of excited about the upcoming Baseball Season. I really enjoy coaching Youth Baseball.
";
arnews[2] += "Baseball Season must be around the corner. I have a BOD meeting tonight for Buchanan Babe Ruth. I am kind of excited about the upcoming Baseball Season. I really enjoy coaching Youth Baseball.";
arnews[2] += "
";
arnews[3]="Arun charles: "It's hard to beat a person who never gives up." ~ Babe Ruth
";
arnews[3] += "\"It's hard to beat a person who never gives up.\" ~ Babe Ruth";
arnews[3] += "
";
arnews[4]="Vicki Berry: "Never let the fear of striking out get in your way." George Herman Babe Ruth
";
arnews[4] += "\"Never let the fear of striking out get in your way.\" George Herman Babe Ruth";
arnews[4] += "
";
totcount = 5;
if (rnd) {
for (x=0;x<=100;x++) {
y=Math.round(Math.random()*totcount-0.5);
z=x%totcount;
tval=arnews[y];
arnews[y] = arnews[z];
arnews[z] = tval;
}
}
for (x=0;x<=(totcount-1);x++) {
document.write(arnews[x]);
if (x != (totcount-1) ) document.write("
"); }
document.write("