var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Aaron Rodgers Vs. Alex Smith: Silva Week 11 Predictions - Bleacherreport.com
";
arnews[0] += "I will be breaking down every single football game this week. Like on NFL Playbook they break down every single game, that's what I did, and my article is long, so be ready for a show. Last Weeks Record (12-2) My Overall Record (56-26) Let's get ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 03:09:00 GMT";
arnews[0] += "
";
arnews[1]="49ers opponent Q&A: Sports Scribes Green Bay Packers blogger MJ ... - Examiner
";
arnews[1] += "49ers league-leading scoring efficient offense need to capitalize against Packers 49ers prepare to face a sack-prone Aaron Rodgers Alex Smith and Aaron Rodgers: Revisiting the 2005 NFL Draft 49ers playoff hopes still alive through Wild Card As the ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 06:29:00 GMT";
arnews[1] += "
";
arnews[2]="Can Cal stop the Luck of Stanford - News-Democrat
";
arnews[2] += "When Jeff Tedford sets up the digital video, taps \"play\" and starts to watch Stanford quarterback Andrew Luck, I wonder what Cal's coach feels. Admiration, no doubt, as Tedford prepares for Saturday's Big Game. Worry, I'm sure. How will Cal stop Luck ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 07:55:00 GMT";
arnews[2] += "
";
arnews[3]="AARON RODGERS SEEMS ALRIGHT - 93X.COM
";
arnews[3] += "I know we bleed purple and gold here, but every so often a Packer fan does something clever and funny, like this song by The Replicates. And they did get two thing right. The packers will finish 6-10 and their coaches suck";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 07:16:00 GMT";
arnews[3] += "
";
arnews[4]="MATT YOUMANS: Time is now for Eagles after back-to-back losses - Las Vegas Review Journal
";
arnews[4] += "If the Philadelphia Eagles are to emerge as something other than phonies, it's imperative that coach Andy Reid and quarterback Donovan McNabb show some urgency. The lackadaisical approach of the underachieving Eagles is not getting old -- it was old ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 10:04:00 GMT";
arnews[4] += "
";
totcount = 5;
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("