var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Rumor Patrol: Is TV's 24 Ending? Will Freddie Prinze Jr. Become the New Jack Bauer?
";
arnews[0] += "If a 24 movie really is in the works , someone should tell Kiefer Sutherland . Just last month, Kiefer himself told us he wouldn't even consider doing a 24 movie until the TV show was done.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 21:27:37 GMT";
arnews[0] += "
";
arnews[1]="Review: '24' - '10:00PM - 11:00PM'
";
arnews[1] += "I'm going to whine a lot about this episode, so that's just a little warning to anyone absolutely loving this season of '24.' But first, let's talk about the great scene where Renee goes ballistic, stabs Vladimir, then accidentally stabs Jack.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 08:54:00 GMT";
arnews[1] += "
";
arnews[2]="24 Reaction 10:00-11:00 - Let's Take It Slow
";
arnews[2] += "At a party the other day, I marveled at how I'm pleasantly surprised with this season of 24 so far.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 04:16:13 GMT";
arnews[2] += "
";
arnews[3]="TV Round-Up
";
arnews[3] += "Last week, we saw Chuck go on his first solo mission. This week, we see Chuck get his first asset and we are reminded again of how much a product of the mentor-ship of Casey and Sarah Chuck really is.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 23:55:19 GMT";
arnews[3] += "
";
arnews[4]="Six Reasons Why '24' Has Jumped the You-Know-What
";
arnews[4] += "What is going on with Jack Bauer? Have you been watching '24' this season, the first time set in New York City? There were high expectations that this might be the best season yet for '24' because we'd be seeing a lean, mean, older Jack who has been through the wringer and knows all the tricks and turns of the business.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 16:00:00 GMT";
arnews[4] += "
";
arnews[5]="Letters to Savannah
";
arnews[5] += "In her recent, cautiously positive review of Extraordinary Measures , film critic Dana Stevens advanced the idea on Slate that the movie world's new guilty pleasure is pablum rather than pulp.";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 19:25:57 GMT";
arnews[5] += "
";
arnews[6]="OMG Internet, You're Such A Dick
";
arnews[6] += "Well, this is a pretty insensitive thing for you to send me. What else did you shit out today? *Facebook friend request from John Lennon to Sean.";
arnews[6] += "
Publ.Date : Wed, 03 Feb 2010 03:26:27 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("