var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="bernard-scott-action-112109
";
arnews[0] += "After injuring his hip last week at Pittsburgh and sitting out the entire week of practice, it looks like the Bengals will be without workhorse RB Cedric Benson this Sunday at Oakland.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 18:45:47 GMT";
arnews[0] += "
";
arnews[1]="Kiwi cyclists win more World Cup golds
";
arnews[1] += "The BikeNZ track team grabbed two further victories to cap an outstanding campaign at the UCI World Cup in Melbourne last night.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 18:41:55 GMT";
arnews[1] += "
";
arnews[2]="Orlando Magic, in a cheerier mood, finish off Boston Celtics
";
arnews[2] += "With Stan Van Gundy in a happy mood - waving his pom-poms instead of standing on his soapbox - the Orlando Magic held on for an 83-78 win over the Boston Celtics on Friday night.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 18:24:30 GMT";
arnews[2] += "
";
arnews[3]="NBA Roundup: Orlando Wins at Boston
";
arnews[3] += "Vince Carter scored 26 points, Rashard Lewis had 16 points and 10 rebounds, and the Orlando Magic beat the Boston Celtics 83-78 on Friday night.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 18:18:24 GMT";
arnews[3] += "
";
arnews[4]="Top 10 Box Office
";
arnews[4] += "In this quirky dark comedy inspired by a real life story you will hardly believe is actually true, astonishing revelations about a top-secret wing of the U.S. military come to light when a reporter encounters an enigmatic Special Forces operator on a mind-boggling mission.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 17:32:43 GMT";
arnews[4] += "
";
arnews[5]="Jennings leads Bogut-less Bucks
";
arnews[5] += "Rookie Brandon Jennings scored 29 points to lead the Milwaukee Bucks to a 95-88 home victory over Charlotte on Friday night, with minority owner Michael Jordan on hand to witness his Bobcats drop their seventh straight.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 17:27:21 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("