var arnews = new Array(8); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="Susan Boyle's debut doesn't deserve hype it's getting - Chicago Sun-Times
"; arnews[0] += "When it comes to tragic spectacles in this sorry age of reality television, beyond even the pathetic sight of Patti Blagojevich eating bugs on \"I'm a Celebrity ... Get Me Out of Here!,\" falls the obnoxious exploitation of Scottish homebody Susan ..."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 19:01:00 GMT"; arnews[0] += "
"; arnews[1]="'Memoir: A History' - Wall Street Journal
"; arnews[1] += "Dog memoirs were the rage. It started with the mind-boggling success of John Grogan's 2005 book Marley & Me: Life and Love with the World's Worst Dog. That spurred memoirs devoted to Lava, Gus, Bob, Orson, Bodo, Sadie, Merle, Sprite, and two separate ..."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 01:57:00 GMT"; arnews[1] += "
"; totcount = 2; 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("
");