var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Browns coach Mangini doubts Lions injuries (AFP/Getty Images/Joe Robbins)
";
arnews[0] += "Browns coach Mangini doubts Lions injuries (AFP/Getty Images/Joe Robbins) -";
arnews[0] += "
";
arnews[1]="Mădălin Oprea: Detroit Lions' Matt Stafford theme song: Jay-Z's 'Run This Town' or Tom ... - The Ann Arbor News - MLive.com
";
arnews[1] += "Detroit Lions' Matt Stafford theme song: Jay-Z's 'Run This Town' or Tom ... - The Ann Arbor News - MLive.com -";
arnews[1] += "
";
arnews[2]="Paul Steinbrueck: Can someone explain to me how Matt Millen can be a credible analyst for ESPN after a 31-97 record as president of the Detroit Lions?
";
arnews[2] += "Can someone explain to me how Matt Millen can be a credible analyst for ESPN after a 31-97 record as president of the Detroit Lions?";
arnews[2] += "
";
arnews[3]="telluride: CB Bell added as insurance: ... of need was cornerback heading into the Detroit Lions game Thanksgiving Day, the Gr... http://bit.ly/4qRaok
";
arnews[3] += "CB Bell added as insurance: ... of need was cornerback heading into the Detroit Lions game Thanksgiving Day, the Gr...";
arnews[3] += "
";
arnews[4]="Feed Stock: Fatheads makes NFL network busy even as Stafford makes a massive comeback for the Detroit Lions http://advantages.us/?51M_FkWa
";
arnews[4] += "Fatheads makes NFL network busy even as Stafford makes a massive comeback for the Detroit Lions";
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("