var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Doc Jensen geeks out on a FlashForwarda : Follow the clues; crack the mystery
";
arnews[0] += "In the new issue of Entertainment Weekly now on newsstands, you'll find a story written by yours truly in which I geek out on my new TV obsession, the ABC sci-fi drama FlashForward .";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 00:50:59 GMT";
arnews[0] += "
";
arnews[1]="British Actors Invade TV
";
arnews[1] += "\"Americans do this lovey-dovey rubbish, right?\" Fiennes and Walger in FlashForward .";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 20:07:07 GMT";
arnews[1] += "
";
arnews[2]="Flash Forward: Preview of Episode 9 "Believe"
";
arnews[2] += "Our characters are taking control of their fates in Flash Forward , gripping the hope brought forth by the death of Agent Al Gough.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 05:00:33 GMT";
arnews[2] += "
";
arnews[3]="THG's Top 10 Favorite TV Doctors
";
arnews[3] += "They may not be real doctors, but they cure what ails us on TV. Well, most of the time at least.";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 21:50:00 GMT";
arnews[3] += "
";
arnews[4]="Which Brit has the best American accent?
";
arnews[4] += "Which Brit has the best American accent? Hugh Laurie played the definitive English upper-class twit in Jeeves and Wooster.";
arnews[4] += "
Publ.Date : Fri, 13 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Tivo it: Thursday night's TV highlights
";
arnews[5] += "Well, now we know: The future is not set on \"FlashForward\" , a lesson we learned last week when Agent Al sabotaged his flash-revealed future by committing suicide.";
arnews[5] += "
Publ.Date : Thu, 12 Nov 2009 08:00:00 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("