var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="NFL: Forget Super Bowl, it's time to think about next season
";
arnews[0] += "The Super Bowl is over, Drew Brees has been cheered at Disney World and the New Orleans Saints are being celebrated in their city.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 07:41:04 GMT";
arnews[0] += "
";
arnews[1]="Felton's late hoop gives Bobcats 94-92 win over road-weary Wizards to snap 3-game skid
";
arnews[1] += "Raymond Felton's postgame celebration included a noticeable limp and a grimace or two.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 07:37:35 GMT";
arnews[1] += "
";
arnews[2]="Fading baseball stars: We need jobs
";
arnews[2] += "With less than two weeks remaining before camps open, the free-agent market seems tapped out.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 07:36:09 GMT";
arnews[2] += "
";
arnews[3]="Storytime
";
arnews[3] += "Storytime for infants and toddlers was held at the Charlton Public Library Thursday, Feb.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 07:03:52 GMT";
arnews[3] += "
";
arnews[4]="Felton Lifts Bobcats To 94-92 Win Over Wizards
";
arnews[4] += "Raymond Felton hit a fadeaway 12-footer with 1.9 seconds left and the Charlotte Bobcats beat the Washington Wizards 94-92 on Tuesday night to snap a three-game losing streak.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 07:00:36 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("