var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Tony Danza - Chicago Tribune
";
arnews[0] += "CHICAGO (AP) — For more than two decades, Oprah Winfrey has been the inspirational, change-your-life champion who reigned over daytime television much like Johnny Carson once ruled late night. Now she's ready to say goodbye, leaving a huge void for";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 23:34:00 GMT";
arnews[0] += "
";
arnews[1]="Oprah's departure presents problem for TV stations - Times and Democrat
";
arnews[1] += "For more than two decades, Oprah Winfrey has been the inspirational, change-your-life champion who reigned over daytime television much like Johnny Carson once ruled late night. Now she's ready to say goodbye, leaving a huge void for broadcast TV ...";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 06:28:00 GMT";
arnews[1] += "
";
arnews[2]="Oprah’s departure presents problem for TV stations - Register Citizen
";
arnews[2] += "CHICAGO (AP) — For more than two decades, Oprah Winfrey has been the inspirational, change-your-life champion who reigned over daytime television much like Johnny Carson once ruled late night. Now she’s ready to say goodbye, leaving a huge void ...";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 05:31:00 GMT";
arnews[2] += "
";
arnews[3]="Steve Johnson - Chicago Tribune
";
arnews[3] += "... almost a decade as the Tribune's TV critic, much of the time spent watching old \"Who's the Boss\" episodes in preparation for a (still-unpublished) reevaluation of the oeuvre of Tony Danza. He has also been a news and features writer for various ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 15:37:00 GMT";
arnews[3] += "
";
arnews[4]="Lauren Hutton - Chicago Tribune
";
arnews[4] += "Magic Johnson, Queen Latifah, Martin Short, John McEnroe, Megan Mullally, Whoopi Goldberg and Tony Danza all have a common talking point. When it came to hosting a television talk show, they walked the walk, but could not talk the talk.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 23:34:00 GMT";
arnews[4] += "
";
totcount = 5;
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("