var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Sunderland 1-0 Arsenal: Bent goal sinks Gunners
";
arnews[0] += "England striker Darren Bent fired title-chasing Arsenal to a first defeat in 14 games as Sunderland battled their way to victory.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 17:55:43 GMT";
arnews[0] += "
";
arnews[1]="Phil Rosenthal: Oprah Winfrey: Countdown to finale begins, and with an eye toward pushing ratings up
";
arnews[1] += "Back in 1996, when Phil Donahue taped the finale of his groundbreaking daytime TV talk show in New York, the once-dominant program had become such an afterthought that it didn't even air in that market.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 17:53:08 GMT";
arnews[1] += "
";
arnews[2]="Sunderland 1 Arsenal 0
";
arnews[2] += "England striker Darren Bent fired title-chasing Arsenal to a first defeat in 14 games as Sunderland battled their way to victory.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 17:37:43 GMT";
arnews[2] += "
";
arnews[3]="Jennings leads Bogut-less Bucks
";
arnews[3] += "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[3] += "
Publ.Date : Sat, 21 Nov 2009 17:27:21 GMT";
arnews[3] += "
";
arnews[4]="On Nov. 21, 1934, the Cole Porter musical "Anything Goes" opened on Broadway
";
arnews[4] += "Today is Saturday, Nov. 21, the 325th day of 2009. There are 40 days left in the year.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 17:25:27 GMT";
arnews[4] += "
";
arnews[5]="This day in history
";
arnews[5] += "On Nov. 21, 1934, the Cole Porter musical \"Anything Goes,\" starring Ethel Merman as Reno Sweeney, opened on Broadway.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 16:57:09 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("