var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Inqlings: Roberts sets a last forecast
"; arnews[0] += "After 31 years at WPVI, weatherman Dave Roberts announced his retirement on last night's Action News ."; arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 08:01:00 GMT"; arnews[0] += "
"; arnews[1]="Phila. TV Weatherman Calls it Quits After 56 Years
"; arnews[1] += "A Philadelphia television weatherman has decided that 56 years in broadcasting is enough."; arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 14:41:15 GMT"; arnews[1] += "
"; arnews[2]="Inqlings: Roberts sets a last forecast
"; arnews[2] += "After 31 years at WPVI, weatherman Dave Roberts announced his retirement on last night's Action News ."; arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 09:45:51 GMT"; arnews[2] += "
"; arnews[3]="Dave Roberts To Retire
"; arnews[3] += "Earlier today, Dave Roberts told his television family that he's ready to watch TV, rather than be on it."; arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 06:29:12 GMT"; arnews[3] += "
"; arnews[4]="The Insider: Dave Roberts to do his last forecast
"; arnews[4] += "Dave Roberts, the town's dean of TV personalities at age 73, will wrap his 56-year broadcast career Dec."; arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT"; arnews[4] += "
"; arnews[5]="Dave Roberts Announcing Retirement Tonight
"; arnews[5] += "Dave Roberts is an icon at Channel 6, having been at the station since the 1970's. Along with Jim Gardner, they are the longest tenured on air broadcasters at Channel 6 as of present."; arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 01:35:58 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("
");