var arnews = new Array(6);
totcount = 6;
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]="a Casting Coucha does exist in Bollywood Asheesh Kapur
";
arnews[1] += "ASHEESH KAPUR tells JYOTHI VENKATESH that the syndrome of casting couch does exist in Bollywood and male actors are also victimsa Is a Kurbaana your debut film as an actor? No.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 13:58:11 GMT";
arnews[1] += "
";
arnews[2]="Kurbaan is not a risk- Asheesh Kapur
";
arnews[2] += "ASHEESH KAPUR tells JYOTHI VENKATESH that the syndrome of casting couch does exist in Bollywood and male actors are also victims... Is 'Kurbaan' your debut film as an actor? No.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 13:36:49 GMT";
arnews[2] += "
";
arnews[3]="The thrill pill
";
arnews[3] += "To get the green, you've got to go into the blue,' said Akshay Kumar in Blue, promising a thrilling viewing.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 02:53:15 GMT";
arnews[3] += "
";
arnews[4]="Lara Dutta to play Big B's wife
";
arnews[4] += "Is Dilip Kumar the role model for Amitabh Bachchana s character in Pritish Nandya s 2010 film The Actor? It would appear so, because the Big B plays a film star married to a much younger woman.";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 02:58:20 GMT";
arnews[4] += "
";
arnews[5]="Lara Dutta features on the cover of 150th issue of Elle magazine
";
arnews[5] += "A great philosopher once told his beloved, 'I love you not because you are beautiful.";
arnews[5] += "
Publ.Date : Sat, 14 Nov 2009 16:47:45 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("