var arnews = new Array(6);
totcount = 6;
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]="Seven Kingdoms Reigns
";
arnews[2] += "ORLANDO'S MUSICAL GENUIS: Their new album, available on their Web site. Last semester, The Sandspur was able to include an interview and a reflection on the listening party of the brand new album by Orlando epic metal band Seven Kingdoms and noted the advancements in the music after their lineup changes.";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 05:00:00 GMT";
arnews[2] += "
";
arnews[3]="COURTS: 30-year sentence for armed robbery attempt
";
arnews[3] += "Quinton Lee Woods, 21, of Live Oak was sentenced to 30 years in prison by Judge Paul Bryan in a Suwannee County courtroom Thursday.";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="30-year sentence for armed robbery attempt
";
arnews[4] += "Quinton Lee Woods, 21, of Live Oak was sentenced to 30 years in prison by Judge Paul Bryan in a Suwannee County courtroom Thursday.";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 21:40:55 GMT";
arnews[4] += "
";
arnews[5]="Perfect execution: Lakewood pulls out victory at Utica
";
arnews[5] += "During its five-game winning streak, Utica had been involved in several close games, and the key was executing at crunch time.";
arnews[5] += "
Publ.Date : Tue, 02 Feb 2010 11:45:00 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("