var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Episode #104
";
arnews[0] += "When Laura (Lake Bell) and Jackson (Austin Nichols) encounter one of the unidentified species at sea, Daughtery fires a GPS tracking device into it in an effort to keep track of...";
arnews[0] += "
Publ.Date : Wed, 08 Nov 2006 22:12:23 GMT";
arnews[0] += "
";
arnews[1]="Episode #103
";
arnews[1] += "Lee (Ian Anthony Dale) and Cirko (Rade Sherbedgia) begin to theorize that the unidentified species are heating up the earth and are causing global warming by digging underneath...";
arnews[1] += "
Publ.Date : Wed, 08 Nov 2006 22:12:23 GMT";
arnews[1] += "
";
arnews[2]="Episode #109
";
arnews[2] += "As Laura (Lake Bell) and Rich (Jay R. Ferguson) race against time in a submersible they realize the \"unidentified species\" are laying thousands of eggs on the ocean floor....";
arnews[2] += "
Publ.Date : Wed, 08 Nov 2006 22:12:23 GMT";
arnews[2] += "
";
arnews[3]="Episode #114
";
arnews[3] += "Fears Are Rising -- Rich (Jay R. Ferguson) and Laura (Lake Bell) go to see Lee (Ian Anthony Dale) for answers, and Lee winds up learning more than he would have ever expected....";
arnews[3] += "
Publ.Date : Wed, 08 Nov 2006 22:12:22 GMT";
arnews[3] += "
";
arnews[4]="Episode #115 (Season Finale)
";
arnews[4] += "Who Will Be Left Behind? -- With a tsunami approaching the coast, the residents of Wilmington find themselves under a mandatory evacuation. Among the mass exodus of people leaving...";
arnews[4] += "
Publ.Date : Wed, 08 Nov 2006 22:12:20 GMT";
arnews[4] += "
";
document.title=document.title+ " ";
arnews[5]="Surface, "Episode #114"
";
arnews[5] += "Fears are rising -- Rich (Jay R. Ferguson) and Laura (Lake Bell) go to see Lee (Ian Anthony Dale) for answers, and Lee winds up learning more than he would have ever expected....";
arnews[5] += "
Publ.Date : Mon, 30 Jan 2006 00:00:00 GMT";
arnews[5] += "
";
arnews[6]="Surface, "Episode #108"
";
arnews[6] += "Laura (Lake Bell), Rich (Jay R. Ferguson) and Jackson (Austin Nichols) race to finish the submersible they are building, and despite several setbacks during a test run, take it...";
arnews[6] += "
Publ.Date : Mon, 14 Nov 2005 00:00:00 GMT";
arnews[6] += "
";
arnews[7]="Surface: Episode #104
";
arnews[7] += "Laura attaches a GPS device to one of the creatures in order to track it. Cirko testifies before the Pentagon that the unidentified species is extremely dangerous.";
arnews[7] += "
Publ.Date : Mon, 10 Oct 2005 00:00:00 GMT";
arnews[7] += "
";
arnews[8]="Surface: Episode #103
";
arnews[8] += "Lee and Cirko theorize that the unidentified species are heating up the Earth and causing global warming. Nimrod is struck by lightning.";
arnews[8] += "
Publ.Date : Mon, 03 Oct 2005 00:00:00 GMT";
arnews[8] += "
";
arnews[9]="Surface, "Episode #102"
";
arnews[9] += "Miles (Carter Jenkins) is trying to form a bond with his unidentified species that he decides to name (Nimrod) but Savannah (Leighton Meester) decides to throw a party while their...";
arnews[9] += "
Publ.Date : Mon, 26 Sep 2005 00:00:00 GMT";
arnews[9] += "
";
totcount = 10;
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("