var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="House Season 6 Episode 8 Sneak Preview
";
arnews[0] += "Fox Broadcasting just released the season 6 episode 8 sneak preview for \"House\" airing 11/23/2009. \"House\" stars Hugh Laurie, Lisa Edelstein, Omar Epps, Jesse Spencer and Jennifer Morrison.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 13:07:13 GMT";
arnews[0] += "
";
arnews[1]="NFL Picks Week 11: Wherein You (Yes, YOU) Get a Chance to Beat Scott Reid
";
arnews[1] += "Scott Feschuk Last week: 6-8-1 Season: 73-68-3 Scott Reid Last week: 6-8-1 Season: 80-61-3 There are few things more enjoyable in life than beating Scott Reid at something - \" just ask Stephen Harper.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 16:43:16 GMT";
arnews[1] += "
";
arnews[2]="Eric's Bad Movies: Dracula 2000
";
arnews[2] += "Nov 19, 2009 I know that in previous columns I have demonstrated a tendency to obsess over a film's title almost as much as its content, and while I strive to overcome that impulse I can't let it go in the case of Dracula 2000 .";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 15:54:00 GMT";
arnews[2] += "
";
arnews[3]="Television Post : SGU, House, Doctor Who
";
arnews[3] += "Actress Amanda Tapping will reprise her role of Samantha Carter on a forthcoming episode of Syfy's Stargate Universe.";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 05:35:23 GMT";
arnews[3] += "
";
arnews[4]="Olivia Wilde: It's Up to 'House' To Bring Thirteen Back
";
arnews[4] += "Are you happy that the old team is back on House ? Or do you want Thirteen and Taub to be back? Nevertheless, Wilde tells TV Guide that she's happy for the break.";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 21:22:53 GMT";
arnews[4] += "
";
arnews[5]="'House': Orlando Jones joins the family
";
arnews[5] += "Foreman fans have something to look forward to during February sweeps. House 's long-time minion will take center-stage for an upcoming storyline that introduces his estranged brother, played by Orlando Jones .";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 01:44:41 GMT";
arnews[5] += "
";
arnews[6]="Wilde discusses reunion of 'House' team
";
arnews[6] += "This article contains spoilers that some readers may prefer to avoid. Please click here if you wish to continue.";
arnews[6] += "
Publ.Date : Mon, 16 Nov 2009 18:23:53 GMT";
arnews[6] += "
";
totcount = 7;
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("