var arnews = new Array(6); totcount = 4; rnd = 0; document.title=document.title+ " "; arnews[0]="Phila. TV Weatherman Calls it Quits After 56 Years - KYW News radio
"; arnews[0] += "Gardner says the station has a deep bench of talent to follow in Roberts' footsteps, including 11 o'clock weather reporter, Cecily Tynan: \"I'll really miss him. I think we all will miss him terribly.\" Roberts told Gardner, it would be mutual."; arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 15:00:00 GMT"; arnews[0] += "
"; arnews[1]="Dave Roberts to do his last forecast - Philadelphia Daily News
"; arnews[1] += "In 2002, when he handed the main weather duties to Cecily Tynan, Roberts started cutting back. He's been working a few days a week on the 5 and 6 p.m. shows. The station has not announced long-term plans to replace him, so it's believed that other ..."; arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 23:59:00 GMT"; arnews[1] += "
"; arnews[2]="Inqlings: Roberts sets a last forecast - Philadelphia Daily News
"; arnews[2] += "Shortly after the death of Jim O'Brien in a 1983 skydiving accident, Roberts got the main job. In 2002, when he handed the main weather duties to Cecily Tynan , Roberts started cutting back. He's been working a few days a week on the 5 and 6 p.m ..."; arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 15:21:00 GMT"; arnews[2] += "
"; arnews[3]="Dave Roberts To Retire - WPVI
"; arnews[3] += "PHILADELPHIA - November 18, 2009 -- On Wednesday, Dave Roberts told his television family that he's ready to watch TV, rather than be on it. After 56 years in the business, and 31 memorable years at WPVI, the legendary broadcaster will retire in ..."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 07:28:00 GMT"; arnews[3] += "
"; totcount = 4; 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("
");