var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Sneak Peek - Aishwarya Rai and Abhishek Bachchan's Lux Ad
";
arnews[0] += "Their very first ad together for Lux soap. We're giving you a sneak peek of the actual ad before anyone else does. The ad captures how mesmerised Abhi bhaiyya is with Ash, when...";
arnews[0] += "
Publ.Date : Wed, 21 Oct 2009 13:09:11 GMT";
arnews[0] += "
";
arnews[1]="Silsila Ye Chaahat Ka Song from Devdas - Aishwarya Rai
";
arnews[1] += "www.erosentertainment.com Bollywood.. Anytime, Anywhere!";
arnews[1] += "
Publ.Date : Fri, 14 Aug 2009 06:27:08 GMT";
arnews[1] += "
";
arnews[2]="Aishwarya Rai Fight Scene
";
arnews[2] += "Click here to watch the video";
arnews[2] += "
Publ.Date : Mon, 20 Jul 2009 02:20:18 GMT";
arnews[2] += "
";
arnews[3]="Tyra and Pink Panther 2 Actress Aishwarya Rai Learn A Bollywood Dance
";
arnews[3] += "On Thursday, February 12th's \"The Tyra Banks Show\" the woman dubbed \"The Angelina Jolie of India\" learns some Bollywood moves with the talk show host. Tyra also adds her on...";
arnews[3] += "
Publ.Date : Wed, 11 Feb 2009 18:50:46 GMT";
arnews[3] += "
";
arnews[4]="An all-star cast walks the "pink" carpet for the premiere of "The Pink Panther 2"
";
arnews[4] += "An all-star cast walks the \"pink\" carpet for the premiere of \"The Pink Panther 2\"";
arnews[4] += "
Publ.Date : Wed, 04 Feb 2009 15:09:46 GMT";
arnews[4] += "
";
arnews[5]="Bride & Prejudice - Interview with Aishwarya Rai and Martin Henderson
";
arnews[5] += "The director of \"Bend it Like Beckham\" adds a little Bollywood style to Jane Austen's classic tale, \"Pride and Prejudice.\"";
arnews[5] += "
Publ.Date : Wed, 23 Jul 2008 13:56:55 GMT";
arnews[5] += "
";
arnews[6]="Kajra Re with Aishwarya Rai
";
arnews[6] += "Kajra Re - Aishwarya Rai Indian music ... kajra re aishwarya rai amitabh bachan hindi indi indian bollywood";
arnews[6] += "
Publ.Date : Tue, 15 Jan 2008 18:10:12 GMT";
arnews[6] += "
";
arnews[7]="Little ash (Aishwarya Rai as kid)
";
arnews[7] += "Little ash (Aishwarya Rai as kid)";
arnews[7] += "
Publ.Date : Tue, 19 Jun 2007 16:27:36 GMT";
arnews[7] += "
";
document.title=document.title+ " ";
arnews[8]="Aishwarya Rai Burns David Letterman in his own show
";
arnews[8] += "David letterman tries to make fun of indian tradition... but he gets burned straight down the punchline is David- Do you live with your parents in India Ashwarya- Yes I do David:...";
arnews[8] += "
Publ.Date : Sun, 01 Apr 2007 13:00:15 GMT";
arnews[8] += "
";
arnews[9]=""Desert Rose" by Sting featuring Aishwarya Rai
";
arnews[9] += "A music video of Aishwarya's various video clips to the song \"Desert Rose\".";
arnews[9] += "
Publ.Date : Sat, 21 Jan 2006 16:17:33 GMT";
arnews[9] += "
";
totcount = 10;
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("