var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Jim Groom: @cribchronicles Ahhh, looks like @davecormier also shares a b-day with my special lady friend, as well as Donovan McNabb 11/22=cool
";
arnews[0] += "@";
arnews[0] += "
";
arnews[1]="GridironFans: [Eagles] Eagles QB Donovan McNabb Consoles Bears QB Jay Cutler
";
arnews[1] += "[Eagles] Eagles QB Donovan McNabb Consoles Bears QB Jay Cutler -";
arnews[1] += "
";
arnews[2]="Adrian Fred: McNabb-Cutler Talk Draws Scrutiny for McNabb
";
arnews[2] += "McNabb-Cutler Talk Draws Scrutiny for McNabb -";
arnews[2] += "
";
arnews[3]="BountyBowl: Link: I don't see anything wrong with talking to opponents after the game but Donovan McNabb and Jay Cutler's long ... http://bit.ly/6e3WZk
";
arnews[3] += "Link: I don't see anything wrong with talking to opponents after the game but Donovan McNabb and Jay Cutler's long ...";
arnews[3] += "
";
arnews[4]="Eagles vs Bears: The Grades - Philly2Philly.com
";
arnews[4] += "Eagles vs Bears: The Grades - Philly2Philly.com -";
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("