var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="FlashForward: No Looking Back
";
arnews[0] += "This week, the agents go to Washington to testify before a closed session of the Senate Intelligence Committee in order to justify the funding for their Mosaic project.";
arnews[0] += "
Publ.Date : Fri, 23 Oct 2009 23:39:18 GMT";
arnews[0] += "
";
arnews[1]="FlashForward
";
arnews[1] += "The fifth episode of FlashForward starts off ominously, as we see Benford and Wedeck's car and another collide head-on. Before anything more can be revealed, the episode jumps back a few days to show the FBI gang is on a road trip to the nation's capital to get more funding for the MOSAIC program.";
arnews[1] += "
Publ.Date : Fri, 23 Oct 2009 16:18:01 GMT";
arnews[1] += "
";
arnews[2]="Fall Frights: FEAST
";
arnews[2] += "Fall Frights: FEAST Sunday, October 04, 2009 05:12 AM Ryan Rotten In the spirit of Halloween '09, we're breaking out reviews of some Fall Frights you may want to work into your monthly viewing.";
arnews[2] += "
Publ.Date : Sun, 04 Oct 2009 12:13:12 GMT";
arnews[2] += "
";
arnews[3]="Alynda Wheata s Beat Cop: Hallelujah! Ita s the real (Jack) McCoy
";
arnews[3] += "Friday's more-than-solid premiere of Law & Order tells us one of two things: either creator Dick Wolf is right, and the show has 20 more years of cops and courts left in it, or they're setting up one hell of a series-ending season.";
arnews[3] += "
Publ.Date : Tue, 29 Sep 2009 02:37:09 GMT";
arnews[3] += "
";
arnews[4]="Numbers Proposal: Will Amita Say Yes?
";
arnews[4] += "Not every TV cliff-hanger features gunshots, explosions and possible deaths. In the case of Numbers , the season ended with fans eager to hear whether Amita would accept a proposal from Charlie .";
arnews[4] += "
Publ.Date : Sat, 26 Sep 2009 02:15:46 GMT";
arnews[4] += "
";
arnews[5]="Hollywood Stars Raise Awareness of Mental Health
";
arnews[5] += "The Entertainment Industries Council, Inc. , the premiere non-profit organization dedicated to raising awareness of health and social issues through the entertainment industry, announced a list of stars appearing on the 2009 Annual PRISM Awards Showcase television special.";
arnews[5] += "
Publ.Date : Fri, 25 Sep 2009 12:18:51 GMT";
arnews[5] += "
";
arnews[6]="TV tonight: 'FlashForward'
";
arnews[6] += "It's catch-up time already. Here's a second chance to see the season's best new shows.";
arnews[6] += "
Publ.Date : Fri, 25 Sep 2009 07:00:00 GMT";
arnews[6] += "
";
arnews[7]="What's on TV tonight?
";
arnews[7] += "FlashForward and Modern Family , ABC. Here's a second chance to see the season's best new shows.";
arnews[7] += "
Publ.Date : Fri, 25 Sep 2009 07:00:00 GMT";
arnews[7] += "
";
arnews[8]="Fire up that flat screen
";
arnews[8] += "We're in the final stretch for fall television premieres. More than 40 shows already have debuted in the last two weeks, with 27 on tap between now and next Thursday, and eight stragglers popping up in October.";
arnews[8] += "
Publ.Date : Thu, 24 Sep 2009 07:00:00 GMT";
arnews[8] += "
";
totcount = 9;
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("