var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Writer Hired For Underworld 4
";
arnews[0] += "The Shield was one of those acclaimed and beloved TV series that had its own audience for sure, but thanks to a spot on cable, didn't exactly blow up into the mainstream the way it might have.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 00:44:11 GMT";
arnews[0] += "
";
arnews[1]="Gather your nuts
";
arnews[1] += "We all like to say that the end of the year is the time for a better, more thoughtful breed of movie - you know, the fancy-pants pictures, whose solemn duty is to clear the last stink of summer blockbuster from the air and replace it with the fine incense of awards-buzz respectability.";
arnews[1] += "
Publ.Date : Thu, 05 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="'Shield' writer to pen 'Underworld 4'
";
arnews[2] += "The Shield writer John Hlavin has signed on to pen the screenplay for the fourth Underworld movie.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 02:35:04 GMT";
arnews[2] += "
";
arnews[3]="Underworld 4 Gets a Writer from The Shield
";
arnews[3] += "Writer John Hlavin has been around the block. He's written several episodes of The Shield , the incredibly popular FX show, and episodes of Trust Me , the recently canceled TNT drama.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 23:42:27 GMT";
arnews[3] += "
";
arnews[4]="Top 10 Hottest Vampires
";
arnews[4] += "Originally published November 20, 2009 at midnight, updated November 20, 2009 at 8:05 a.m. 10.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 21:07:16 GMT";
arnews[4] += "
";
arnews[5]="Kate Beckinsale Leaves Puppy In Car For Hours Alone
";
arnews[5] += "Got hot tips, pics or just want something posted send an e-mail to tips@celebdirtylaundry.com and we will be glad to post it! Beatles Holiday Poster Giveaway! In time for the holidays we are running another CDL contest.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 20:49:23 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("