var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Sanctuary (2.05) Pavor Nocturnus
";
arnews[0] += "So the first thing Will is going to do in a time of crisis, is grow a mullet. Duly noted.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 17:02:26 GMT";
arnews[0] += "
";
arnews[1]="Television trailblazers
";
arnews[1] += "Riese, the heroine of the online sci-fi thriller series that bears her name, kicks ass and takes names.";
arnews[1] += "
Publ.Date : Sun, 15 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Sanctuary (2.03): Eulogy
";
arnews[2] += "Druitt is busy killing everyone affiliated with the Cabal he can find and Magnus is obsessed with the idea that their daughter is still alive.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 04:23:14 GMT";
arnews[2] += "
";
arnews[3]="Sci-fi series finds Sanctuary on TV
";
arnews[3] += "Riese, the heroine of the online sci-fi thriller series that bears her name, kicks ass and take names.";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 21:32:31 GMT";
arnews[3] += "
";
arnews[4]="Syfy Creates a "Sanctuary" for Kids
";
arnews[4] += "There are few things more influential than entertainment, and the ability for characters to drive retail consumption and inform pop culture.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 16:44:07 GMT";
arnews[4] += "
";
arnews[5]="Television Post : SGU, House, Doctor Who
";
arnews[5] += "Actress Amanda Tapping will reprise her role of Samantha Carter on a forthcoming episode of Syfy's Stargate Universe.";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 05:35:23 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("