var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Amanda Tapping returning to 'Stargate' - Digital Spy
";
arnews[0] += "Actress Amanda Tapping will reprise her role of Samantha Carter on a forthcoming episode of Syfy's Stargate Universe . The 44-year-old, who plays Helen Magnus on the network's Sanctuary , is to return for a second guest spot on Universe at the end of ...";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 01:19:00 GMT";
arnews[0] += "
";
arnews[1]="Amanda Tapping Launches Charity Website and Gives Sanctuary Spoilers - Huffingtonpost.com
";
arnews[1] += "The sonic stunner will be part of the \"Sanctuary for Kids\" auction. I watch the show and love it. I've been watching it from the beginning. But for people who haven't seen it yet, what do you think makes it so compelling? I think, oh wow. I think a ...";
arnews[1] += "
Publ.Date : Fri, 13 Nov 2009 11:54:00 GMT";
arnews[1] += "
";
arnews[2]="Syfy’s Sanctuary Gives Children a Foundation - Bloggernews.net
";
arnews[2] += "Read 14 times. Actress Amanda Tapping (left) and TV writer and producer Damian Kindler have launched a new not-for-profit foundation to help disadvantaged children. The foundation is linked to the television series Sanctuary , which airs on Syfy in ...";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 17:41:00 GMT";
arnews[2] += "
";
arnews[3]="Syfy Preview: 'Life' on Stargate Universe and Sanctuary 'Veritas' - Deadbolt
";
arnews[3] += "... and Wray [Ming-Na] visit loved ones on Earth while the SG-U crew's explorations turn up a startling discovery. In the 10pm SyFy slot, Sanctuary fans receive \"Veritas\" which has Will [Robin Dunne] defending Dr. Magnus [Amanda Tapping] from a ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 23:14:00 GMT";
arnews[3] += "
";
arnews[4]="Syfy Creates a “Sanctuary” for Kids - Triple Pundit
";
arnews[4] += "There are few things more influential than entertainment, and the ability for characters (and the celebs who portray them) to drive retail consumption and inform pop culture. Every generation has spawned a myriad of fads from Farah Fawcett’s ...";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 21:29:00 GMT";
arnews[4] += "
";
arnews[5]="Syfy Creates a ‘Sanctuary’ for Kids - Triple Pundit
";
arnews[5] += "There are few things more influential than entertainment, and the ability for characters (and the celebs who portray them) to drive retail consumption and inform pop culture. Every generation has spawned a myriad of fads from Farah Fawcett’s ...";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 11:27: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("