var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Prep roundup: Fairhope boys soccer holds off St. Paul's
";
arnews[0] += "Visiting Fairhope built a 3-0 lead, then saw it nearly disappear as host St. Paul's scored twice in the final 5:27 to close the gap in a 3-2 Pirates victory on a cold, wet Tuesday night.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 10:05:13 GMT";
arnews[0] += "
";
arnews[1]="Well done for East & North Des Moines - 2/9/10
";
arnews[1] += "Samuel Burt of Des Moines, a student at Central Academy and Hoover High School, will be in Washington, D.C., Feb.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 05:00:00 GMT";
arnews[1] += "
";
arnews[2]="Obituaries: Feb. 7, 2010
";
arnews[2] += "Jerry D. Boone, 86, a lifelong resident of Prattville, died peacefully on Wednesday, Feb.";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 10:30:23 GMT";
arnews[2] += "
";
arnews[3]="High school highlights: Wednesday, February 3
";
arnews[3] += "Charles Correa scored 9 of his 14 points in overtime, making 7 of 10 from the foul line to give the St.";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 04:30:38 GMT";
arnews[3] += "
";
arnews[4]="Iraq snapshot
";
arnews[4] += "Friday, January 22, 2009. Chaos and violence continue, drama at the Iraq Inquiry, Joe Biden is in Iraq, and more.";
arnews[4] += "
Publ.Date : Thu, 22 Jan 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="MCHS Honor Roll for 2nd Nine Weeks
";
arnews[5] += "Comments are the sole responsibility of the person posting them and are not generated or endorsed by The Leaf-Chronicle. We ask you to follow these guidelines: Be civil and avoid name calling; stay on-topic; and don't post profanity or sexually explicit comments.";
arnews[5] += "
Publ.Date : Tue, 19 Jan 2010 20:48:30 GMT";
arnews[5] += "
";
totcount = 6;
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("