var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="7 Days
";
arnews[0] += "THURSDAY FEBRUARY 11 Cult Leader Who decides what films are worthy of the designation \"cult classic?\" People like Weekly pop culture writer Drew Taylor, that's who.";
arnews[0] += "
Publ.Date : Thu, 14 Jan 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="One Fish, Two Fish, Back Fish, Buju Fish: Bigots and Tim Tebow: Goda s Own Lady Gaga
";
arnews[1] += "Is football hottie Tim Tebow a big old fag? He sure looks like one in the commercial he made for the Superbowl.";
arnews[1] += "
Publ.Date : Tue, 18 Aug 2009 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="Smallville: Absolute Justice an absolute joy
";
arnews[2] += "Lexington TV Examiner rates this: Long anticipated, Friday night's two hour television movie Smallville: Absolute Justice was more than just two episodes of the CW 's popular Smallville series.";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Saints: Do It for Daddy
";
arnews[3] += "Eventually, I'll come to the intersection where Veteran's Memorial Stadium stares out at me and forces my right turn signal.";
arnews[3] += "
Publ.Date : Thu, 04 Feb 2010 04:31:00 GMT";
arnews[3] += "
";
arnews[4]="Friday Brings Justice Society (And Pam Grier As Amanda Waller) To SMALLVILLE
";
arnews[4] += "Friday Brings Justice Society To SMALLVILLE!! Why do Clark, Chloe, Ollie and J'onn, who are in the superhero business, know nothing of these geezerly superheroes? I was hoping it was because the oldsters all live on Earth 2 alongside William Bell -- but with Dr.";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 11:19:18 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("