var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Natasha Richardson To Be Honored At AmfAR Gala - Broadway World
";
arnews[0] += "Natasha Richardson is set to be honored posthumously at the amfAR gala on February 10. On March 18, 2009 shock spread around the globe when 45-year-old actress Natasha Richardson died after what seemed to be a minor skiing accident. She left behind ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 05:36:00 GMT";
arnews[0] += "
";
arnews[1]="VANESSA REDGRAVE STILL GRIEVING FOR NATASHA RICHARDSON - New Kerala
";
arnews[1] += "The veteran star pulled out of all her acting commitments, including a role in Ridley Scott's Robin Hood, after Richardson died from a brain injury following a skiing accident last March (09). Redgrave's other daughter, Joely Richardson, urged her ...";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 16:43:00 GMT";
arnews[1] += "
";
arnews[2]="Redgrave Still Grieving For Richardson - The Gaea Times
";
arnews[2] += "VANESSA REDGRAVE is still struggling to come to terms with her daughter NATASHA RICHARDSON’s death, almost a year after her untimely passing. The veteran star pulled out of all her acting commitments, including a role in Ridley Scott’s Robin Hood ...";
arnews[2] += "
Publ.Date : Tue, 02 Feb 2010 13:31:00 GMT";
arnews[2] += "
";
arnews[3]="Ski helmets now mandatory at Canada's biggest resorts - Edmonton Journal
";
arnews[3] += "VANCOUVER — A half-year after actress Natasha Richardson died of head injuries following a ski accident at Mont Tremblant, Que., the company that owns many of Canada's major ski resorts is making it mandatory for all young skiers or snowboarders to ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 20:18:00 GMT";
arnews[3] += "
";
arnews[4]="Smoke at UNL Rec Center leads to evacuation - Daily Nebraskan
";
arnews[4] += "Every (work) station has a card that tells you what to do.” andrewlamberson@dailynebraskan.com Natasha Richardson contributed to this report.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 20:05:00 GMT";
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("