var arnews = new Array(8);
totcount = 8;
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]="College: Track - Bethel, Goshen school records fall
";
arnews[2] += "School indoor track and field records fell for both Bethel and Goshen at the Taylor Indoor Invitational Saturday.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 05:36:58 GMT";
arnews[2] += "
";
arnews[3]="Roseville's Brausen tops Ms. Hockey list
";
arnews[3] += "Roseville's Bethany Brausen, the reigning Pioneer Press player of the year and the leader of the top-ranked Raiders, is one of 10 finalists selected for the 2010 Minnesota Ms.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 05:16:58 GMT";
arnews[3] += "
";
arnews[4]="Splinterheads DVD Review
";
arnews[4] += "If you've pretty much declared enough with grossout comedy already and have soured on its crude extremes, there's plenty of sweet offbeat humor to be had in the surprising and delightful little indie that could, Splinterheads.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 00:37:59 GMT";
arnews[4] += "
";
arnews[5]="England women sparkle at Esher
";
arnews[5] += "England Women opened their RBS Six Nations Championship campaign with a 31-0 victory over Wales at Esher RFC on Saturday.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 16:52:59 GMT";
arnews[5] += "
";
arnews[6]="Joe Jonas Out, 90210 Star In on Brothers & Sisters
";
arnews[6] += "You can't blame the Powers That Be over at Brothers & Sisters . They really did cast Joe Jonas as a young Balthazar Getty , but damn those JoBros are a busy bunch! Due to scheduling conflicts the pop superstar will no longer be the filling Tommy's shoes, but my sources confirm what our frenemy over at EW has reported: that Make It or Break It 's ...";
arnews[6] += "
Publ.Date : Mon, 08 Feb 2010 16:50:22 GMT";
arnews[6] += "
";
arnews[7]="Playing to expectations
";
arnews[7] += "The faces have changed, but the results are still the same for the Ottawa Fury. When Canada's national women's soccer team stripped the Fury of some of its top players over the winter, the club -- perennial participants in the United Soccer Leagues W-League final-four tournament -- could have taken a step back to rebuild.";
arnews[7] += "
Publ.Date : Sun, 15 Jul 2007 07:00:00 GMT";
arnews[7] += "
";
totcount = 8;
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("