var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Lisa Ray to undergo stem cell transplant for cancer - SamayLive
";
arnews[0] += ": Indo-Canadian actress Lisa Ray will undergo a stem cell transplant to treat her multiple myeloma, an incurable form of blood cancer.The 37-year-old star was diagnosed with the cancer of the bone marrow in June and has been undergoing chemotherapy ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 04:31:00 GMT";
arnews[0] += "
";
arnews[1]="Lisa Ray to undergo stem cell transplant for cancer (With Images) - Thaindian.com
";
arnews[1] += "Toronto, Nov 18 (IANS) Indo-Canadian actress Lisa Ray will undergo a stem cell transplant to treat her multiple myeloma, an incurable form of blood cancer. The 37-year-old star was diagnosed with the cancer of the bone marrow in June and has been ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 05:00:00 GMT";
arnews[1] += "
";
arnews[2]="Lisa Ray plans stem cells transplant - SamayLive
";
arnews[2] += "Toronto: Bollywood actress Lisa Ray has been geared up for a stem cell transplant to treat her rare cancer \"multiple myeloma\". The 'Water' fame actress was diagnosed with rare cancer of the bone marrow in the June this year. The actress said that she ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 03:41:00 GMT";
arnews[2] += "
";
arnews[3]="Stem cell transplant on the list for Lisa Ray - IndiaGlitz
";
arnews[3] += "It came as a rude shock when the news of Lisa Ray’s fight against multiple myeloma was out. The pretty model-cum-actress was diagnosed with a rare kind of blood cancer in June and after which she started on with the chemotherapy treatment. Now, it ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 04:44:00 GMT";
arnews[3] += "
";
arnews[4]="Lisa Ray to undergo stem cell transplant for cancer - SamayLive
";
arnews[4] += ": Indo-Canadian actress Lisa Ray will undergo a stem cell transplant to treat her multiple myeloma, an incurable form of blood cancer.The 37-year-old star was diagnosed with the cancer of the bone marrow in June and has been undergoing chemotherapy ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 04:31:00 GMT";
arnews[4] += "
";
arnews[5]="Actress Lisa Ray preparing for stem cell transplant to treat rare ... - News1130.com
";
arnews[5] += "Lisa Ray poses for photos as she arrives for the Gala Premiere for the movie \"Cooking with Stella\" at the Toronto International Film Festival in Toronto on Wednesday, September 16, 2009. THE CANADIAN PRESS/Frank Gunn TORONTO - Toronto actress Lisa ...";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 23:38:00 GMT";
arnews[5] += "
";
arnews[6]="Actress Lisa Ray preparing for stem cell transplant - Toronto Star
";
arnews[6] += "Toronto actress Lisa Ray is preparing for a stem cell transplant to treat her rare cancer. The star of Water and Bollywood/Hollywood was diagnosed with multiple myeloma, a cancer of the bone marrow, in June and began chemotherapy in July. Ray says ...";
arnews[6] += "
Publ.Date : Wed, 18 Nov 2009 08:34:00 GMT";
arnews[6] += "
";
arnews[7]="Lisa Ray preparing for stem cell transplant - One India
";
arnews[7] += "Bollywood actress Lisa Ray who is suffering from cancer is is preparing for stem cell transplant in Toronto. In her recent blog the actress wrote “I’m thinking about losing my hair. It’s gonna happen during the stem cell transplant. I have ...";
arnews[7] += "
Publ.Date : Thu, 19 Nov 2009 02:50:00 GMT";
arnews[7] += "
";
totcount = 8;
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("