var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="meg mcneal: http://budurl.com/3v ATLANTA FALCONS 8" NFL GOOD LUCK MINI GARDEN GNOME NEW!: US $11.95 (0 .. http://bit.ly/8oWXl0
";
arnews[0] += "";
arnews[0] += "
";
arnews[1]="Full coverage of the Giants' 34-31 win over the Atlanta Falcons in today's NY Daily News ... http://bit.ly/Ucyzu #nyg
";
arnews[1] += "Full coverage of the Giants' 34-31 win over the Atlanta Falcons in today's NY Daily News ...";
arnews[1] += "
";
arnews[2]="Randomness: Lorena Ochoa, Jiyai Shin compete for player of the year title heading into ... - Gaea Times
";
arnews[2] += "Lorena Ochoa, Jiyai Shin compete for player of the year title heading into ... - Gaea Times -";
arnews[2] += "
";
arnews[3]="Debra Garrison: Atlanta Falcons Neoprene Golf Headcover
";
arnews[3] += "Atlanta Falcons Neoprene Golf Headcover -";
arnews[3] += "
";
arnews[4]="wisesumo ( Sam ): I agree on a 9-7 record+no playoffs but I would instead say "Above Average" QBs are torching the Falcons’ secondary http://bit.ly/6pMPp4
";
arnews[4] += "I agree on a 9-7 record+no playoffs but I would instead say \"Above Average\" QBs are torching the Falcons’ secondary";
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("