var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Reliance Big Entertainment and Brad Pitt to develop film on Dark Void - Indian Television
";
arnews[0] += "MUMBAI: Reliance Big Entertainment (RBE), under its creative partnership deal with Brad Pitt’s production company Plan B Entertainment, has reached an agreement to produce a sci-fi film Dark Void, based on an upcoming video game with the same name ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 16:59:00 GMT";
arnews[0] += "
";
arnews[1]="Brad Pitt company buys film rights to Airtight Games' 'Dark Void' - Boulder Clarion
";
arnews[1] += "SEATTLE — Airtight Games' debut video-game title, \"Dark Void,\" doesn't go on sale until January, but it just hit one out of the park. Capcom, which will publish the game, just announced movie star Brad Pitt's production company bought \"Dark Void's ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 09:21:00 GMT";
arnews[1] += "
";
arnews[2]="Brad Pitt Turns Down $5 Million For Trick-Or-Treating? - Post Chronicle
";
arnews[2] += "Brad Pitt reportedly turned down $5 million for a public appearance to spend time with his children. The 'Burn After Reading' star had been due to attend the Grand Prix Ball Abu Dhabi in the United Arab Emirates on October 31, but failed to show up ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 14:51:00 GMT";
arnews[2] += "
";
arnews[3]="Brad Pitt’s Production Company Purchased Rights To “Dark Void“ - The Celebrity Cafe.com
";
arnews[3] += "Plan B Entertainment bought the film rights for the upcoming video game “Dark Void“ Brad Pitt’s production company purchased the rights to video game “Dark Void,” reported the Boston Herald. The video game, which is being published by ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 03:02:00 GMT";
arnews[3] += "
";
arnews[4]="Reliance Big Entertainment and Brad Pitt to develop film on Dark Void - Indian Television
";
arnews[4] += "MUMBAI: Reliance Big Entertainment (RBE), under its creative partnership deal with Brad Pitt’s production company Plan B Entertainment, has reached an agreement to produce a sci-fi film Dark Void, based on an upcoming video game with the same name ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 16:59:00 GMT";
arnews[4] += "
";
arnews[5]="Reliance Big, Brad Pitt sign pact for sci-fi film Dark Void - Hindustan Times
";
arnews[5] += "Reliance Big Entertainment and Brad Pitt's production company Plan B have entered into a pact with leading video gaming firm Capcom to make the sci-fi action game Drak Void into a motion picture. \"The theatrical version of the 'Dark Void' game is ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 16:02: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("