var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Hrithik Roshan, Barbara Mori: The ‘Kites’ Editing Story! - Entertainment and Showbiz!
";
arnews[0] += "The whole confusion started after the film was leaked on You Tube and the International version being let out creating some speculation on what content did the film actually have. It so happened that since the producer Rakesh Roshan has had two ...";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 02:25:00 GMT";
arnews[0] += "
";
arnews[1]="Rakesh Roshan's Kites promo leaked online - New Kerala
";
arnews[1] += "Feb 6, 2010 : The most-awaited film of the year, Rakesh Roshan's 'Kites', will be releasing its two ... should be anticipating the audience's reaction to the promo that shows Hrithik Roshan and Barbara Mori's love story in the film and even has a ...";
arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 14:38:00 GMT";
arnews[1] += "
";
arnews[2]="Hrithik Roshan, Barbara Mori: Kites, Blowing in the wind! - Entertainment and Showbiz!
";
arnews[2] += "What has upset the Roshan’s camp is the fact that the rushes of the film ‘Kites’ have been already leaked on U-Tube. According to sources, these promotional clips were sent to the concerned company for the International audiences and thus it ...";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 10:27:00 GMT";
arnews[2] += "
";
arnews[3]="Hrithik Roshan, Barbara Mori: The ‘Kites’ Editing Story! - Entertainment and Showbiz!
";
arnews[3] += "According to the busy grapevine, the film ‘Kites’ is making the film makers run after it like a real kite flying frantically in the sky without much control by the flyer! The whole confusion started after the film was leaked on You Tube and the ...";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 02:25:00 GMT";
arnews[3] += "
";
arnews[4]="Kites promo leaked online - The Gaea Times
";
arnews[4] += "The team, which should be anticipating the audience’s reaction to the promo that shows Hrithik Roshan and Barbara Mori’s love story in the film and even has a kissing scene, is instead worried over something else. The promo leaked somehow and was ...";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 13:49:00 GMT";
arnews[4] += "
";
totcount = 5;
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("