var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Well done for East & North Des Moines - 2/9/10
";
arnews[0] += "Samuel Burt of Des Moines, a student at Central Academy and Hoover High School, will be in Washington, D.C., Feb.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 05:00:00 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 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="AHS girls down Dougherty for 6th win in a row
";
arnews[2] += "Albany coach Telly Turner has turned her team as of late, winning six in a row including Saturday night against Dougherty.";
arnews[2] += "
Publ.Date : Sun, 24 Jan 2010 06:38:34 GMT";
arnews[2] += "
";
arnews[3]="Wiley comeback bid falls short to Louisiana
";
arnews[3] += "A lethargic offense to open the second half set Wiley College back and was ultimately too much to overcome Saturday afternoon, spoiling its shot at an upset bid in a 69-53 loss to Louisiana College in a non-conference women's basketball game at Alumni Gymnasium.";
arnews[3] += "
Publ.Date : Sun, 03 Jan 2010 05:33:27 GMT";
arnews[3] += "
";
arnews[4]="Christmas Cheer
";
arnews[4] += "Tiffany Roldan, left, and her friend Sharai Cubcro, both 7, pick out a toy makeup kit.";
arnews[4] += "
Publ.Date : Sat, 26 Dec 2009 04:35:23 GMT";
arnews[4] += "
";
arnews[5]="Benz testimony contradictory
";
arnews[5] += "The voice of Mary Benz - a day care supervisor on trial for child abuse - was heard for the first time Wednesday as the prosecution played recorded interviews in which she repeatedly contradicts testimony and evidence offered earlier in the trial.";
arnews[5] += "
Publ.Date : Thu, 03 Dec 2009 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="Benz testimony contradictory
";
arnews[6] += "The voice of Mary Benz - a day care supervisor on trial for child abuse - was heard for the first time Wednesday as the prosecution played recorded interviews in which she repeatedly contradicts testimony and evidence offered earlier in the trial.";
arnews[6] += "
Publ.Date : Thu, 03 Dec 2009 04:35:00 GMT";
arnews[6] += "
";
totcount = 7;
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("