var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Anthony, Billups return as Nuggets blast Mavericks
";
arnews[0] += "DENVER All-Stars Carmelo Anthony and Chauncey Billups returned to the Denver Nuggets' lineup to inspire a 127-91 victory over the Dallas Mavericks on Tuesday.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 09:02:04 GMT";
arnews[0] += "
";
arnews[1]="Online registering and payments now an option
";
arnews[1] += "Gilford residents and taxpayers can now renew vehicle registrations and dog licenses, and pay for property taxes and utility bills, by accessing the town Web site.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Colorado coach Bzdelik working to turn around struggling Buffaloes' program
";
arnews[2] += "Last season, Colorado won just nine games. Coach Jeff Bzdelik was in his second season at the helm, but he wasn't seeing results.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 08:51:26 GMT";
arnews[2] += "
";
arnews[3]="Carmelo returns to help Nuggets beat Mavs, 127-91
";
arnews[3] += "Carmelo Anthony scored 19 points in his return from an ankle injury and the Denver Nuggets had their biggest win of the season, routing the Dallas Mavericks 127-91 on Tuesday night.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 08:47:00 GMT";
arnews[3] += "
";
arnews[4]="Nets are no match for Cavs
";
arnews[4] += "LeBron James and the Cleveland Cavaliers keep rolling along. James scored 32 points to lead the Cavaliers to their 12th straight win last night, a 104-97 victory over the New Jersey Nets in Cleveland.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 08:38:14 GMT";
arnews[4] += "
";
arnews[5]="Anthony returns from injury to help Denver win
";
arnews[5] += "Carmelo Anthony got an unexpected breather in his return from an ankle injury. Anthony, who missed the previous eight games with a sprained left ankle, scored 19 points before joining other Denver starters on the bench for the fourth quarter as the Nuggets had their most lopsided win of the season, 127-91 against the Dallas Mavericks on Tuesday ...";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 08:36:10 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("