var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Colby Donaldson is one of the good guys
";
arnews[0] += "Colby Donaldson is wearing a black hat on this night. Literally. And while that may surprise Survivor devotees who recall Donaldson as the original \"Good Guy,\" the affable, laid-back dude's dude and ladies' man who gave up his shot at a million dollars in 2001's Survivor: The Australian Outback by choosing to face affable 40-year-old nurse - and ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 11:16:07 GMT";
arnews[0] += "
";
arnews[1]="Colby Donaldson is one of the good guys
";
arnews[1] += "Colby Donaldson is wearing a black hat on this night. Literally. And while that may surprise Survivor devotees who recall Donaldson as the original \"Good Guy,\" the affable, laid-back dude's dude and ladies' man who gave up his shot at a million dollars in 2001's Survivor: The Australian Outback by choosing to face affable 40-year-old nurse - and ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 04:58:28 GMT";
arnews[1] += "
";
arnews[2]="CT Resident Lights Yet Another Torch For 'Survivor'
";
arnews[2] += "As operating-room coordinator at Norwalk Hospital, \"Survivor\" contestant Cirie Fields has seen some unusual reactions to her presence by patients.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 04:39:20 GMT";
arnews[2] += "
";
arnews[3]="'Survivor: Heroes vs. Villains': No. 5 Colby Donaldson
";
arnews[3] += "Zap2it is counting down the eliminations on \"Survivor: Heroes vs. Villains.\" The last Hero standing? Colby Donaldson .";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 02:27:13 GMT";
arnews[3] += "
";
arnews[4]="Utahn returns to 'Survivor'
";
arnews[4] += "Utah cyclist Tyson Apostol, a previous contestant on \"Survivor: Tocantins,\" is one of 20 returning castaways set to compete in \"Survivor: Heroes vs.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 22:52:33 GMT";
arnews[4] += "
";
arnews[5]="'Survivor' marks 10 years with heroes, villains
";
arnews[5] += "Twenty returning castaways are set to compete in 'Survivor: Heroes vs. Villains'. Top Row, left to right: Benjamin 'Coach' Wade, Courtney Yates, Amanda Kimmel, Rob Mariano, Cirie Fields, Rupert Boneham, Stephenie LaGrossa, Colby Donaldson, Tyson Apostol, Jessica 'Sugar' Kiper, James 'J.T.' Thomas Jr., Danielle DiLorenzo, Sandra Diaz.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 16:50:11 GMT";
arnews[5] += "
";
arnews[6]="James "JT" Thomas Jr. will help present Letterman's top 10 list
";
arnews[6] += "James \"JT\" Thomas Jr. took the million-dollar first prize in \"Survivor: Tocantins\" in May 2009.";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 19:08:12 GMT";
arnews[6] += "
";
arnews[7]="Survivor: Heroes vs. Villains
";
arnews[7] += "The show's 20th edition, \"Survivor: Heroes vs. Villains,\" is to premiere with a special two-hour episode Feb.";
arnews[7] += "
Publ.Date : Tue, 09 Feb 2010 11:46:07 GMT";
arnews[7] += "
";
arnews[8]="'Survivor: Heroes vs. Villains'
";
arnews[8] += "After 19 installments of \"Survivor,\" you'd think we wouldn't get excited for No.";
arnews[8] += "
Publ.Date : Sun, 07 Feb 2010 08:00:00 GMT";
arnews[8] += "
";
totcount = 9;
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("