var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Wayback Machine: Many miss old times in Salinas
"; arnews[0] += "The response to last week's \"10 Salinas things I miss\" column generated a big response."; arnews[0] += "
Publ.Date : Mon, 26 Oct 2009 07:00:00 GMT"; arnews[0] += "
"; arnews[1]="Wayback Machine: Many miss old times in Salinas
"; arnews[1] += "The response to last week's \"10 Salinas things I miss\" column generated a big response."; arnews[1] += "
Publ.Date : Mon, 26 Oct 2009 07:00:00 GMT"; arnews[1] += "
"; arnews[2]="Wayback Machine: Many miss old times in Salinas
"; arnews[2] += "The response to last week's \"10 Salinas things I miss\" column generated a big response."; arnews[2] += "
Publ.Date : Tue, 27 Oct 2009 01:59:59 GMT"; arnews[2] += "
"; arnews[3]="Wayback Machine: Many miss old times in Salinas
"; arnews[3] += "The response to last week's \"10 Salinas things I miss\" column generated a big response."; arnews[3] += "
Publ.Date : Mon, 26 Oct 2009 01:00:00 GMT"; arnews[3] += "
"; arnews[4]="Post a Comment
"; arnews[4] += "In lieu of flowers, donations may be made to Hospice of the Eastern Shore, 165 Market St., Onancock, Va."; arnews[4] += "
Publ.Date : Sat, 17 Oct 2009 10:18:11 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("
");