<!--
slides = new slideshow("slides");

s = new slide();
s.src =  "bio/1656fremont.jpg";
s.text = "My boyhood home. Grand Rapids, MI. 1951-1961.";
slides.add_slide(s);

s = new slide();
s.src =  "bio/richmondpark1.jpg";
s.text = "Richmond Park, Grand Rapids. My childhood playground, just 2 short blocks away.";
slides.add_slide(s);

s = new slide();
s.src =  "bio/richmondpark2.jpg" ;
s.text = "Another view of Richmond Park.";
slides.add_slide(s);

s = new slide();
s.src =  "bio/210garfield.jpg";
s.text = "My grandfather's house in Grand Rapids. 1910-1984.";
slides.add_slide(s);

s = new slide();
s.src =  "bio/barnettpl.jpg";
s.text = "My adolescent home. 1961-1971.";
slides.add_slide(s);

s = new slide();
s.src =  "bio/sat-seminary.jpg";
s.text = "St. Joseph's Prepatory College where I spent my freshman year of high school. 1965-66.";
slides.add_slide(s);

s = new slide();
s.src =  "bio/kensboro.jpg" ;
s.text = "Kensboro St. in Grand Rapids. 1973-1974. Newly-wed school teacher residence.";
slides.add_slide(s);

s = new slide();
s.src =  "bio/kensboro-view.jpg" ;
s.text = "The view from the Kensboro St. front window, which I found at the time to be quite evocative.";
slides.add_slide(s);

s = new slide();
s.src =  "bio/straightstreet.jpg" ;
s.text = "Straight Street, Grand Rapids. My last Michigan residence. 1974-1976.";
slides.add_slide(s);

s = new slide();
s.src =  "bio/cooperscorner.jpg" ;
s.text = "Cooper's Corner, Kennebunk, ME. The house is gone! Looks like a driveway now.";
slides.add_slide(s);

s = new slide();
s.src =  "bio/atlantichall.jpg" ;
s.text = "Atlantic Hall in Cape Porpoise, ME. Upstairs is where I attended my first conta dance in 1977.";
slides.add_slide(s);

s = new slide();
s.src =  "bio/walkerslane.jpg" ;
s.text = "Walker's Lane, Arundel, ME. The lane runs beside the Kennebunk River. I lived in a tent during the Summer of 1979.";
slides.add_slide(s);

s = new slide();
s.src =  "bio/eldorado.jpg" ;
s.text = "The Eldorado where I first worked in Athens, GA in 1978.";
slides.add_slide(s);

s = new slide();
s.src =  "bio/tibbetts.jpg" ;
s.text = "Tibetts St. Athens GA. I rented this house for a $95 a month in 1979 while working at the Eldorado.";
slides.add_slide(s);

s = new slide();
s.src =  "bio/hullst.jpg" ;
s.text = "Hull and Clayton. I house-sat a friend's apartment in September 1980. Here I starting writing the songs that would produce the Squalls.";
slides.add_slide(s);

s = new slide();
s.src =  "bio/redlands.jpg" ;
s.text = "Farmington, GA. One of 3 houses there I lived in. The other two are gone.";
slides.add_slide(s);

s = new slide();
s.src =  "bio/hillst.jpg" ;
s.text = "Hill St., Athens, GA. I rented a room in this house in 1981.";
slides.add_slide(s);

s = new slide();
s.src =  "bio/kinkos1.jpg" ;
s.text = "Kinko's downtown where I worked from 1983 - 1990.";
slides.add_slide(s);

s = new slide();
s.src =  "bio/meigsst.jpg" ;
s.text = "Meigs Street. Vanessa's apartment upstairs. Early 1980s.";
slides.add_slide(s);

s = new slide();
s.src =  "bio/dearingst.jpg" ;
s.text = "The Stable behind an antebellum house on Dearing St. 1984-1987.";
slides.add_slide(s);

s = new slide();
s.src =  "bio/habershamdr.jpg" ;
s.text = "Habersham Drive, Athens, GA. 1987-1989.";
slides.add_slide(s);

s = new slide();
s.src =  "bio/143jarnigan.jpg" ;
s.text = "Jarnigan Drive in Athens. 1989-2000.";
slides.add_slide(s);

s = new slide();
s.src =  "bio/victoryestates.jpg" ;
s.text = "Victory Estates Drive in Athens. 2000-present.";
slides.add_slide(s);

//-->


