var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Hrithik Roshan- Barbara Mori's 'Kites' set to take the world stage - New Kerala
";
arnews[0] += "Reliance BIG Pictures and Rakesh Roshan's much awaited 'Kites' is all set to make its mark on the world. Directed by Anurag Basu, starring Hrithik Roshan and the Mexican stunner Barbara Mori, the film has two versions Hindi and English. Brett Ratner ...";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 09:38:00 GMT";
arnews[0] += "
";
arnews[1]="Brett Ratner will be sending ‘Kites’ soaring - The Celebrity Cafe.com
";
arnews[1] += "... is a love story shot in Las Vegas, Mumbai, New Mexico and Los Angeles with music composed by Rajesh Roshan.’” The motion picture will be helmed by Anurag Basu and will star Hrithik Roshan and Bárbara Mori. Ratner’s previous credits ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 03:02:00 GMT";
arnews[1] += "
";
arnews[2]="Hrithik’s ‘Kites’ being re-formatted in Hollywood for Western ... - The Gaea Times
";
arnews[2] += "NEVADA - Well known American filmmaker Brett Ratner (Red Dragon) is “editing” English version of Bollywood blockbuster ‘Kites’ to fit in the Western psyche, according to reports. It may be the first for a Hollywood director formatting a ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 07:44:00 GMT";
arnews[2] += "
";
arnews[3]="Hrithik-Barbara's ‘Kites’ set to take the world stage - Bollywood Mantra
";
arnews[3] += "Reliance BIG Pictures and Rakesh Roshan ’s much awaited ‘ Kites ’ is all set to make its mark on the world. Directed by Anurag Basu, starring Hrithik Roshan and the Mexican stunner Barbara Mori, the film has two versions Hindi and English ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 07:05:00 GMT";
arnews[3] += "
";
arnews[4]="Kites to fly late - IndiaGlitz
";
arnews[4] += "Sadly, people, this movie is again postponed. Rakesh Roshan’s much-anticipated venture ‘Kites’ has put off its release date to much later one. From 16 Oct 2009 to Feb 20010 and now its March 2010… The Hrithik- Kangna Ranaut - Barbara Mori ...";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 08:37:00 GMT";
arnews[4] += "
";
arnews[5]="Ratner re-edits Reliance's 'Kites' - Variety
";
arnews[5] += "LONDON -- 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. Reliance is readying two versions of “Kites ...";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 23:28: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("