var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Tuesday's Local College & High School Results - Modesto Bee
";
arnews[0] += "Stanislaus (9-12, 5-11 CCAA) — Dwight Jones 4, Marcus Lever 1, Frank Monge 2, Jordan Stokes 13, Chad Johnson 6, Matt Ibewiro 10, Enrique Vazquez 8, Myles Green 9, Julian Williams 3, Prince Abidoye 6, Tyler Smith 2. Totals: 30 9-13 64 Chico State ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 07:59:00 GMT";
arnews[0] += "
";
arnews[1]="Carlisle ratchets up drama over mayor’s computers - Journal-News
";
arnews[1] += "Councilman Chad Johnson jumped into the fray, saying he had questions and felt the circumstances were “odd” about the FBI agent’s presence at the meeting. He also expressed concerns about possible legal action against the city. As Chicarelli ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 05:00:00 GMT";
arnews[1] += "
";
arnews[2]="Bonnaroo to feature DMB, Kings of Leon, Wonder - The Sun News
";
arnews[2] += "NASHVILLE, Tenn. -- Bonnaroo (BAHN-ah-ROO) is known for its eclectic lineup. This summer's roster takes it to a new level. Organizers announced Tuesday night a lineup that features the Dave Matthews Band, Kings of Leon, Stevie Wonder and Jay-Z at the ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 03:41:00 GMT";
arnews[2] += "
";
arnews[3]="Making the Leap: NFL's 2009 Rookies To Make Big Impact in 2010 - Bleacherreport.com
";
arnews[3] += "Now that the 2009 season is over and done with it’s time to focus on next season. Every year a new crop of rookies come into the league with the dreams of becoming the next “big thing.” It’s only after their first year when they realize that ...";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 05:00:00 GMT";
arnews[3] += "
";
arnews[4]="Gaborik's knee cut by skate in Rangers practice - The Sun News
";
arnews[4] += "Marian Gaborik had his 10th career hat trick, rookie Chad Johnson made 34 saves for his first NHL win, and the New York Rangers snapped a five-game losing streak with a 3-1 victory over the Colorado Avalanche on Sunday night. The hat trick was ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 23:31:00 GMT";
arnews[4] += "
";
arnews[5]="30 Henrik Lundqvist, G - CBS Sports
";
arnews[5] += "Chad Johnson filled in and played brilliantly, making 34 saves for his first NHL win. It's unclear if Lundqvist, who has a 4.14 goals-against average in losing his last four starts, will be back when the Rangers visit Los Angeles on Tuesday.";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 04:14:00 GMT";
arnews[5] += "
";
arnews[6]="Recycling a first for Ashland - Omaha World-Herald
";
arnews[6] += "Ashland-area residents are getting a chance to go green today as the Platte Valley Sanitation company starts its curbside recycling service. Chad Johnson and his wife, Kim, bought the garbage hauling business in October. He said a curbside recycling ...";
arnews[6] += "
Publ.Date : Thu, 04 Feb 2010 08:49:00 GMT";
arnews[6] += "
";
totcount = 7;
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("