var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Oprah's departure presents problem for TV stations
";
arnews[0] += "Friday, November 20, 2009 at 4:05 p.m. / AP In this image taken from video Friday and provided by Harpo Productions Inc., talk-show host Oprah Winfrey announces during a live broadcast of \"The Oprah Winfrey Show\" in Chicago that her daytime television show, the foundation of a multibillion-dollar media empire, will end its run in 2011 after 25 ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 06:18:41 GMT";
arnews[0] += "
";
arnews[1]="Oprah Winfrey says prayer, thought influenced exit from her show
";
arnews[1] += "Holding back tears, Oprah Winfrey told her studio audience Friday that she would end her show in 2011 after a quarter-century on the air, saying \"prayer and careful thought\" led her to her decision.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 06:16:50 GMT";
arnews[1] += "
";
arnews[2]="Winfrey: Prayer, careful thought influenced exit
";
arnews[2] += "Holding back tears, Oprah Winfrey told her studio audience Friday that she would end her show in 2011 after a quarter-century on the air, saying prayer and careful thought led her to her decision.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 06:11:17 GMT";
arnews[2] += "
";
arnews[3]="Oprah's departure presents problem for TV stations
";
arnews[3] += "AP In this image taken from video Friday, Nov. 20, 2009 and provided by Harpo Productions Inc., talk-show By CARYN ROUSSEAU and RYAN NAKASHIMA, Associated Press Writers Fri Nov 20, 8:04 pm ET CHICAGO For more than two decades, Oprah Winfrey has been the inspirational, change-your-life champion who reigned over daytime television much like Johnny ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 06:11:13 GMT";
arnews[3] += "
";
arnews[4]="Lopez, Lambert ready for stage
";
arnews[4] += "It's easy. Send a link to the story you were just reading to a friend. Just fill out the form on this page and we'll send it along.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 05:42:35 GMT";
arnews[4] += "
";
arnews[5]="Updated story, photos: Oprah is retiring
";
arnews[5] += "Holding back tears, Oprah Winfrey told her studio audience Friday that she would end her show in 2011 after a quarter-century on the air, saying \"prayer and careful thought\" led her to her decision.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 05:32:12 GMT";
arnews[5] += "
";
arnews[6]="American Music Awards on ABC
";
arnews[6] += "Jennifer Lopez plans to include fireworks and an on-stage costume change in her performance at the American Music Awards.";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 05:29:30 GMT";
arnews[6] += "
";
arnews[7]="Oprah Winfrey to end talk show in Sept 2011
";
arnews[7] += "Oprah Winfrey, one of the most influential and highly paid women on television, will announce on Friday she is ending her popular daytime talk show in 2011.";
arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 05:04:18 GMT";
arnews[7] += "
";
arnews[8]="Departing Oprah problem for TV stations
";
arnews[8] += "For more than two decades, Oprah Winfrey has been the inspirational, change-your-life champion who reigned over daytime television.";
arnews[8] += "
Publ.Date : Sat, 21 Nov 2009 04:53:46 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("