var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Robert Carlyle is 'Stargate Universe's genius loner - The Daily News Online
"; arnews[0] += "NEW YORK (AP) -- Whether in Yankee Stadium or the Land of Oz, getting home is an all-consuming mission. But not on \"Stargate Universe.\" Not for Dr. Nicholas Rush. It seems he would rather probe the far reaches of science while stranded in a ..."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 07:13:00 GMT"; arnews[0] += "
"; arnews[1]="Tim Roth Joins Brits Taking The Lead In US - Ananova
"; arnews[1] += "Tim Roth can't tell a lie - he's enjoying life on American TV so much he has no intention of returning home to Britain anytime soon. The Reservoir Dogs actor, who is currently making waves on the small screen in Lie To Me, tells Sky News that British ..."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 17:35:00 GMT"; arnews[1] += "
"; arnews[2]="STARGATE UNIVERSE "Life" Episode 9 - Daemon's TV
"; arnews[2] += "Watch a sneak peek of STARGATE UNIVERSE \"Life\" Episode 9 which airs Friday November 20 at 9 pm on Syfy. Episode Synopsis : STARGATE UNIVERSE \"Life\" Episode 9 - Some of the crew use the Ancient Long Range Communications Device to reassure their loved ..."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 10:18:00 GMT"; arnews[2] += "
"; arnews[3]="Stargate: Universe’ - Time - Airlock Alpha
"; arnews[3] += "Rush (Robert Carlyle) as well as shirking duties to Lt. Scott (Brian J. Smith). But when medic T.J. Johansen (Alaina Huffman) deals with Dale Volker’s (Patrick Gilmore) sudden inexplicable sickness and MSG Greer (Jamil Walker Smith) and the other ..."; arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 18:24:00 GMT"; arnews[3] += "
"; arnews[4]="Kelly Macdonald's suitcase skills are secret to being both a star and ... - Daily Record
"; arnews[4] += "JUGGLING a career with motherhood can be a challenge - especially when your job as an A-list actress involves flying to the other side of the world at the drop of a hat. But Hollywood star Kelly Macdonald - mum to baby boy Freddie - says that the key ..."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 08:09:00 GMT"; arnews[4] += "
"; totcount = 5; 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("
");