var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Cards gameday: Rams preview
";
arnews[0] += "The St. Louis Rams are 1-8, but the team is playing hard for first-year coach Steve Spagnuolo.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 01:11:02 GMT";
arnews[0] += "
";
arnews[1]="Too on One : Matt Leinart
";
arnews[1] += "Page Too: It's rivalry week for some schools in college football. What was the USC-UCLA rivalry like? Matt Leinart: That was a game for the city.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 01:10:41 GMT";
arnews[1] += "
";
arnews[2]="Friendship on hold Sunday
";
arnews[2] += "Friendship goes out the window Sunday when the St. Louis Rams' Leonard Little tries to sack his friend, Arizona quarterback Kurt Warner.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 01:10:36 GMT";
arnews[2] += "
";
arnews[3]="Football: Max Wittek is the QB for 2010
";
arnews[3] += "It's hard for me to believe there won't be a better quarterback in Southern California in 2010 than Max Wittek of Santa Ana Mater Dei.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 18:07:17 GMT";
arnews[3] += "
";
arnews[4]="Look for Eagles to blow through Bears in Chicago
";
arnews[4] += "National spotlight. Back in his hometown. What more could Donovan McNabb ask for? Maybe another run for him and his mom with a Campbell's Soup commercial? Or, a stinkin' win.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 04:08:55 GMT";
arnews[4] += "
";
arnews[5]="Good Luck: Stanford freshman might already be the best QB in the nation
";
arnews[5] += "The father, a former NFL quarterback, won't take credit. The coach, a quarterback of 15 NFL seasons, downplays his role.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 16:30:35 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("