var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Oprah Winfrey announces end of show
"; arnews[0] += "With a quiet moment, perhaps throughout the world, Oprah Winfrey announced Friday the end of her show, The Oprah Winfrey Show."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 05:07:41 GMT"; arnews[0] += "
"; arnews[1]="Oprah's departure presents problem for TV
"; arnews[1] += "For more than two decades, Oprah Winfrey has been the inspirational, change-your-life champion who reigned over daytime television."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 04:32:37 GMT"; arnews[1] += "
"; arnews[2]="Martha Stewart Calls Sarah Palin A "Dangerous Person"
"; arnews[2] += "Martha Stewart: \"She's so confused. Anyone in like that in government is a real problem.\" Read more at youtube.com ... TOPICS: News/Current Events KEYWORDS: fearfuldems ; marthastewart ; moonbats ; palin 11/21/2009 6:49:31 PM PST by Free ThinkerNY To: Free ThinkerNY Hey Martha, have you ever been convicted of a felony.. Now let's compare that to ..."; arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 02:49:31 GMT"; arnews[2] += "
"; arnews[3]="Stars Wish Oprah Well
"; arnews[3] += "News that The Oprah Winfrey Show will end in less than two years has prompted many stars to express their support and praise for the daytime talk show host, reports E! News."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 22:38:46 GMT"; arnews[3] += "
"; arnews[4]="Man on life support after birthday shooting
"; arnews[4] += "An Oakland man shot Friday night on his 24th birthday was on life support today at a hospital, police said."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 22:28:35 GMT"; arnews[4] += "
"; arnews[5]="Play Our Chef Faceoff and Win
"; arnews[5] += "Sat, 11/21/2009 - 8:00am by partysugar 0 Comments Have you ever wondered who is the better chef? Would you rather eat a meal cooked by Rachael Ray or Giada de Laurentiis? Jean-Georges Vongerichten or Eric Ripert? Well, thanks to our new faceoff game , you can stop wondering! As with all the PopSugar Network faceoffs, when you play Who's the Better ..."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 16:00:10 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("
");document.write("
");