var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'House' exclusive: Jennifer Morrison speaks out about departure - Entertainment Weekly Online
";
arnews[0] += "It’s fitting that Jennifer Morrison’s first comments concerning her departure from House would come on the same night that Cameron bid adieu to Princeton-Plainsboro. Appearing at the Star Trek DVD launch party in Hollywood this evening, Morrison ...";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 04:54:00 GMT";
arnews[0] += "
";
arnews[1]="Jennifer Morrison thanks 'House' fans - Digital Spy
";
arnews[1] += "House star Jennifer Morrison has thanked the show's fans for supporting her character. The actress, who plays Dr Allison Cameron in the medical drama, recently confirmed that she will be leaving the series this season. Speaking to E! Online , she ...";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 16:35:00 GMT";
arnews[1] += "
";
arnews[2]="Jennifer Morrison Talks About Her Exit from House and If She'll Be ... - Entertainment Online
";
arnews[2] += "She's got her head held high, though, and here's what she actually said tonight on the red carpet at the beautiful Griffith Observatory in Los Angeles: So what's in store for Cameron after tonight's episode? Morrison says, \"I don't think anyone ...";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 05:44:00 GMT";
arnews[2] += "
";
arnews[3]="House” Season 6, Episode 8 “Teamwork”: TV Recap (Adios ... - Wall Street Journal
";
arnews[3] += "In the aptly named episode, “Teamwork,” House had to go about rebuilding his team after Chase and Cameron decided to quit. Cameron forgave Chase for killing President Dibala, but thought they needed to get away from Princeton-Plainsboro and ...";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 15:38:00 GMT";
arnews[3] += "
";
arnews[4]="Creating, celebrating new families - Tacoma News Tribune
";
arnews[4] += "Dressed in a white, floor-length gown, 3-year-old Willow Johnson was ready to officially join her new family. On Friday morning, Darren and Ginger Johnson of Graham legally welcomed Willow as their daughter. Their self-proclaimed “fairy princess ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 09:57:00 GMT";
arnews[4] += "
";
totcount = 5;
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("