var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Louis Gossett Jr. diagnosed with prostate cancer - Associated Press
"; arnews[0] += "LOS ANGELES (AP) -- Oscar-winning actor Louis Gossett Jr. says he is being treated for prostate cancer. In the announcement Tuesday ... portrayal of the no-nonsense Navy flight school sergeant who whips Richard Gere into shape in \"An Officer and a ..."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 21:01:00 GMT"; arnews[0] += "
"; arnews[1]="Louis Gossett Jr. Has Prostate Cancer - Huffingtonpost.com
"; arnews[1] += "He won an Oscar for best supporting actor in 1983 for his portrayal of the no-nonsense Navy flight school sergeant who whips Richard Gere into shape in \"An Officer and a Gentleman.\" His memoir, \"An Actor and a Gentleman,\" is scheduled to be published ..."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 13:14:00 GMT"; arnews[1] += "
"; arnews[2]="Louis Gossett Jr. diagnosed with prostate cancer - Boston Globe
"; arnews[2] += "He won an Oscar for best supporting actor in 1983 for his portrayal of the no-nonsense Navy flight school sergeant who whips Richard Gere into shape in \"An Officer and a Gentleman.\" His memoir, \"An Actor and a Gentleman,\" is scheduled to be published ..."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 13:00:00 GMT"; arnews[2] += "
"; arnews[3]="Las Vegas NowLouis Gossett Jr. diagnosed with prostate cancer - Lasvegas Now
"; arnews[3] += "LOS ANGELES (AP) - Oscar-winning actor Louis Gossett Jr. says he is being treated for prostate cancer. In the announcement Tuesday, Gossett says the disease was caught early and he expects to make a full recovery. The 73-year-old actor says he is ..."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 12:46:00 GMT"; arnews[3] += "
"; arnews[4]="Oscar-winning actor Louis Gossett Jr. fighting prostate cancer ... - Washington Examiner
"; arnews[4] += "LOS ANGELES — Oscar-winning actor Louis Gossett Jr. says he is being treated for prostate cancer. In the announcement Tuesday ... portrayal of the no-nonsense Navy flight school sergeant who whips Richard Gere into shape in \"An Officer and a ..."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 12:17:00 GMT"; arnews[4] += "
"; arnews[5]="Gossett says he has prostate cancer - Honolulu Advertiser
"; arnews[5] += "Oscar-winning actor Louis Gossett Jr. says he is being treated for prostate cancer. In the announcement yesterday ... for his portrayal of the no-nonsense Navy flight school sergeant who whips Richard Gere into shape in \"An Officer and a Gentleman.\""; arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 12:03: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("
");document.write("
");