var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Exclusive Interview with 'Survivor: Heroes vs. Villains' Boston Rob Mariano
";
arnews[0] += "\"Boston\" Rob Mariano was a 23 year old construction worker when he competed on Survivor: Marquesas .";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 13:16:46 GMT";
arnews[0] += "
";
arnews[1]="Rob Mariano: "I don't really see how I can lose this time"
";
arnews[1] += "This is Rob Mariano's fifth attempt at $1 million on a CBS reality competition series.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 00:53:24 GMT";
arnews[1] += "
";
arnews[2]="Meet the heroes and villains of new 'Survivor'
";
arnews[2] += "The \"villains\" on \"Survivor: Heroes vs. Villains\" include Ben \"Coach\" Wade, Jerri Manthey.";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="'Survivor: Heroes vs. Villains': No. 9 Rob Mariano
";
arnews[3] += "The latest booted contestant on Zap2it's \"Survivor: Heroes vs. Villains\" countdown: Boston Rob.";
arnews[3] += "
Publ.Date : Wed, 03 Feb 2010 23:49:56 GMT";
arnews[3] += "
";
arnews[4]="Jason and Molly from The Bachelor to wed in ABC special
";
arnews[4] += "The first ever wedding of a couple who met on The Bachelor is a significant pop culture event.";
arnews[4] += "
Publ.Date : Thu, 28 Jan 2010 22:57:57 GMT";
arnews[4] += "
";
arnews[5]="The Amazing Race 16: Meet The Cast
";
arnews[5] += "For most of the history of The Amazing Race , the show was content to cast anonymous pairs who had a pre-existing relationship.";
arnews[5] += "
Publ.Date : Thu, 21 Jan 2010 19:49: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("