var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Save the mitochondria = cure Lou Gehrig’s disease - Mass High Tech
";
arnews[0] += "Amyotrophic lateral sclerosis, better known as Lou Gehrig’s disease, is marked by the degeneration of motor neurons in the brain and spine. Beyond the sure signs of the disease that took the former New York Yankees player now also known as the ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 19:40:00 GMT";
arnews[0] += "
";
arnews[1]="Smoking may increase Lou Gehrig's disease risk - Newstrack India
";
arnews[1] += "Washington, Nov 17 (ANI): Smoking can increase a person's risk of developing Amyotrophic Lateral Sclerosis (ALS), also known as Lou Gehrig's disease, say researchers. Lead researcher and neurologist Dr. Carmel Armon, from Baystate Medical Centre, has ...";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 13:58:00 GMT";
arnews[1] += "
";
arnews[2]="Smoking Ups Risk of Lou Gehrig's Disease - Med India
";
arnews[2] += "Smoking escalates the risk of developing Amyotrophic Lateral Sclerosis (ALS), which is also called as Lou Gehrig's disease, researchers said. Lead researcher and neurologist Dr. Carmel Armon, from Baystate Medical Centre, has found compelling ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 05:41:00 GMT";
arnews[2] += "
";
arnews[3]="Greenville High season ends with loss in playoffs - Atlanta Journal Constitution
";
arnews[3] += "Brant Sanderlin Greenville High School head coach Jeremy Williams, who is fighting ALS gets a hug from his daughter Josie, 8, after losing to Wilcox County in the playoffs November 20, 2009. His Son Jacob, 6, looks on. The inspirational journey of ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 16:38:00 GMT";
arnews[3] += "
";
arnews[4]="West Ottawa students designing table for man with Lou Gehrig's disease - MLive.com
";
arnews[4] += "Students in a West Ottawa High School product design class had plenty of ideas about what they want to see in the table they're creating. But more than a grade is riding on the project: Their ideas will be incorporated into a real table that will be ...";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 12:37:00 GMT";
arnews[4] += "
";
arnews[5]="Lou Gehrig's disease mostly rare, often fatal - Atlanta Journal Constitution
";
arnews[5] += "The disease that is slowly draining the vitality of Jeremy Williams is relatively rare but usually fatal. Amytrophic lateral sclerosis progressively weakens muscle tissue, eventually imprisoning its victims in their own bodies. Curtis Compton ...";
arnews[5] += "
Publ.Date : Thu, 12 Nov 2009 23:58:00 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("