var arnews = new Array(6);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="8daysageek.com Reboots The Fantastic Four! - COMICBOOKMOVIE.com
";
arnews[0] += "Human Torch – Eric Christian Olsen I thought the original casting of Johnny was perfect, so I didn’t want to stray far but I also didn’t want to cast the same person, and since Eric here doesn’t age like a human he can still pull off the late ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 16:36:00 GMT";
arnews[0] += "
";
arnews[1]="Thursday at 7pm Community, 7:30pm Parks and Recreation, 8pm The Office ... - WAFF
";
arnews[1] += "When Annie (Alison Brie) starts hanging out with Britta's ex-boyfriend Vaughn (guest star Eric Christian Olsen), Britta (Gillian Jacobs) and Jeff (Joel McHale) vow to protect her. Meanwhile, Pierce (Chevy Chase) feels left out at Troy (Donald Glover ...";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 06:55:00 GMT";
arnews[1] += "
";
arnews[2]="Post a Comment - Star-Press
";
arnews[2] += "Q: When I was a little girl (in the 1970s) I remember being terrified by my first scary movie. It was about a man who I think had been on a trip and brought his girlfriend this freaky little statue back that came to life and terrorized the girl all ...";
arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 09:29:00 GMT";
arnews[2] += "
";
arnews[3]="TV Q&A: 'Get Real' a show about a very average family - Florida Today
";
arnews[3] += "QUESTION: I remember a TV series from about 10 years ago about a family with three kids -- it was about the problems they had, but it was very down to earth. The only other thing I remember about it was one of the kids -- a teenage boy -- had a deaf ...";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 06:08:00 GMT";
arnews[3] += "
";
arnews[4]="'Community' Recap: 'Beginner Pottery' - Starpulse.com
";
arnews[4] += "This week's episode of Community was a treat for fans, delivering on all the long-arc plotlines the first half of the season carefully built. As Britta and Jeff walk through the quad, we are briefly reminded of Jeff's professor girlfriend when Britta ...";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 13:34:00 GMT";
arnews[4] += "
";
totcount = 5;
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("