var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="TV Watch: 'Friday Night Lights' recap: 'Injury List'
";
arnews[0] += "Don't get me wrong, I love Friday Night Lights and I'm completely absorbed in the way Coach Eric is grappling with the challenge of building the Lions up from the ground.";
arnews[0] += "
Publ.Date : Thu, 28 Jan 2010 05:00:00 GMT";
arnews[0] += "
";
arnews[1]="Inside the Numbers: AskMen.coma s Top 99 women
";
arnews[1] += "It's not exactly the American Film Institute's Top 100 film list or an old-school EW Power List, but that doesn't mean we can't parse AskMen.com's annual list of lust for clues to men's hearts.";
arnews[1] += "
Publ.Date : Wed, 20 Jan 2010 19:11:06 GMT";
arnews[1] += "
";
arnews[2]="'FNL' returning to NBC in April; Globes to have a ;Hangover'; Hasselbecks swap shows
";
arnews[2] += "If you've been missing the residents of Dillon, Texas, the acclaimed drama \"Friday Night Lights\" will be back on NBC on April 30, the network has announced.";
arnews[2] += "
Publ.Date : Fri, 15 Jan 2010 00:22:37 GMT";
arnews[2] += "
";
arnews[3]="Taylor Kitsch going part-time on 'FNL'
";
arnews[3] += "The entry titled \"Taylor Kitsch going part-time on 'FNL'.\" Categories Taylor Kitsch going part-time on 'FNL' Monday, January 11, 2010, 12:02 PM Kristen over at EOnline reports that \"Friday Night Lights\" star Taylor Kitsch will not be a full-time cast member next season.";
arnews[3] += "
Publ.Date : Mon, 11 Jan 2010 19:15:08 GMT";
arnews[3] += "
";
arnews[4]="Taylor Kitsch Leaving Friday Night Lights?! His Boss Tells All
";
arnews[4] += "Take a knee, Friday Night Lights fans. It's true. Taylor Kitsch won't be a full-fledged castmember next season.";
arnews[4] += "
Publ.Date : Mon, 11 Jan 2010 16:55:00 GMT";
arnews[4] += "
";
arnews[5]="High fives: The A+E highlights of 2009
";
arnews[5] += "Brad Pitt in a scene from, \"Inglourious Basterds,\" Arts + Entertainment's pick for best comedy of 2009.";
arnews[5] += "
Publ.Date : Sun, 27 Dec 2009 22:09:20 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("