var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="A view from the sofa
"; arnews[0] += "Not exactly the way I had planned spending two beautiful fall days, but being confined to my sofa having to deal with a stomach bug that snuck up on me, I had the chance to surf local cable offerings and all I can say is thank goodness for reruns, the Golf Channel and when my stomach permitted, the Cooking Channel."; arnews[0] += "
Publ.Date : Sat, 14 Nov 2009 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="Happy Birthday: Sean 'Diddy' Combs turns 40
"; arnews[1] += "Hip Hop mogul Sean 'Diddy' Combs pulled out all the stops as he celebrated his 40th birthday at New York City's Plaza Hotel on Thursday ."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Bad Lieutenant: Good Cop Gone Nuts
"; arnews[2] += "Nicolas Cage has said, \"There's a very fine line between Method actor and schizophrenic.\" In Werner Herzog's Bad Lieutenant: Port of Call New Orleans , he teeters that line maniacally, with an ever-increasing slur and crooked swagger."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 22:30:49 GMT"; arnews[2] += "
"; arnews[3]="Fogerty riles 'em up at The Riverside
"; arnews[3] += "If I ever see John Fogerty or Denzel Washington, I'd thank them for introducing the \"Q\" family to the rest of us."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 18:30:00 GMT"; arnews[3] += "
"; arnews[4]="Gail Collins: The end is nigh - again
"; arnews[4] += "A lot of people are worrying about the world coming to an end in 2012. Bummer. I thought we'd gotten over all that in 2000."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 18:18:00 GMT"; arnews[4] += "
"; arnews[5]="Sports Movies
"; arnews[5] += "Sandra Bullock stars with Quinton Aaron in football heartwarmer The Blind Side ."; arnews[5] += "
Publ.Date : Fri, 10 Jul 2009 07:00:00 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("
");