var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Playoff prospects will dim for Giants-Falcons loser
";
arnews[0] += "Quarterback Matt Ryan #2 of the Atlanta Falcons drops back to pass against the St.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 19:42:23 GMT";
arnews[0] += "
";
arnews[1]="Coleman hopes for big return to the Big Apple
";
arnews[1] += "Falcons strong safety Erik Coleman hopes to make a triumphant return to New York on Sunday, the place where he started his NFL career with the New York Jets.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 21:58:09 GMT";
arnews[1] += "
";
arnews[2]="5 keys for Falcons against Giants
";
arnews[2] += "The Falcons were 3-1 before slipping to 5-4. The Giants opened 5-0 before dropping four consecutive.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 21:57:49 GMT";
arnews[2] += "
";
arnews[3]="Playoff prospects will dim for Giants-Falcons loser
";
arnews[3] += "While the New York Giants and Atlanta Falcons aren't likely viewing their upcoming matchup as a virtual elimination game, the loser of this Sunday's showdown at the Meadowlands figures to have an uphill climb in its quest to advance to the postseason.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 21:51:14 GMT";
arnews[3] += "
";
arnews[4]="Reeling Falcons, Giants looking to end slides
";
arnews[4] += "The New York Giants and Atlanta Falcons looked like powerhouse teams through five games.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 20:29:19 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("