var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'Stargate Universe: SG-U: 1.0'
";
arnews[0] += "The first season of the latest series in the \"Stargate\" universe arrives on video, as Robert Carlyle heads the cast of the saga about the spaceship Destiny and its human cargo.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 02:56:40 GMT";
arnews[0] += "
";
arnews[1]="Sci-fi fans find Sanctuary on the Web
";
arnews[1] += "Nearly two years after Martin Wood helped to create one of the first professional dramatic series available exclusively on the Internet, he and his fellow producers have returned to the old-school box to pay the bills.";
arnews[1] += "
Publ.Date : Fri, 04 Jan 2008 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Math whiz finds herself as face of a Capricaa
";
arnews[2] += "Science-fiction television has a tradition of creating breakout female characters who combine brains, brawn, and beauty.";
arnews[2] += "
Publ.Date : Fri, 29 Jan 2010 12:57:22 GMT";
arnews[2] += "
";
arnews[3]="Poised New face of sci-fi show 'Caprica' confident in her breakout role
";
arnews[3] += "Science-fiction television has a tradition of creating breakout female characters who combine brains, brawn and beauty.";
arnews[3] += "
Publ.Date : Fri, 29 Jan 2010 06:52:36 GMT";
arnews[3] += "
";
arnews[4]="Actress becomes face of new sci-fi show Caprica'
";
arnews[4] += "Science-fiction television has a tradition of creating breakout female characters who combine brains, brawn and beauty.";
arnews[4] += "
Publ.Date : Thu, 28 Jan 2010 17:09:18 GMT";
arnews[4] += "
";
arnews[5]="Actress becomes face of new sci-fi show 'Caprica'
";
arnews[5] += "Debuting Friday night, \"Caprica\" is the much-anticipated prequel to \"Battlestar Galactica,\" but it might share more in common with \"Frankenstein\" ... and \"Gossip Girl.\" OK, that's a highly unusual comparison, but \"Caprica\" is a highly unusual show, much different from its predecessor.";
arnews[5] += "
Publ.Date : Thu, 28 Jan 2010 04:22:56 GMT";
arnews[5] += "
";
arnews[6]="Stargate Universe Comes to DVD and Blu-ray on February 9th
";
arnews[6] += "You can bring home the latest sci-fi series in the Stargate world on DVD and Blu-ray next month.";
arnews[6] += "
Publ.Date : Sat, 16 Jan 2010 00:14:43 GMT";
arnews[6] += "
";
totcount = 7;
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("