var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Ming-Na on Camille Wray’s ‘Life’ and love - GateWorld
";
arnews[0] += "A short kino recording earlier in the season gave the first hint that Camille is gay — the first openly gay character on Stargate . In “Life,” she’ll have the chance to visit Earth and see her long-time partner, Sharon (played by 24 ’s ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 23:48:00 GMT";
arnews[0] += "
";
arnews[1]="Interview with Ming-Na - AfterEllen.com
";
arnews[1] += "AE: In terms of the controversy, you're probably also experiencing runoff from so many other shows that have let lesbians and bisexual women down... MN: Being an Asian woman, I've got the double whammy of being Asian and being a woman in this ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 06:03:00 GMT";
arnews[1] += "
";
arnews[2]="Stargate Universe 's Ming-Na Shows Us Her Geek Chic - Huffingtonpost.com
";
arnews[2] += "I'm always thrilled to find fellow geek girls. I watch Stargate Universe and I absolutely love it. So you can imagine how excited I was to find out that Ming-Na is a geek! Star Wars, Star Trek, Dungeons & Dragons ... I told my Twitter followers that ...";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 22:26:00 GMT";
arnews[2] += "
";
arnews[3]="Ming-Na Boldy Goes Where Stargate's Never Gone Before - PlanetOut
";
arnews[3] += "Planet Out spoke to the beautiful and bubbly Ming-Na about playing a lesbian for the first time, all the exciting high-stakes drama aboard the Destiny, and shooting a love scene with a woman, Reiko Aylesworth, for November 20's Stargate Universe ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 22:59:00 GMT";
arnews[3] += "
";
arnews[4]="WRITTEN BY - Carl Binder - GateWorld
";
arnews[4] += "The crew finds a device that may hold the promise of getting them home. Lt. Scott and Camille visit their loved ones using the communication stones. \"Carl also submitted an outline for episode #8, received notes, and is poised to do a rewrite -- just ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 11:17:00 GMT";
arnews[4] += "
";
arnews[5]="Syfy Preview: 'Life' on Stargate Universe and Sanctuary 'Veritas' - Deadbolt
";
arnews[5] += "With Stargate Universe and Sanctuary both in fine SyFy form, new episodes of SG-U and Sanctuary take to the airwaves this coming Friday, November 20. This week on Stargate Universe at 9pm, the crew of Destiny experience new \"Life\" as Scott [Brian J ...";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 23:28: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("