var arnews = new Array(9); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="With Kathryn Morris of 'Cold Case' - Los Angeles Times
"; arnews[0] += "Before signing on to star as the lead detective in CBS' missing-persons drama \"Cold Case,\" Kathryn Morris was courted by Steven Spielberg and Rod Lurie. She played every male's fantasy in HBO's \"The Mind of the Married Man\" and in John Woo's ..."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 23:26:00 GMT"; arnews[0] += "
"; arnews[1]="Sunday's TV Highlights: 'Collision' concludes on 'Masterpiece ... - Los Angeles Times Blogs
"; arnews[1] += "Cold Case: The team reopens a 1983 case, originally investigated by Stillman (John Finn), focusing on a teenager who was killed before he could get justice for his slain girlfriend, who died in a spray of gunfire from Chinese gang members during a ..."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 04:05:00 GMT"; arnews[1] += "
"; arnews[2]="Festival of Trees is Dec. 4-5 in Brooksville - St. Petersburg Times
"; arnews[2] += "The annual Festival of Trees will be from 10 a.m. to 7 p.m. Dec. 4 and from 8 a.m. to 2 p.m. Dec. 5 at St. Anthony Catholic Church, 20428 Cortez Blvd., Brooksville. The event, sponsored by the church and the General Federation of Women's Club ..."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 16:30:00 GMT"; arnews[2] += "
"; arnews[3]="Remote Control Battle: TV Both Men And Women May Enjoy Together - Starpulse.com
"; arnews[3] += "A Woman's Perspective: Remember when sitcoms used to make jokes about how men and women watch television differently? The sloppy, somewhat aloof husband character would always be zooming through the channels , flicking the remote faster than his ..."; arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 01:55:00 GMT"; arnews[3] += "
"; arnews[4]="The Medicines Company's Full Analysis of CHAMPION Phase III Data Shows ... - Stockhouse
"; arnews[4] += "The Medicines Company (NASDAQ: MDCO) today announced the data from 13,941 patients treated in the discontinued CHAMPION Phase III program of cangrelor. While cangrelor did not show superiority to 600 mg clopidogrel given orally for the pre-specified ..."; arnews[4] += "
Publ.Date : Sun, 15 Nov 2009 13:39: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("
");document.write("
");