var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Lions guard Stephen Peterman out for season
";
arnews[0] += "The Detroit Lions have put right guard Stephen Peterman on injured reserve, ending his season, and signed wide receiver Eric Fowler from the practice squad.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 02:07:15 GMT";
arnews[0] += "
";
arnews[1]="Where will the top MLB free agents end up?
";
arnews[1] += "Bob Klapisch covers baseball for The Record in New Jersey and worked at the New York Post and New York Daily News .";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 19:06:16 GMT";
arnews[1] += "
";
arnews[2]="Bay tops Epstein's free-agent priorities
";
arnews[2] += "The past few weeks have been mostly about planning, dialogue and research for the Red Sox's front office, led by general manager Theo Epstein.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 17:57:39 GMT";
arnews[2] += "
";
arnews[3]="Lions guard Stephen Peterman might be lost for season
";
arnews[3] += "Detroit Lions right guard Stephen Peterman could be lost for the season with an ankle injury.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Bay rejects offer from Red Sox: report
";
arnews[4] += "Boston Red Sox batter Jason Bay flies out against the Toronto Blue Jays during the first inning of their MLB American League baseball game in Toronto, August 22, 2008.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 14:27:39 GMT";
arnews[4] += "
";
arnews[5]="Bob Hunter commentary: Rumblings
";
arnews[5] += "When new Cleveland Indians manager Manny Acta named Steve Smith to his staff this week, it seemingly assured that Clippers manager Torey Lovullo won't be moving up.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 12:37:19 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("