var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Woeful Nets fall to 0-13
";
arnews[0] += "EAST RUTHERFORD, N.J. No matter how bleak things look for the New York Knicks, they can take comfort knowing worse basketball is being played nearby.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 09:18:46 GMT";
arnews[0] += "
";
arnews[1]="Marv denies run-in with 50 Cent during 'Kimmel'
";
arnews[1] += "Marv Albert is denying that he and 50 Cent had a run-in during an appearance on the 'Jimmy Kimmel Live.' Broadcaster Marv Albert denied reports Saturday that he was involved in a fistfight with rapper 50 Cent during a \" Jimmy Kimmel Live \" appearance Wednesday.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 09:07:24 GMT";
arnews[1] += "
";
arnews[2]="Marv Albert denies altercation with rapper 50 Cent
";
arnews[2] += "Marv Albert said Saturday he was never involved in an altercation with 50 Cent, denying Internet reports of a fight on \"Jimmy Kimmel Live.\" According to the reports, punches were thrown after members of the rapper's entourage didn't recognize Albert, the longtime sports broadcaster who was appearing as a guest on the show on Wednesday night.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 08:56:04 GMT";
arnews[2] += "
";
arnews[3]="Exclusive: I'm all set to rock Edinburgh Castle, says Rod Stewart
";
arnews[3] += "ROD STEWART has revealed how paying tribute to his musical heroes has given him a new lease of life as he prepares to hit 65.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 08:34:08 GMT";
arnews[3] += "
";
arnews[4]="Watch New Moon Cast on Jimmy Kimmel Live
";
arnews[4] += "Watch Jimmy Kimmel Live featuring Robert, Kristen and Taylor from the film \"The Twilight Saga: New Moon\" based on the novel by Stephenie Meyer.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 07:49:35 GMT";
arnews[4] += "
";
arnews[5]="This week's news quiz
";
arnews[5] += "Test your knowledge of current sports events of the past week: Why is Tanith Belbin posing like this for the December issue of Men's Health? A) To promote new tech products and the upcoming Olympics.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 07:32:00 GMT";
arnews[5] += "
";
arnews[6]="Albert denies altercation with 50 Cent
";
arnews[6] += "Marv Albert said Saturday he was never involved in an altercation with 50 Cent, denying Internet reports of a fight on \"Jimmy Kimmel Live.\" According to the reports, punches were thrown after members of the rapper's entourage didn't recognize Albert, the longtime sports broadcaster who was appearing as a guest on the show on Wednesday night.";
arnews[6] += "
Publ.Date : Sun, 22 Nov 2009 07:25:28 GMT";
arnews[6] += "
";
totcount = 7;
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("