var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Oprah Winfrey says ending TV show "feels right"
";
arnews[0] += "Oprah Winfrey said on Friday that she will end her popular TV show in 2011 because it \"feels right in her bones\" after 25 years, and urged viewers not to believe rumors of why she's quitting.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 11:25:28 GMT";
arnews[0] += "
";
arnews[1]="Jim Gaffigan bites into Big Apple living
";
arnews[1] += "The usual common denominator between comedians and Manhattanites is the lack of children.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Post a Comment
";
arnews[2] += "The usual common denominator between comedians and Manhattanites is the lack of children.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 06:43:22 GMT";
arnews[2] += "
";
arnews[3]="The Fine Art of Quitting While She's Ahead
";
arnews[3] += "Oprah Winfrey delivered an oh-no moment on Friday, choking up as she told her audience that after a quarter-century on \"the yellow brick road of blessings that led me to you,\" she would shut down \"The Oprah Winfrey Show\" in September 2011.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 02:28:20 GMT";
arnews[3] += "
";
arnews[4]="Why everybody still loves Ray
";
arnews[4] += "Now, Ray Romano's returning to television in a new TNT dramedy, Men of a Certain Age .";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 02:09:23 GMT";
arnews[4] += "
";
arnews[5]="Viewers React to Oprah's Departure
";
arnews[5] += "Millions of people across the Metro area and the country knew it would happen eventually, but for some it's still hard to believe.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 02:03:36 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("