var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Big B and Lara Dutta to play a married couple
";
arnews[0] += "UNUSUAL ROLE: Lara Dutta, 30, teams up with Amitabh Bachchan, 67, in her new movie.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 23:07:01 GMT";
arnews[0] += "
";
arnews[1]="Brett Ratner will be sending 'Kites' soaring
";
arnews[1] += "Home : Features : Movies : Brett Ratner will be sending 'Kites' soaring Brett Ratner will be sending 'Kites' soaring 20-Nov-2009 Written by: Sari N. Kent Famed action adventure film director Brett Ratner is currently re-editing the romantic action thriller 'Kites,' into an English-language version of Rakesh Roshan's and Reliance BIG Pictures motion ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Brett Ratner to Finally Go Fly 'Kites'
";
arnews[2] += "We've been suggesting for years that Brett Ratner get over himself and go fly a kite.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 23:42:48 GMT";
arnews[2] += "
";
arnews[3]="Brett Ratner flying 'Kites'
";
arnews[3] += "Brett Ratner is re-editing an English-language version of Reliance BIG Pictures and Rakesh Roshan's \"Kites,\" which will be released internationally in both Hindi and English, while in India it will play only in Hindi.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 12:48:00 GMT";
arnews[3] += "
";
arnews[4]="Ratner re-edits Reliance's 'Kites'
";
arnews[4] += "Brett Ratner is going East. The helmer is re-editing the English-language version of Indian media conglom Reliance Big Pictures' $30 million 'Kites' to help it find U.S. distribution.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 15:17:54 GMT";
arnews[4] += "
";
arnews[5]="Brett Ratner helps in giving finishing touches to English version of Kites
";
arnews[5] += "Reliance BIG Pictures and Rakesh Roshan's eagerly awaited film Kites is all set to make its mark not only in India but even in the international arena.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 15:59:10 GMT";
arnews[5] += "
";
arnews[6]="a Kitesa set to take the world stage
";
arnews[6] += "Reliance BIG Pictures and Rakesh Roshana s much awaited a Kitesa is all set to make its mark on the world.";
arnews[6] += "
Publ.Date : Thu, 19 Nov 2009 14:41:15 GMT";
arnews[6] += "
";
totcount = 7;
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("