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]="Dominic Monaghan Practices Being OCD for 'Flash Forward' Role
";
arnews[1] += "So far we've been far too charmed by Simon on Flash Forward , and it's not just because he's played by Dominic Monaghan.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 19:59:31 GMT";
arnews[1] += "
";
arnews[2]="'Lost' season 6 premiere date confirmed
";
arnews[2] += "I've got a new numbers-related Lost mystery for ya. Anyone know what 02022010 means? I do a ' it's the show's return date! ABC just confirmed that Lost will kick off its sixth and final season with a two-hour premiere on Tuesday, Feb.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 02:15:43 GMT";
arnews[2] += "
";
arnews[3]="British Actors Invade TV
";
arnews[3] += "\"Americans do this lovey-dovey rubbish, right?\" Fiennes and Walger in FlashForward .";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 20:07:07 GMT";
arnews[3] += "
";
arnews[4]="Flash Forward: Preview of Episode 9 "Believe"
";
arnews[4] += "Our characters are taking control of their fates in Flash Forward , gripping the hope brought forth by the death of Agent Al Gough.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 05:00:33 GMT";
arnews[4] += "
";
arnews[5]="Televisualist: We Didn't Call It "Skate Idol"
";
arnews[5] += "Each week, Torontoist examines the upcoming TV listings and makes note of programs that are entertaining, informative, and of quality.";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 21: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("