var arnews = new Array(9); totcount = 3; rnd = 0; document.title=document.title+ " "; arnews[0]="'Office Space' star Ron Livingston weds - Danbury News-Times
"; arnews[0] += "LOS ANGELES (AP) — Actors Ron Livingston and Rosemarie DeWitt have tied the knot. The 42-year-old \"Office Space\" star and 35-year-old \"Rachel Getting Married\" actress married Nov. 2 in San Francisco, according to Livingston's spokeswoman ..."; arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 16:36:00 GMT"; arnews[0] += "
"; arnews[1]="Exploring WWII in HD with Director Frederic Lumiere - Deadbolt
"; arnews[1] += "Award winning filmmaker Frederic Lumiere has not only produced, directed and edited a number of high profile projects for A&E, History, Cinemax, and The Biography Channel but Lumiere was also a driving architectural force behind the creation of the ..."; arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 12:53:00 GMT"; arnews[1] += "
"; arnews[2]="TV Watchtower: You Had Me at Halo: 'Defying Gravity' - Airlock Alpha
"; arnews[2] += "I may be the sole voice wailing in the darkness. But news of cancellation of the television series “Defying Gravity” struck me with a blow. It was ominous enough when the show was unceremoniously yanked off the broadcast schedule in September to ..."; arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 02:07:00 GMT"; arnews[2] += "
"; totcount = 3; 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("
");