var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Next "Underworld" To Be Written By "The Shield" Writer - IESB.NET
";
arnews[0] += "The next installment in the \"Underworld\" series has found a writer. THR had the news today: \"The Shield\" writer John Hlavin has been hired to pen the fourth installment in Screen Gems/Lakeshore's \"Underworld\" franchise. Len Wiseman, who directed the ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 06:22:00 GMT";
arnews[0] += "
";
arnews[1]="Lupe Fiasco heads to the History Channel - S2Smagazine.com
";
arnews[1] += "Lupe, along with other notable entertainers, like Don Cheadle and Bruce Sprinsteen, teamed up with renowned historian-author-playwright Howard Zinn for a project based on Howard’s book, The People’s History of the United States . Both the book ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 17:58:00 GMT";
arnews[1] += "
";
arnews[2]="Recount set in Columbia trustee race - Pomeroy Daily Sentinel
";
arnews[2] += "POMEROY — The Meigs County Board of Elections will conduct an automatic recount of votes cast in Columbia Township in order to determine which of two men was elected township trustee there. Only one vote separates Marco Jeffers and Gary A. Spencer ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 06:17:00 GMT";
arnews[2] += "
";
arnews[3]="Lupe Fiasco, Others To Appear In Upcoming History Channel Documentary ... - Baller Status
";
arnews[3] += "Rapper Lupe Fiasco, singer John Legend, actor Kerry Washington, and several others is set to appear on a History Channel documentary called \"The People Speak,\" chronicling the history of the U.S. The film will feature dramatic performances ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 08:48:00 GMT";
arnews[3] += "
";
arnews[4]="Iron Man 2 Minimates and Marvel Select Figures - Superhero Hype!
";
arnews[4] += "The stars of the blockbuster Iron Man 2 have invaded the Minimates line and they're going to blow you away! This assortment contains Iron Man & Whiplash, Iron Man & War Machine, the high-tech mystery army-builder & Pepper Potts, plus the limited ...";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 15:14:00 GMT";
arnews[4] += "
";
arnews[5]="Writing First For Reiner - Southwest Times Record
";
arnews[5] += "Carl Reiner’s entertainment resume and list of industry accomplishments comprise an ongoing saga. The winner of 12 Emmys and a Grammy Award has worked alongside an eclectic mix of performers, from Mel Brooks, Sid Caesar, Dick Van Dyke, Neil Simon ...";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 15:36:00 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("