var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Sushmita Sena s special birthday present
";
arnews[0] += "The birthday gift Sushmita Sen got from boyfriend Mudassar Aziz on her 34 birthday sure was different.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 18:17:49 GMT";
arnews[0] += "
";
arnews[1]="Sushmita Sena s special birthday present
";
arnews[1] += "The birthday gift Sushmita Sen got from boyfriend Mudassar Aziz on her 34 birthday sure was different.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 13:19:53 GMT";
arnews[1] += "
";
arnews[2]="Sushmita's special birthday present
";
arnews[2] += "The birthday gift Sushmita Sen got from boyfriend Mudassar Aziz on her 34 birthday sure was different.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 13:03:33 GMT";
arnews[2] += "
";
arnews[3]="Sush is dating who?! ?!?!?! Love is sooooo complicated....
";
arnews[3] += "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.";
arnews[3] += "
Publ.Date : Wed, 09 Nov 2005 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Anushka takes one step forward
";
arnews[4] += "After singing and participating in the reality show, Anushka Manchanda is taking one step forward as she moves to Bollywood.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 05:42:28 GMT";
arnews[4] += "
";
arnews[5]="Happy Birthday Sushmita Sen
";
arnews[5] += "She was eighteen when the svelte, sexy Sushmita Sen walked the ramp for the first time and walked straight into the hearts of millions who were smitten by this `sure of herself` little gurl.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 08:35:06 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("