var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Defying Gravity
"; arnews[0] += "Wednesday 21 October 9:00pm - 9:45pm BBC2 Pilot A group of what turns out to be very emotionally unstable astronauts are rocketed into space in 2052 for a six-year inter-planetary voyage of discovery."; arnews[0] += "
Publ.Date : Wed, 21 Oct 2009 04:17:03 GMT"; arnews[0] += "
"; arnews[1]="Tuning In: Front Row at Pamella Roland
"; arnews[1] += "TUNING IN: It was TV time at Pamella Roland on Tuesday. \"America's Next Top Model\" judges J. Alexander and Nigel Barker turned up, as did \"Dancing with the Stars\" alum Lisa Rinna , and Paula Garces of \"Defying Gravity,\" who is Space Camp-bound in real life."; arnews[1] += "
Publ.Date : Wed, 16 Sep 2009 02:02:00 GMT"; arnews[1] += "
"; arnews[2]="'Defying Gravity' moves to Fridays
"; arnews[2] += "Drawing closer to the orbit of Venus, some members of the Antares crew struggle with guilt and experience vivid repercussions of past actions, while a serious accident causes the life of a teammate to hang in the balance, uniting everyone in the desperate endeavor to save her."; arnews[2] += "
Publ.Date : Wed, 26 Aug 2009 08:36:54 GMT"; arnews[2] += "
"; arnews[3]="The Cliched Stuff
"; arnews[3] += "Posted By: Mark Peikert Three hours into its 12-episode run, Defying Gravity is still an uneasy blend of Grey's Anatomy and Solaris , combining the soapiness and annoying narration of the former with the \"Bad things happen in space\" dread of the latter."; arnews[3] += "
Publ.Date : Fri, 14 Aug 2009 15:31:46 GMT"; arnews[3] += "
"; arnews[4]="Inner-space issues defy 'Gravity'
"; arnews[4] += "In 2052 nothing much has changed: Men wear neckties, pop music sounds the same, people drink too much beer in bars, and button-fly jeans are still in fashion."; arnews[4] += "
Publ.Date : Sat, 08 Aug 2009 17:49:20 GMT"; arnews[4] += "
"; arnews[5]="'Defying Gravity' has its ups and downs
"; arnews[5] += "Executive producers James Parriott and Michael Edelstein are marketing this new series as \"'Grey's Anatomy' in space.\" The concept is that it's the year 2052, and eight astronauts from five different countries are about to embark on a six-year mission to visit seven of the planets in our solar system."; arnews[5] += "
Publ.Date : Sun, 02 Aug 2009 11: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("
");