var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Prep basketball roundup
";
arnews[0] += "Richlands outscored Virginia High in every quarter to coast to a 77-33 non-district boys basketball win on Tuesday night.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 06:49:41 GMT";
arnews[0] += "
";
arnews[1]="Tuesday Basketball
";
arnews[1] += "HIGH SCHOOL BOYS... POWELL VALLEY 54, POUND 41 BIG STONE GAP - The Vikings clinched at least a tie for the Lonesome Pine District regular-season championship with the win.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 04:33:39 GMT";
arnews[1] += "
";
arnews[2]="Well done for Urbandale, 2/9/10
";
arnews[2] += "Alexandra Garland of Johnston was named to the chancellor's list at Chapman University in Orange, Calif.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 05:00:00 GMT";
arnews[2] += "
";
arnews[3]="College hoops roundup: U-M women win
";
arnews[3] += "Michigan's women's basketball team defeated Minnesota, 74-40, Sunday at Crisler Arena in Ann Arbor.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 02:06:43 GMT";
arnews[3] += "
";
arnews[4]="Kids compete in Lego League Expo
";
arnews[4] += "Kids compete in Lego League Expo By TOM EVANS Times Staff Writer STAMFORD -- The 33 projects at the third annual Junior FIRST LEGO League Exposition all dealt with transportation, even if there was little room to move around the packed cafeteria at the Academy of Information Technology and Engineering on Sunday morning.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 20:59:51 GMT";
arnews[4] += "
";
arnews[5]="Buckeyes keep pace in race for the Big Ten title
";
arnews[5] += "Evan Turner stayed up late Saturday night, watching Michigan State lose to turn the Big Ten race into a free-for all.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 13:42:33 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("