var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Do Knot Disturb - Trailer (Govinda, Ritesh Deshmukh, Lara Dutta & Sushmita Sen)
";
arnews[0] += "Visit us at www.rajshri.com for the latest bollywood film reviews, makings & trailers. ... Theatrical Promo teaser recent upcoming movies releases Do Not Disturb Puja...";
arnews[0] += "
Publ.Date : Fri, 14 Aug 2009 13:21:00 GMT";
arnews[0] += "
";
arnews[1]="Bollywood awards open in Macau
";
arnews[1] += "Day one of the International Indian Film Academy awards kicked off with a special performance of Cirque du Soleil in Macau.Bollywood stars Abhishek Bachchan, Aishwarya Rai,...";
arnews[1] += "
Publ.Date : Fri, 12 Jun 2009 05:47:03 GMT";
arnews[1] += "
";
arnews[2]="Sushmita Sen.1@Karma Aur Holi
";
arnews[2] += "Copyright © 2009 Ani Kurb (AK) ... Sushmita Sen Karma Aur Holi";
arnews[2] += "
Publ.Date : Mon, 27 Apr 2009 18:23:29 GMT";
arnews[2] += "
";
arnews[3]="DVD Launch of Film 'Samara' By Sushmita Sen
";
arnews[3] += "See DVD Launch of Film 'Samara' By Sushmita Sen Video.";
arnews[3] += "
Publ.Date : Thu, 28 Feb 2008 13:02:45 GMT";
arnews[3] += "
";
arnews[4]="Sushmita returns signing amount
";
arnews[4] += "New Delhi, Jan 28, 2008 : Sushmita Sen has reportedly turned down the singing amount of producer Vijay Galani as she was not given a bound script on time. The Producer had signed...";
arnews[4] += "
Publ.Date : Mon, 04 Feb 2008 23:39:17 GMT";
arnews[4] += "
";
arnews[5]="Headlines India News Bulletin, January 20, 2008
";
arnews[5] += "Know About Latest India News From The World Of Films, Fashion, Lifestyle And Sports. Sushmita Sen, Hyderabad, Gupta Dynasty, Wills Lifestyle India Fashion Week";
arnews[5] += "
Publ.Date : Mon, 21 Jan 2008 05:51:03 GMT";
arnews[5] += "
";
arnews[6]="Sushmita Sen Deepika Padukone on Zoom TV`s Page3 300307
";
arnews[6] += "Watch Sushmita Sen with daughter Renee, walking the ramp for Neeta Lulla`s creations at the Lakme Fashion Week. Also, catch a bevy of celebrities, like Fardeen Khan, Shabana Azmi,...";
arnews[6] += "
Publ.Date : Fri, 11 Jan 2008 21:27:00 GMT";
arnews[6] += "
";
document.title=document.title+ " ";
arnews[7]="Sushmita Sen Hot Video
";
arnews[7] += "Sushmita Sen Hot Video";
arnews[7] += "
Publ.Date : Mon, 17 Dec 2007 07:05:13 GMT";
arnews[7] += "
";
arnews[8]="Miss India 1994 Part II Aishwarya Rai Sushmita Sen
";
arnews[8] += "Part II from the show of Miss India 1994, not the highlights. Features Miss World 1994 Aishwarya Rai and Miss Universe 1994 Sushmita Sen, also Miss Asia-Pacific semifinalist...";
arnews[8] += "
Publ.Date : Mon, 06 Aug 2007 22:24:58 GMT";
arnews[8] += "
";
arnews[9]="Aishwarya Rai vs Sushmita Sen
";
arnews[9] += "Two beautiful beauty queens..who do you like?";
arnews[9] += "
Publ.Date : Sun, 25 Mar 2007 16:19:32 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("