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 05:04:38 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]="North Region Preview
"; arnews[2] += "Jedd Gyorko, Jr., West Virginia . OF - Jimmy Parque, Jr., St. John's ; Josh Richmond, Jr., Louisville ; George Springer, So., Connecticut ."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 17:06:44 GMT"; arnews[2] += "
"; arnews[3]="Sheryl Crow to star in 'Cougar Town'?
"; arnews[3] += "Sheryl Crow is set to star in TV show 'Cougar Town,' it has emerged. The singer will be cast alongside actor Josh Hopkins, as his divorced character Grayson's new love interest."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 14:49:16 GMT"; arnews[3] += "
"; arnews[4]="Thomas leading Manual in pool: Junior helped break 3 records Saturday
"; arnews[4] += "For all the elite swimmers that the Manual High School girls' program has produced the past few years, Caroline Thomas may be on her way to becoming the best."; arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT"; arnews[4] += "
"; arnews[5]="Cards end year with strong finish
"; arnews[5] += "An impressive field of swimmers was just too good for Newton on Saturday. The Cardinals placed all three relay teams on the award stand but failed to qualify a single swimmer for the boys state swim meet after taking seventh out of seven teams at the district meet at Summit Middle School."; arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 18:21: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("
");document.write("
");