var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="High school football: Associated Press all-district teams - News-Herald.com
";
arnews[0] += "OFFENSE: Quarterback—Mark Myers, St. Ignatius, 6-foot-5, 225 pounds, Sr. Backs—Bobby Grebenc, St. Ignatius, 5-11, 195, Jr.; Mike Korecz, Mentor, 5-11, 195, Jr.; Devon McGowan, Euclid, 5-11, 190, Sr. Linemen—Chris Chapek, St. Ignatius, 6-2, 252 ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 05:03:00 GMT";
arnews[0] += "
";
arnews[1]="The Final Chapter: 2008 and 2009 Chicago Cubs - Bleacherreport.com
";
arnews[1] += "First, Mark Prior's career in Chicago, which had started with such great promise, finally came to an infuriating end when he signed with the Padres. Here's an honest question: If Mark Prior has a Dusty Baker voodoo doll, would anyone be surprised?";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 17:30:00 GMT";
arnews[1] += "
";
arnews[2]="Northeast Lakes All-District Football teams, 1st Add - Journal-News
";
arnews[2] += "DEFENSE: Linemen_Connor Clegg, Chagrin Falls, 6-5, 225, Sr.; Scott Campbell, Chagrin Falls, 5-11, 200, Sr.; David Wallie, Perry, 6-0, 185, Sr.; Chad West, Perry, 6-5, 215, Jr. Linebackers_Bobby Winkelman, Chagrin Falls, 6-1, 210, Sr.; David Powers ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 23:35:00 GMT";
arnews[2] += "
";
arnews[3]="Best of 2000s: Starting pitchers are a who’s who - Collegebaseball.rivals.com
";
arnews[3] += "The top five includes San Diego State’s Stephen Strasburg, Southern California’s Mark Prior, Washington’s Tim Lincecum, Long Beach State’s Jered Weaver and Vanderbilt’s David Price. Strasburg is considered by some to be the best college ...";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 05:58:00 GMT";
arnews[3] += "
";
arnews[4]="Nats have to avoid temptation with Strasburg - FOXSports.com
";
arnews[4] += "Right-hander Stephen Strasburg finds himself under baseball's microscope. Here's hoping the Washington Nationals have patience in the development for the phenom out of San Diego State, the No. 1 pick in the June draft. The public, certainly, is ...";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 02:30:00 GMT";
arnews[4] += "
";
arnews[5]="Hope Is Here, or Is It?: The 2004-2009 Chicago Cubs (Part 2) - Bleacherreport.com
";
arnews[5] += "Salvador, using his chainsaw to cut through the tendons in Mark Prior's right arm. Then came 2006.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 15:51: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("