var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="A wild and crazy list of best comedy albums ever
";
arnews[0] += "Like relics from a simpler time, two new comedy albums recently showed up on my desk: Artie Lange's \"Jack and Coke,\" a switchblade-vicious assault from Howard Stern's sidekick; and \"The 2000 Year Old Man: The Complete History,\" a deluxe packaging of Carl Reiner and Mel Brooks' classic bit.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 11:30:19 GMT";
arnews[0] += "
";
arnews[1]="Sunday Fare: Music Awards and 'Curb' Finale: Roger Catlin | TV Eye
";
arnews[1] += "The American Music Awards are presented live tonight from the Nokia theatre in Los Angeles.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 11:26:11 GMT";
arnews[1] += "
";
arnews[2]="Mel Brooks' '2000 Year Old Man' is remastered.
";
arnews[2] += "Mel Brooks regularly gets letters from high school students. They're not asking questions about the 83-year-old director's classic comedy movies such as \"Blazing Saddles,\" \"The Producers\" and \"Young Frankenstein.\" What's caught their attention is a comedy routine Brooks and Carl Reiner have performed for 50 years: \"The 2000 Year Old Man.\" The young ...";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 09:38:24 GMT";
arnews[2] += "
";
arnews[3]="After legendary past, NBC has been in decline
";
arnews[3] += "Eight decades after pioneering the concept of broadcasting, NBC is on the verge of a startling move that illustrates broadcast television's decline.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 08:40:47 GMT";
arnews[3] += "
";
arnews[4]="Music Specials With McCartney, Beyonc , Sting
";
arnews[4] += "As the holiday hype rises to jangle the nerves, music seems the perfect antidote to cloying seasonal TV movies.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 08:28:16 GMT";
arnews[4] += "
";
arnews[5]="MomentumA Dangerous Rebel Bites the Dust
";
arnews[5] += "DUMMERSTON, Vt. - The only good thing about George Carlin's death on Sunday at the age of 71 - and there is no good thing about George Carlin's death on Sunday at the age of 71 - is that he has already given us such a rich body of thought, analysis, observation and truth that it will take us the rest of our lives to work through it all - and even ...";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 05:57:14 GMT";
arnews[5] += "
";
arnews[6]="Florida, U.S.A. travel information and guide
";
arnews[6] += "Explore a land of mystic peaks, enchanted forests and crystal fields of ice. Not so far, far away in a place called Montana.";
arnews[6] += "
Publ.Date : Sun, 22 Nov 2009 05:37:04 GMT";
arnews[6] += "
";
arnews[7]="Quebec video-game maker becomes a world-class operation
";
arnews[7] += "World-class video game developer Dominique Brown says he likes to create and play fantasy games that tell a story.";
arnews[7] += "
Publ.Date : Sat, 01 Mar 2008 08:00:00 GMT";
arnews[7] += "
";
arnews[8]="Broadcast pioneer NBC prepares for cable takeover
";
arnews[8] += "Eight decades after pioneering the concept of broadcasting, NBC is on the verge of a startling move that illustrates its decline as a broadcast network.";
arnews[8] += "
Publ.Date : Sat, 21 Nov 2009 21:41:09 GMT";
arnews[8] += "
";
totcount = 9;
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("