var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Sushmita Sen’s special birthday present - Real Bollywood
";
arnews[0] += "The birthday gift Sushmita Sen got from boyfriend Mudassar Aziz on her 34 birthday (November 19) sure was different. He made a special 6-minute long DVD, which captured all of Sushmita’s different moods during the shoot of Dulha Mil Gaya. He wanted ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 00:44:00 GMT";
arnews[0] += "
";
arnews[1]="Sushmita Sen Wallpapers - Glamsham
";
arnews[1] += "[URL=http://www.glamsham.com/download/wallpaper/11/178/0/sushmita-sen-wallpapers.htm][IMG]http://media.glamsham.com/download/wallpaper/celebrities/images/s/sushmita-sen-25-s.jpg[/IMG][/URL] [URL=http://www.glamsham.com/download/wallpaper/11/178/0 ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 06:17:00 GMT";
arnews[1] += "
";
arnews[2]="Sushmita Sen's Birthday gift - Glamsham
";
arnews[2] += "Sushmita Sen got a rare gift from her boyfriend and filmmaker Mudassar Aziz after he gifted the actress a DVD that captures her various moods. The DVD has been shot during the making of the film DULHA MIL GAYA and has been personally edited by the ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 11:01:00 GMT";
arnews[2] += "
";
arnews[3]="Birthday Suite: Sushmita Sen - MSN India Entertainment
";
arnews[3] += "In 1994, two of India's most beautiful women zoomed into international spotlight by winning the Miss World and Miss Universe titles: the ethereal Aishwarya Rai and the enigmatic Sushmita Sen. Awed, Bollywood came knocking at their doors. Aishwarya ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 06:11:00 GMT";
arnews[3] += "
";
arnews[4]="Sushmita Sen adopting another girl child? - SamayLive
";
arnews[4] += "Mumbai: If the latest B-town buzz is to be believed, actress Sushmita Sen is apparently planning to adopt another girl child. Sources reveal that Sush visited an adoption centre last week and most recently the actress was seen shopping at a baby wear ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 15:06:00 GMT";
arnews[4] += "
";
arnews[5]="Happy Birthday Sushmita Sen - StarBoxOffice.com
";
arnews[5] += "Confidence, grace, magnetism sex appeal, intrigue, elegance and beauty with brains describe Sushmita Sen best. The versatile actress who hasn’t got her due in Bollywood yet turns 34 today. We take a look at some of her performances that turned up ...";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 09:23:00 GMT";
arnews[5] += "
";
arnews[6]="Birthday wishes to Sushmita Sen - IndiaGlitz
";
arnews[6] += "The tall beauty made headlines the day she stepped into the beauty world. Sushmita Sen went on to become the first Indian woman to win the Miss Universe crown and then seldom turned back. Although her filmography doesn’t show an impressive picture ...";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 05:19:00 GMT";
arnews[6] += "
";
arnews[7]="Sushmita Sen to adopt another child - Bollywood Mantra
";
arnews[7] += "Former Miss Universe and Bollywood actress Sushmita Sen had already experienced the charm of being a mother by adopting a girl child many years back. Now she wanted to adopt another child most likely a girl child for her daughter Renee’s companion ...";
arnews[7] += "
Publ.Date : Thu, 19 Nov 2009 21:26:00 GMT";
arnews[7] += "
";
arnews[8]="Sushmita Sen may adopt another baby - Masala.com
";
arnews[8] += "Sushmita Sen turns 34 today (Nov 19) and the news is that she seems all set to adopt another female child. Sushmita has been a single mother since 2000, when she adopted her daughter Renee (pictured left). The thought of having another baby girl has ...";
arnews[8] += "
Publ.Date : Thu, 19 Nov 2009 12:01:00 GMT";
arnews[8] += "
";
totcount = 9;
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("