var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Hrithik starrer 'Kites' to hit theatres on May 21
";
arnews[0] += "Hrithik Roshan starrer romantic saga 'Kites', which also marks the Bollywood debut of Mexican model Barbara Mori, will hit theatres worldwide on May 21.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 11:52:12 GMT";
arnews[0] += "
";
arnews[1]="Jackie Shroff Launches Breathless Flute | Gallery - Bollywood ...
";
arnews[1] += "Some related posts from Technorati and Google . [Vamban News] After Politics, is Bollywood Amar Singh's Next Destination? : His career as a politician may have taken an unexpected turn with his expulsion from the Samajwadi Party, but Amar Singh says he has a lot on his plate right now, including a couple of movies.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 15:29:25 GMT";
arnews[1] += "
";
arnews[2]="Arts & Entertainment Calendar Feb. 4 through May 8
";
arnews[2] += "4 to 6, at 8 p.m. Carlo Theatre in Blue Lake. Admission: pay as you can. Mature audiences only.";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="'Kites' theatrical trailer leaked
";
arnews[3] += "He is considered one of the best actors in Bollywood, and the best dancer. Also, he has two thumbs on his right hand.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 03:58:02 GMT";
arnews[3] += "
";
arnews[4]="'Kites' director admits differences with producer Rakesh Roshan
";
arnews[4] += "By Subhash K. Jha, Mumbai, Feb 7: Anurag Basu, director of the upcoming Hrithik Roshan-starrer \"Kites\", has admitted for the first time there were differences with producer Rakesh Roshan.";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 15:58:01 GMT";
arnews[4] += "
";
arnews[5]="Rakesh Roshan's Kites promo leaked online
";
arnews[5] += "Feb 6, 2010 : The most-awaited film of the year, Rakesh Roshan's 'Kites', will be releasing its two-and-a-half-minute promo along with the prints of 'My Name Is Khan' on February 12.";
arnews[5] += "
Publ.Date : Sat, 06 Feb 2010 15:35:33 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("