var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'Lost' Alum Cynthia Watros Checks into 'House' - Buddytv.com
";
arnews[0] += "Watross, who plays tail section survivor Libby on the ABC series, was cast as Wilson's (Robert Sean Leonard) first of three ex-wives who comes back into his life as his new girlfriend. Looks like Wilson is finally ready to move on after the tragic ...";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 08:21:00 GMT";
arnews[0] += "
";
arnews[1]="HOUSE "5 to 9" Season 6 Episode 13 - Daemon's TV
";
arnews[1] += "Eric Foreman; Robert Sean Leonard as Dr. James Wilson; Jennifer Morrison as Dr. Allison Cameron; Jesse Spencer as Dr. Robert Chase; Peter Jacobson as Dr. Chris Taub; Olivia Wilde as Thirteen/Dr. Remy Hadley Guest Cast: Michael Weston as Lucas Douglas ...";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 05:03:00 GMT";
arnews[1] += "
";
arnews[2]="'Lost' Star Cynthia Watros Snags A 'House' Role - Tvsquad.com
";
arnews[2] += "Cynthia Watros, the dearly departed Libby on ' Lost ,' is leaving Hurley for Wilson (Robert Sean Leonard). Watros will be appearing in a recurring role on ' House ,' playing one of Wilson's many ex-wives. In fact, not only is she playing Wilson's ...";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 16:04:00 GMT";
arnews[2] += "
";
arnews[3]="'House' exec plots Taub-centric episode - Digital Spy
";
arnews[3] += "Greg Yaitanes has revealed that he may centre a future episode on the character of Taub. Earlier this season, the show focused an episode on Robert Sean Leonard's Wilson, and Monday's episode - titled '5 to 9' - will be seen through the eyes of Cuddy ...";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 16:06:00 GMT";
arnews[3] += "
";
arnews[4]="Lost Alum Cynthia Watros Joins House - ScreenCrave.com
";
arnews[4] += "According to the report, Watros has been cast as one of the many ex-wives of Robert Sean Leonard’ s character Dr. Wilson. She’ll play his first former wife who’s come back into his life as his new girlfriend. That’s right, he’s treading ...";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 04:17:00 GMT";
arnews[4] += "
";
arnews[5]="Much Ado about Nothing - San Diego weekly Reader
";
arnews[5] += "Emma Thompson, Denzel Washington, Robert Sean Leonard, Keanu Reeves, Michael Keaton, Richard Briers. 1993.";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 17:39: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("