var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="tinylogin: Lisa Ray preparing for stem cell transplant
"; arnews[0] += "Lisa Ray preparing for stem cell transplant -"; arnews[0] += "
"; arnews[1]="Dave Fenichel: Lisa Ray finds strength in blogging about cancer
"; arnews[1] += "Lisa Ray finds strength in blogging about cancer -"; arnews[1] += "
"; arnews[2]="Lisa Ray preparing for stem cell transplant http://entertainment.oneindia.in/bollywood/news/2009/lisa-stem-cell-transplant-191109.html
"; arnews[2] += "Lisa Ray preparing for stem cell transplant"; arnews[2] += "
"; arnews[3]="Mark Horoszowski: Lisa Ray diagnosed with incurable cancer http://jaibihar.com/lisa-ray-diagnosed-with-cancer/12143/
"; arnews[3] += "Lisa Ray diagnosed with incurable cancer"; arnews[3] += "
"; arnews[4]="Lisa Ray diagnosed with incurable cancer http://jaibihar.com/lisa-ray-diagnosed-with-cancer/12143/
"; arnews[4] += "Lisa Ray diagnosed with incurable cancer"; arnews[4] += "
"; totcount = 5; 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("
");document.write("
");