var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Too on One : Matt Leinart - East Valley Tribune
";
arnews[0] += "Matt Leinart: That was a game for the city. It was always fun. In five years, I never lost to them. PT: Would there be a lot of trash talk during the week? ML: As I got older it was just another football game. I think that’s how a lot of guys saw ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 00:09:00 GMT";
arnews[0] += "
";
arnews[1]="Breaking Through: Will Matt Leinart Ever Be What We Thought? - Bleacherreport.com
";
arnews[1] += "The Arizona Cardinals are sitting pretty good this year with a 6-3 record that puts them atop the NFC West. Kurt Warner has led the Cardinals to the fifth-ranked passing offense with 2,515 passing yards halfway through this 2009 season. Yep ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 23:58:00 GMT";
arnews[1] += "
";
arnews[2]="Football: Max Wittek is the QB for 2010 - Los Angeles Times Blogs
";
arnews[2] += "... Mater Dei quarterbacks Matt Leinart and Matt Barkley , Wittek can run out of the pocket, and combine that with his powerful arm and it's clear he has all the makings of a top college prospect. I also saw some toughness and determination Friday ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 18:25:00 GMT";
arnews[2] += "
";
arnews[3]="Niners Try To Find Road Mojo In Green Bay - Channel 3000
";
arnews[3] += "(Sports Network) - Winning on the road has been a quandary during the last year for the playoff-hopeful San Francisco 49ers. That's exactly where they'll be in three of the next five weeks, however, starting with Sunday's tough bout against the Green ...";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 01:56:00 GMT";
arnews[3] += "
";
arnews[4]="Carlos Perez - Bleacherreport.com
";
arnews[4] += "Eli Manning, Matt Leinart, Tracy McGrady, Paul Pierce, Tim Duncan, Tiger Woods, Christiano Ronaldo, Sydney Crosby, and alot more. Favorite Sports Teams Yankees. The NY Football Giants Knicks. HAHA yeah I'm serious lol. But on the West I'm a spurs fan ...";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 18:34:00 GMT";
arnews[4] += "
";
arnews[5]="Pros vs. Pros: Athletes search out Glazer for training - FOXSports.com
";
arnews[5] += "But on this scorching 100-degree day in Las Vegas in late July, trapped in an MMA gym with no air-conditioning, Arizona Cardinals quarterback Matt Leinart isn't one of those guys. He leans against a wall with his hands on his knees, panting furiously ...";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 18:20: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("