var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Judd Apatow on "Superbad," "Pineapple Express" and "Funny People ... - WorstPreviews.com
";
arnews[0] += "Screen Gems has hired \"The Shield\" writer John Hlavin to pen the script for the fourth installment in the \"Underworld\" franchise. At this point, neither Kate Beckinsale (Underworld, Underworld: Evolution) or Rhona Mitra (Underworld: Rise of the ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 16:03:00 GMT";
arnews[0] += "
";
arnews[1]="Writer Tapped For Underworld 4 - ShockTillYouDrop.com
";
arnews[1] += "The Hollywood Reporter's Heat Vision Blog reports that John Hlavin (who worked on FX's The Shield ) has been hired to write the script for Underworld 4 for Screen Gems/Lakeshore Entertainment. Here are the facts we know - Len Wiseman, who directed ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 05:04:00 GMT";
arnews[1] += "
";
totcount = 2;
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("