var arnews = new Array(6);
totcount = 3;
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]="Ming-Na Boldy Goes Where Stargate's Never Gone Before - PlanetOut
";
arnews[1] += "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[1] += "
Publ.Date : Thu, 19 Nov 2009 22:59: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] += "
";
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("