var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jeff Probst blogs 'Survivor: Samoa': episode #10 - Entertainment Weekly Online
";
arnews[0] += "Erik: “And there goes the lead.” It’s appropriate that Erik’s comment starts this blog since the downfall of Galu all started with Galu voting out Erik, one of their own. Survivor hindsight is no different than any other hindsight, it’s ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 05:04:00 GMT";
arnews[0] += "
";
arnews[1]="Teammates Turn Against Laura On Survivor - The Celebrity Cafe.com
";
arnews[1] += "Jeff Probst revealed that for this season, ties would be broken by a second vote, in which the two who were tied did not participate. If the second vote resulted in another tie, the contestants, minus the two with votes, would draw rocks from a bag.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 22:30:00 GMT";
arnews[1] += "
";
arnews[2]="Survivor's Laura: I Was Never the Mean Girl - Seattle Post Intelligencer
";
arnews[2] += "You can't say she didn't try. Survivor: Samoa 's Laura Morett saved herself from the chopping block multiple times by winning the past two immunity necklaces. Thanks to strong alliances and a tough competitive spirit, she seemed poised to go far in ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 22:37:00 GMT";
arnews[2] += "
";
arnews[3]="'Survivor''s Laura Morett: We Shot Ourselves in the Foot - MSN
";
arnews[3] += "Entertainment Tonight. Thursday night's Tribal Council was the Tribal Council of all Tribal Councils on \"Survivor: Samoa.\" The vote was split with five castaways voting to send home Laura Morett, and five voting for Southern belle Natalie White. When ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 21:54:00 GMT";
arnews[3] += "
";
arnews[4]="Survivor Interview: Kelly Sharbaugh - Dose.ca
";
arnews[4] += "Kelly Sharbaugh was blindsided at tribal council when Russell played a hidden immunity idol. Photo by: Getty Images Last week on Survivor , the former Galu tribe members continued to fall because they kept underestimating their opponent. Since ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 20:14:00 GMT";
arnews[4] += "
";
arnews[5]="Survivor Samoa Recap: Galu Struggles to Survive - Transworld News
";
arnews[5] += "Russell made an enemy of Laura last week after he unexpected played a hidden immunity idol, saving himself and pulling off one of the biggest blindsides. Russell and his Foa Foa tribe members shocked most of Galu with the move that sent Galu’s ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 17:22: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("