var arnews = new Array(7);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Fringe and FlashForward fans: enjoy them while they last! - TVbytheNumbers
";
arnews[0] += "Barring a decision by FOX to move Fringe to a better time slot, or some statement from FOX along the lines of “We love this show, we love JJ Abrams, and we don’t care how bad the ratings are we will air this show forever,” I wouldn’t plan on ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 20:21:00 GMT";
arnews[0] += "
";
arnews[1]="Red Carpet: A fruitful 45 years at Glide - San Francisco Examiner
";
arnews[1] += "‘From the Hood to the House’: On Thursday at the War Memorial Opera House, local luminaries came out for a concert honoring the Rev. Cecil Williams’ 45th anniversary at Glide Memorial Church. The performance — a holiday benefit for Mo’s ...";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 06:12:00 GMT";
arnews[1] += "
";
arnews[2]="Survivor Samoa: Refuse To Lose - Buddytv.com
";
arnews[2] += "Did you hear about the guy last week who accidentally ejected himself from a plane? He was trying to hold on to a lever during a turbulent moment and then he was airborne. He had no idea what had happened. That's what happened to Kelly on last night ...";
arnews[2] += "
Publ.Date : Thu, 12 Nov 2009 23:58:00 GMT";
arnews[2] += "
";
arnews[3]="Should Reboot = Recast?: UPDATED - COMICBOOKMOVIE.com
";
arnews[3] += "With so much talk of Reboots, does a Reboot always equal Recast? I say \"Don't throw the baby out with the bathwater!\" I have asked myself this question numerous times, \"Does Rebooting a Franchise always mean Rebooting the cast?\" Truthfully I am ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 16:34:00 GMT";
arnews[3] += "
";
arnews[4]="How to reboot the Fantastic Four franchise - COMICBOOKMOVIE.com
";
arnews[4] += "A 6-step process to get Marvel's first family back on track... There’s a reason it’s called “The World’s Greatest Comic Magazine.” They’re Marvel’s first great superhero team and the first great comic of the Marvel Age. But despite this ...";
arnews[4] += "
Publ.Date : Sun, 15 Nov 2009 20:12:00 GMT";
arnews[4] += "
";
arnews[5]="Top 20 TV Ensembles from the Past 20 Years - Examiner
";
arnews[5] += "Sure, television is only as good as its script, but where a TV series really shines is in its ability cast actors who fit their written characters to a \"T.\" You almost always know a great TV ensemble cast even if you haven't been an avid fan of the ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 04:43: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("