function homeownersQuote() {homequote=new Array() homequote[0] = "<a href=\"gal_additions.html\" style=\"text-decoration:none; color:#fbf0c7;\"><img src=\"ms_pix/homestories.gif\" border=\"0\" alt=\"Homeowners Stories\" width=\"130\" height=\"60\" /><br>This small addition was rendered in the Gothic Revival style of the house to which it was added. The owner was especially concerned about consistency because the house is listed on the National Register of Historic Places. The chief purpose of the present addition was to accommodate a disabled family member who could no longer tackle stairs in the main house&#8230;</a>";homequote[1] = "<a href=\"gal_newhomes.html\" style=\"text-decoration:none; color:#fbf0c7;\"><img src=\"ms_pix/homestories.gif\" border=\"0\" alt=\"Homeowners Stories\" width=\"130\" height=\"60\" /><br>Energy efficiency was a driving force behind this project from the get-go. To horde BTUs we exceeded code requirements for thickness of fiberglass insulation, and we created a thermal break by adding a layer of foam insulation between framing and plywood sheathing to retard heat conduction&#8230;</a>";homequote[2] = "<a href=\"gal_adaptive.html#summerhouse\" style=\"text-decoration:none; color:#fbf0c7;\"><img src=\"ms_pix/homestories.gif\" border=\"0\" alt=\"Homeowners Stories\" width=\"130\" height=\"60\" /><br>The summer kitchen is a common feature of early Virginia farmsteads. Typically a small or mid-sized building located a stone&#8217;s throw from the main house, the summer kitchen kept the heat of a woodburning hearth sequestered during the summer months&#8230;</a>";homequote[3] = "<a href=\"gal_additions.html#farmhouse\" style=\"text-decoration:none; color:#fbf0c7;\"><img src=\"ms_pix/homestories.gif\" border=\"0\" alt=\"Homeowners Stories\" width=\"130\" height=\"60\" /><br>Our clients, whose primary residence had been in Washington, used the small farmhouse as a weekend place for a decade. But as retirement approached they realized that a house just the right size for weekends wouldn’t suffice as a year-round domicile&#8230;</a>";homequote[4] = "<a href=\"gal_kandb.html#bathroom\" style=\"text-decoration:none; color:#fbf0c7;\"><img src=\"ms_pix/homestories.gif\" border=\"0\" alt=\"Homeowners Stories\" width=\"130\" height=\"60\" /><br>The Mrs. likes to read while she soaks, so we placed a recessed light over the tub and built a generous shelf above splash height for books&#8230;</a><br><br><br>";homequote[5] = "<a href=\"gal_garden.html \" style=\"text-decoration:none; color:#fbf0c7;\"><img src=\"ms_pix/homestories.gif\" border=\"0\" alt=\"Homeowners Stories\" width=\"130\" height=\"60\" /><br>The owner provided the painted-lady color scheme &#8211; just right for a garden folly. Now she has a ringside seat when her dogs do belly-flops in the pond&#8230;</a><br><br><br>";/*hquote[6] = "O! Youth! What a pain in the backside.";hquote[7] = "Wishes are like goldfish with propellors.";hquote[8] = "Love the river's \"beauty\", but live on a hill.";hquote[9] = "Invention is the mother of too many useless toys.";  */index = Math.floor(Math.random() * homequote.length);/*  document.write("<DL>\n");   document.write("<DT>" + "\"" + hquote[index] + "\"\n");*/document.write(homequote[index] + "\n");}