var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="[Movies] Latest On Underworld 4
"; arnews[0] += "Kate Beckinsale, the star of the first two films, is unlikely to return, as is Rhona Mitra, star of the third film."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 01:00:19 GMT"; arnews[0] += "
"; arnews[1]="Underworld 4 Gets a Writer from The Shield
"; arnews[1] += "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[1] += "
Publ.Date : Fri, 20 Nov 2009 23:42:27 GMT"; arnews[1] += "
"; arnews[2]="A Fourth Installment of Underworld is Apparently Necessary
"; arnews[2] += "After the gorgeous Kate Beckinsale decided not to return for the third installment of even more vampire / werewolf battles in the Underworld series, I thought that it'd at least become a straight-to-DVD franchise, if not fall into oblivion."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 18:50:08 GMT"; arnews[2] += "
"; arnews[3]="Underworld 4 gets Shield writer
"; arnews[3] += "This could be huge news for the fourth in the Underworld series as word comes out that the a writer of The Shield, John Hlavin, is set to write the script for Underworld 4. Although that spells good news for the series, let's put this in context, there's no director and no lead actress, but there is an idea of where the film would be placed in ..."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 18:49:39 GMT"; arnews[3] += "
"; arnews[4]="John Hlavin Brought on to Write Underworld 4
"; arnews[4] += "A popular genre franchise's next entry will be written by the writer of one of TV's most popular cop dramas."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 12:41:00 GMT"; arnews[4] += "
"; arnews[5]="The Shield Writer to Pen Underworld 4
"; arnews[5] += "\"The Shield\" writer John Hlavin has been hired to pen Underworld 4 for Screen Gems and Lakeshore."; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 05:26:15 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("
");document.write("
");