var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Oprah's goodbye is also a hello
";
arnews[0] += "This is not the end of Oprah Winfrey. Maybe not even the end of her TV show. True, in a tearful announcement yesterday, the self-made media mogul - host of the highest-rated talk show for 23 years, seen in 145 countries, worth a breathtaking $2.7 billion - confirmed for her audience what had been rumored for weeks: that the show would be ending.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 15:01:52 GMT";
arnews[0] += "
";
arnews[1]="Oprah: Prayer, Careful Thought Influenced Exit
";
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 14:20:39 GMT";
arnews[1] += "
";
arnews[2]="Is the new - Marvelous' one Pacquiao's successor?
";
arnews[2] += "One of the fortuitous consequences of Manny Pacquiao's rocket ride to stardom is his single-handedly forging a new generation of fighters and boxing fans.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 13:52:07 GMT";
arnews[2] += "
";
arnews[3]="Area places 33 on Inland District first team
";
arnews[3] += "Orrville, Triway, Hillsdale, Waynedale and Dalton represented the area in the OHSAA football playoffs and led the way when the Associated Press All-Northeast Inland District was released Friday.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 13:25:58 GMT";
arnews[3] += "
";
arnews[4]="End of an era: Oprah ending show after 25 years
";
arnews[4] += "Oprah Winfrey was set to announce Friday that her powerhouse daytime television show, the foundation of a multibillion-dollar media empire with legions of fans, will end its run in 2011 after 25 seasons on the air.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 13:10:39 GMT";
arnews[4] += "
";
arnews[5]="Kate Moss in a oenot a good role modela shock horror
";
arnews[5] += "It would be fair to say that Kate Moss isn't a positive role model for how to live a mentally and physically healthy lifestyle.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 12:36:04 GMT";
arnews[5] += "
";
arnews[6]="Oprah Winfrey says prayer, careful thought influenced decision to end her show
";
arnews[6] += "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[6] += "
Publ.Date : Sat, 21 Nov 2009 12:34:39 GMT";
arnews[6] += "
";
arnews[7]="Mind games
";
arnews[7] += "Roughriders defensive back Lance Frazier celebrates an interception on Nov. 7. Photograph by: Herald Archive, Canwest News Service Usually, it's the role they all can't wait to audition for.";
arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 10:42:09 GMT";
arnews[7] += "
";
totcount = 8;
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("