var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="TV's Best Bets
"; arnews[0] += "American Idol and Past Life, 8 and 9:01 p.m., Fox. The 'Idol' Hollywood phase finally stars, with Ellen DeGeneres as a judge."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="High school roundup: Dover earns its top-5 finish
"; arnews[1] += "It was mission accomplished for the Dover High School boys indoor track and field team Sunday during the Class L championship at Dartmouth College."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 07:14:04 GMT"; arnews[1] += "
"; arnews[2]="Outlaw Biology
"; arnews[2] += "Outlaw Biology was a DIY biology symposium held January 29-30 at UCLA. Here's a list of workshops that may or may not have occurred: 1. Bioweathermap, Jason Bobe."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 02:50:26 GMT"; arnews[2] += "
"; arnews[3]="JA Children's Benefit Ball court announced
"; arnews[3] += "The Junior Auxiliary of Cleveland will hold its annual Children's Benefit Ball at 6:30 p.m. on Feb."; arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 06:15:54 GMT"; arnews[3] += "
"; arnews[4]="'It will be hockey the way many... remember it'
"; arnews[4] += "OUTDOOR HOCKEY IS enjoying a resurgence, and New Hampshire is jumping in with both skates."; arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 11:52:26 GMT"; arnews[4] += "
"; arnews[5]="Volleyball players sign with colleges
"; arnews[5] += "Sisters Jamie and Jessica Hall of Faith Academy and McGill-Toolen's Meredith Donald signed to play volleyball for Spring Hill College Wednesday."; arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 07:15: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("
");