var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="2010 Husky Softball Season Preview
";
arnews[0] += "UW opens play this weekend looking to show they're just as talented as - if not more than - the 2009 team Feb.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 05:06:58 GMT";
arnews[0] += "
";
arnews[1]="Women looking toward playoffs
";
arnews[1] += "The women wrap up their regular seasons Friday with the final district games. Timberview has wrapped up the District 8-4A title, and Summit and Mansfield continue to battle in the tough District 4-5A. Friday games Summit 84, Arlington 17 : It wasn't even a contest Friday night, as the defending Class 5A champions rolled over District 4-5A opponent ...";
arnews[1] += "
Publ.Date : Tue, 02 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Lady Bears take win
";
arnews[2] += "It didn't take long for the Tellico Lady Bears to assure themselves of their 18th win of the season as they raced out to a 19-6 lead after one quarter and never looked back en route to a 68-39 over the Sequoyah Lady Chiefs.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 15:17:56 GMT";
arnews[2] += "
";
arnews[3]="Well done for East & North Des Moines - 2/9/10
";
arnews[3] += "Samuel Burt of Des Moines, a student at Central Academy and Hoover High School, will be in Washington, D.C., Feb.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 05:00:00 GMT";
arnews[3] += "
";
arnews[4]="Clay Buchholz
";
arnews[4] += "Wonder if host - and ex-Hub TV and radio guy - Tom Bergeron remembers her from back in the day .";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 06:53:54 GMT";
arnews[4] += "
";
arnews[5]="Local colleges: UC men cruise past Methodist
";
arnews[5] += "Charleston shot a scorching 59 percent from the field and forced 21 turnovers as the Golden Eagles took a 100-70 men's basketball win over Methodist Monday night at Eddie King Gym.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 05:31:31 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("