var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Stephanie Hunt, the rock 'n' roll newcomer on - Friday Night Lights'
";
arnews[0] += "Currently recording with members of the Black Angels, Hunt is on track to break out of a bit role on \"Friday Night Lights\" -- if she's willing to leave the Austin, Texas,music scene behind.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 22:39:45 GMT";
arnews[0] += "
";
arnews[1]="We Hear: Connie Britton, Aimee Teegarden, Ben Affleck and more...
";
arnews[1] += "The plot revolves around Julie Taylor and her mom, Tami 's, college road trip to Harvard and Boston College .";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 05:32:02 GMT";
arnews[1] += "
";
arnews[2]="'Friday Night Lights': Season 4, Episode 3: 'I'm not a Panther anymore'
";
arnews[2] += "Sometimes even the small victories aren't victories. The fourth season of \"Friday Night Lights\" continues to explore a sense of desperation, throwing its characters into unfamiliar and uncomfortable terrain.";
arnews[2] += "
Publ.Date : Thu, 12 Nov 2009 21:03:30 GMT";
arnews[2] += "
";
arnews[3]="Friday Night Lights' scores another TD
";
arnews[3] += "Some shows need to know when to quit. \"CSI,\" while it has seen some creative resurgence this season, has suffered some hard blows since the departure of three of its main cast members.";
arnews[3] += "
Publ.Date : Wed, 11 Nov 2009 13:26:44 GMT";
arnews[3] += "
";
arnews[4]="Lights, Camera.. Filming
";
arnews[4] += "Producer Nan L. Bernstein said that the \"FNL\" shoot was the last of a series of scenes that took place in a number of colleges in the Boston area, including Boston University, Boston College and Tufts University.";
arnews[4] += "
Publ.Date : Mon, 09 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Tracked down: Tom Cruise, John Krasinski, Denis Leary & more..
";
arnews[5] += "\"Knight and Day\" star Tom Cruise , along with wife Katie Holmes and 3-year old daughter Suri , attracting a crowd of spectators while they waited to check out the cannolis at Modern Pastry on Hanover Street .";
arnews[5] += "
Publ.Date : Mon, 09 Nov 2009 22:39:15 GMT";
arnews[5] += "
";
arnews[6]="Friday Night fever in Harvard Square
";
arnews[6] += "Kate Mitchell was in Harvard Square on Saturday when, for some reason, \"Friday Night Lights,\" which is about Texas high-school football, decided to film a scene there.";
arnews[6] += "
Publ.Date : Mon, 09 Nov 2009 19:54:15 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("