{"id":4645,"date":"2013-10-11T15:46:20","date_gmt":"2013-10-11T15:46:20","guid":{"rendered":"http:\/\/themeforest.unitedthemes.com\/wpversions\/brooklyn\/xml\/demo9\/?page_id=35"},"modified":"2017-09-30T17:41:29","modified_gmt":"2017-09-30T21:41:29","slug":"front-page","status":"publish","type":"page","link":"https:\/\/susanslattery.com\/","title":{"rendered":"Front Page"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row 0=&#8221;&#8221;][vc_column 0=&#8221;&#8221;][\/vc_column][\/vc_row][vc_row][vc_column]<div class=\"wpb_content_element  vc_custom_1506619601655\">\r\n        <script type=\"text\/javascript\">\r\n        (function($) {\r\n\r\n            \"use strict\";\r\n\r\n            \/* check if is in vc front end\r\n            ================================================== *\/\r\n            function inIframe() {\r\n\r\n                var field = 'vc_editable';\r\n                var url = window.location.href ;\r\n\r\n                if( url.indexOf('?' + field + '=') !== -1 ) {\r\n\r\n                    return true;\r\n\r\n                } else if( url.indexOf('&' + field + '=') !== -1 ) {\r\n\r\n                    return true;\r\n\r\n                } else {\r\n\r\n                    return false;\r\n\r\n                }\r\n\r\n            }\r\n\r\n            if( inIframe() ) {\r\n\r\n                $(window).trigger(\"load\");\r\n\r\n            }\r\n\r\n            $(window).on(\"load\", function(){\r\n\r\n                $(document).ready( function(){\r\n\r\n                var $container = $(\"#ut-portfolio-items-4815\");\r\n\r\n                $container.on( \"layoutComplete\", function( event, filteredItems ){\r\n\r\n                    $(filteredItems).each(function( index, element ){\r\n\r\n                        if( $(window).width() <= 1024 ) {\r\n\r\n                            $(element.element).addClass(\"sorted\").css({\r\n                                \"opacity\" : \"1\"\r\n                            });\r\n\r\n                        } else {\r\n\r\n                            $(element.element).addClass(\"sorted\").css({\r\n                                \"opacity\" : \"1\", \"transform\" : \"scale(1)\"                                                             });\r\n\r\n                        }\r\n\r\n                    });\r\n\r\n                    $container.addClass(\"layoutComplete\");\r\n\r\n                    setTimeout(function() {\r\n\r\n                        $(window).trigger('scroll');\r\n                        $.waypoints(\"refresh\");\r\n\r\n                    }, 100 );\r\n\r\n                });\r\n\r\n                let hide_timout, sort_timeout;\r\n\r\n                function hide_portfolio_articles( selector ) {\r\n\r\n                    clearTimeout( hide_timout );\r\n                    clearTimeout( sort_timeout );\r\n                    $(\"> .ut-portfolio-article\", \"#ut-portfolio-items-4815\").each(function( index ){\r\n\r\n                        if( $(window).width() <= 1024 ) {\r\n\r\n                            $(this).addClass(\"ut-portfolio-article-animation\").removeClass(\"sorted\").css({\r\n                                \"opacity\" : \"0\"\r\n                            });\r\n\r\n                        } else {\r\n\r\n                            $(this).addClass(\"ut-portfolio-article-animation\").removeClass(\"sorted\").css({\r\n                                \"opacity\" : \"0\", \"transform\" : \"scale(0.001)\"                                                             });\r\n\r\n                        }\r\n\r\n                    });\r\n\r\n                    hide_timout = setTimeout(function() {\r\n\r\n                        $(\"> .ut-portfolio-article .ut-portfolio-article-animation-box\", \"#ut-portfolio-items-4815\").each(function( index ){\r\n\r\n                            var $this = $(this);\r\n\r\n                            $this.clearQueue().css({\r\n                                \"visibility\" : \"hidden\",\r\n                                \"opacity\" : \"0\"\r\n                            }).removeClass( $this.children(\".ut-portfolio-item\").data(\"effect\") );\r\n\r\n                        });\r\n\r\n                        $container.isotope({ filter: selector });\r\n\r\n                    }, 400 );\r\n                    sort_timeout = setTimeout( function() {\r\n                        $container.find('.sorted').each( function() {\r\n                            let box = $(this).find('.ut-portfolio-article-animation-box');\r\n                            if( box.data('effect') === 'noneAnimation' ) {\r\n                                box.css({\r\n                                    \"visibility\": \"visible\",\r\n                                    \"opacity\": \"1\"\r\n                                })\r\n                            }\r\n                        } )\r\n                    }, 500 )\r\n                }\r\n\r\n                \/* IsoTope\r\n                ================================================== *\/\r\n                $container.ut_require_js({\r\n                    plugin: 'isotope',\r\n                    source: 'isotope',\r\n                    callback: function (element) {\r\n\r\n                        element.addClass(\"animated\").isotope({\r\n\r\n                            itemSelector : '.ut-masonry',\r\n                            layoutMode: 'packery',\r\n                            transitionDuration: 0\r\n\r\n                        });\r\n\r\n                    }\r\n\r\n                });\r\n\r\n\r\n\r\n                    \/* IsoTope Filtering\r\n                    ================================================== *\/\r\n                    $(\"#ut-portfolio-menu-4815 a\").each(function( index ) {\r\n\r\n                        var searchforclass = $(this).attr(\"data-filter\");\r\n\r\n                        if( !$(searchforclass).length  ) {\r\n\r\n                            $(this).hide(); \/\/ hide filter if we do not have any children to filter\r\n\r\n                        }\r\n\r\n                    });\r\n\r\n                    $(\"#ut-portfolio-menu-4815 a\").click( function( event ) {\r\n\r\n                        var $this = $(this);\r\n\r\n                        if ( $this.hasClass(\"selected\") ) {\r\n\r\n                            event.preventDefault();\r\n                            return;\r\n\r\n                        }\r\n\r\n                        var selector = $this.attr(\"data-filter\");\r\n\r\n                        if ( !$this.hasClass(\"selected\") ) {\r\n\r\n                            $this.parents(\"#ut-portfolio-menu-4815\").find(\".selected\").removeClass(\"selected\");\r\n                            $this.addClass(\"selected\");\r\n\r\n                            hide_portfolio_articles( selector );\r\n\r\n                        }\r\n\r\n                        return false;\r\n\r\n                    });\r\n\r\n\r\n                });\r\n\r\n            });\r\n\r\n        }(jQuery));\r\n\r\n        <\/script>\r\n\r\n        <style id=\"ut-portfolio-custom-css-4815\" type=\"text\/css\">.ut-portfolio-4815 .ut-portfolio-info-c h3 { font-family: ralewayregular ;}.ut-portfolio-4815 .portfolio-title { font-family: ralewayregular ;}.ut-portfolio-4815 .ut-portfolio-info-c span { font-family: ralewayregular ;}.ut-portfolio-4815 .ut-portfolio-info-c h3 { color: #FFF ; }.ut-portfolio-4815 .portfolio-title { color: #151515; }.ut-portfolio-4815 .ut-portfolio-info-c, .ut-portfolio-4815 .ut-portfolio-info-c span { color: #FFF ; }.ut-portfolio-4815 .ut-hover-layer .ut-portfolio-info { -webkit-justify-content: center !important; justify-content: center !important; }.ut-portfolio-4815 .ut-hover-layer .ut-portfolio-info-c { align-self: center !important; text-align: center; }.ut-portfolio-4815 .portfolio-style-two .ut-portfolio-info i { text-align: center ;}.ut-portfolio-4815 .ut-portfolio-menu li a { font-weight: normal !important; }.ut-portfolio-4815 .ut-portfolio-menu li a { text-transform: uppercase; }<\/style><style id=\"ut-portfolio-single-custom-css\" type=\"text\/css\"><\/style><style type=\"text\/css\">@media screen and (min-width: 1921px) {.ut-portfolio-4815 .ut-masonry-default { height:600px;}.ut-portfolio-4815 .ut-masonry-portrait {height:1200px;}.ut-portfolio-4815 .ut-masonry-xxl {height:1200px;}.ut-portfolio-4815 .ut-masonry-panorama {height:600px;}}@media screen and (min-width: 1537px) and (max-width: 1920px) {.ut-portfolio-4815 .ut-masonry-default { height:450px;}.ut-portfolio-4815 .ut-masonry-portrait {height:900px;}.ut-portfolio-4815 .ut-masonry-xxl {height:900px;}.ut-portfolio-4815 .ut-masonry-panorama {height:450px;}}@media screen and (min-width: 1025px) and (max-width: 1536px) {.ut-portfolio-4815 .ut-masonry-default { height:350px;}.ut-portfolio-4815 .ut-masonry-portrait {height:700px;}.ut-portfolio-4815 .ut-masonry-xxl {height:700px;}.ut-portfolio-4815 .ut-masonry-panorama {height:350px;}}@media screen and (max-width: 767px) {.ut-portfolio-4815 .ut-masonry-default { height:400px;}.ut-portfolio-4815 .ut-masonry-portrait {height:400px;}.ut-portfolio-4815 .ut-masonry-xxl {height:400px;}.ut-portfolio-4815 .ut-masonry-panorama {height:400px;}}@media screen and (min-width: 768px) and (max-width: 1024px) {.ut-portfolio-4815 .ut-masonry-default { height:450px;}.ut-portfolio-4815 .ut-masonry-portrait {height:450px;}.ut-portfolio-4815 .ut-masonry-xxl {height:450px;}.ut-portfolio-4815 .ut-masonry-panorama {height:450px;}}<\/style><div id=\"ut-loader-4815\" class=\"ut-portfolio-detail-loader\"><i class=\"Bklyn-Core-Rotate-2\"><\/i><\/div><a id=\"ut-portfolio-details-anchor-4815\" href=\"#\" class=\"ut-portfolio-offset-anchor-top\"><\/a><div id=\"ut-portfolio-details-navigation-4815\" class=\"ut-portfolio-details-navigation grid-container\" data-slideup-width=\"centered\"><a class=\"prev-portfolio-details\" data-wrap=\"4815\" href=\"#\"><\/a><a class=\"close-portfolio-details\" data-wrap=\"4815\" href=\"#\"><\/a><a class=\"next-portfolio-details\" data-wrap=\"4815\" href=\"#\"><\/a><\/div><div id=\"ut-portfolio-details-wrap-4815\" class=\"ut-portfolio-details-wrap clearfix\"><div id=\"ut-portfolio-details-4815\" class=\"inner ut-portfolio-details\"><\/div><\/div><div class=\"clear\"><\/div><div id=\"ut-portfolio-wrap\" class=\"ut-portfolio-wrap ut-portfolio-packery-wrap ut-portfolio-4815\" data-slideup-title=\"on\" data-slideup-width=\"centered\" data-textcolor=\"#FFF\" data-opacity=\"0.8\" data-hovercolor=\"\"><a class=\"ut-portfolio-offset-anchor\" style=\"top:-120px;\" id=\"ut-portfolio-items-4815-anchor\"><\/a><div id=\"ut-portfolio-items-4815\" class=\"ut-portfolio-item-packery-container ut-portfolio-item-container-3-columns\"><article id=\"ut-portfolio-article-4823\" data-size=\"default\" class=\"ut-portfolio-article ut-masonry show portfolio-style-one ut-square events-filt  ut-masonry-default\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" data-background-image=\"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/MM-2016-0714.jpg\" class=\"ut-portfolio-item ut-hover lozad skip-lazy\"><script type='text\/javascript'>\r\n            \/* <![CDATA[ *\/\r\n            \r\n            (function($){\r\n                \r\n                'use strict';\r\n                \r\n                $(document).ready(function(){\r\n                    \r\n                    if( site_settings !== undefined && site_settings.lg_type === 'lightgallery' ) {\r\n                    \r\n\t                    $('.ut-portfolio-popup-4823').on('click', function(event) {\r\n\t                        \r\n\t                        $(this).ut_require_js({\r\n\t                            plugin: 'lightGallery',\r\n\t                            source: 'lightGallery',\r\n\t                            callback: function (element) {\r\n\t\r\n\t                                element.lightGallery({\r\n\t                                    dynamic: true, \r\n\t                                    hash: false,\r\n\t                                    dynamicEl: [{\"src\"  : \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/6566_dream.jpg\",\"thumb\": \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/6566_dream-300x200.jpg\",\"subHtml\": \"<h4>Dream<\/h4><p>Two girls on the trampoline in my brother\\'s backyard.<\/p>\",},{\"src\"  : \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/CET-11.jpg\",\"thumb\": \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/CET-11-300x201.jpg\",\"subHtml\": \"<h4>Alan being interviewed by Carrie Saldo<\/h4><p>Alan Silverstein being interviewed by Carrie Saldo at a press conference.<\/p>\",},{\"src\"  : \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/Web2017-125.jpg\",\"thumb\": \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/Web2017-125-300x200.jpg\",\"subHtml\": \"<h4>Egg Hunt<\/h4><p>I\\'m sorry. The Easter Egg hunt was just too precious.<\/p>\",},{\"src\"  : \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/MM-3690.jpg\",\"thumb\": \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/MM-3690-300x172.jpg\",\"subHtml\": \"<h4>Animated horse again<\/h4><p>Again, just look how expressive this beautiful horse is. 2015<\/p>\",},{\"src\"  : \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/MM-3687.jpg\",\"thumb\": \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/MM-3687-300x221.jpg\",\"subHtml\": \"<h4>Palomino and knight during a joust<\/h4><p>See how animated this horse is? 2015<\/p>\",},{\"src\"  : \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/4051_takethat.jpg\",\"thumb\": \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/4051_takethat-300x200.jpg\",\"subHtml\": \"<h4>Sword Fighting in the sun<\/h4><p>Mutton + Mead 2012<\/p>\",},{\"src\"  : \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/General-7-974x720.jpg\",\"thumb\": \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/General-7-300x222.jpg\",\"subHtml\": \"<h4>House Dedication<\/h4><p>I took this before I was even working at Habitat. I was a volunteer and this was taken on the day of a house dedication at 47 Prospect Street in Pittsfield. The striking thing was the tall thinness of this house, I tipped the camera for a Dutch angle just to get the roof line in.<\/p>\",}],\r\n\t                                    galleryId: 1\r\n\t                                });\r\n\t\r\n\t                            }\r\n\t\r\n\t                        });\r\n\t                        \r\n\t                        event.preventDefault();                        \r\n\t                        \r\n\t                    });\r\n                    \r\n                    } else {\r\n                        \r\n                        $('.ut-portfolio-popup-4823').on('click', function(event) {\r\n                            \r\n                            UT_Morph_Box_APP.create_morph_gallery();\r\n                            \r\n                        }); \r\n                        \r\n                    }\r\n                                    \r\n                });\r\n                        \r\n            })(jQuery);\r\n            \r\n            \/* ]]> *\/\r\n            <\/script><a data-exthumbimage=\"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/MM-2016-0714.jpg\" class=\"ut-portfolio-popup-4823\" title=\"\" href=\"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/MM-2016-0714.jpg\"  data-rel=\"lightbox-image-0\" data-rl_title=\"\" data-rl_caption=\"\"><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Events<\/h3><span>Events<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-4814\" data-size=\"default\" class=\"ut-portfolio-article ut-masonry show portfolio-style-one ut-square portraits-filt  ut-masonry-default\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" data-background-image=\"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/Web2017-131.jpg\" class=\"ut-portfolio-item ut-hover lozad skip-lazy\"><script type='text\/javascript'>\r\n            \/* <![CDATA[ *\/\r\n            \r\n            (function($){\r\n                \r\n                'use strict';\r\n                \r\n                $(document).ready(function(){\r\n                    \r\n                    if( site_settings !== undefined && site_settings.lg_type === 'lightgallery' ) {\r\n                    \r\n\t                    $('.ut-portfolio-popup-4814').on('click', function(event) {\r\n\t                        \r\n\t                        $(this).ut_require_js({\r\n\t                            plugin: 'lightGallery',\r\n\t                            source: 'lightGallery',\r\n\t                            callback: function (element) {\r\n\t\r\n\t                                element.lightGallery({\r\n\t                                    dynamic: true, \r\n\t                                    hash: false,\r\n\t                                    dynamicEl: [{\"src\"  : \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/9472_Erin_brighter_2017.jpg\",\"thumb\": \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/9472_Erin_brighter_2017-300x200.jpg\",\"subHtml\": \"<h4>Erin Egan<\/h4><p><\/p>\",},{\"src\"  : \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/Lauren_forPortfolio.jpg\",\"thumb\": \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/Lauren_forPortfolio-300x249.jpg\",\"subHtml\": \"<h4>Lauren Pellegrino<\/h4><p>Lauren was the director of the fitness center when I was at Berkshire South. I took this photo to put on the website.<\/p>\",},{\"src\"  : \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/Jamie_3771.jpg\",\"thumb\": \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/Jamie_3771-300x201.jpg\",\"subHtml\": \"<h4>Jamie Cahillane<\/h4><p>My coworker Jamie Cahillane asked me to take his portrait for his alma mater. <\/p>\",},{\"src\"  : \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/StuBesnoff.jpg\",\"thumb\": \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/StuBesnoff-300x201.jpg\",\"subHtml\": \"<h4>Stu Besnoff<\/h4><p>Stu Besnoff stands in front of his home in Windsor. It\\'s outfitted with solar tubes.<\/p>\",},{\"src\"  : \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/Web2017-131.jpg\",\"thumb\": \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/Web2017-131-300x200.jpg\",\"subHtml\": \"<h4>Fitness Trainer<\/h4><p>I photographed all the fitness trainers, both portrait and action, for a section I was building out on the website. <\/p>\",},{\"src\"  : \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/General-15.jpg\",\"thumb\": \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/General-15-300x200.jpg\",\"subHtml\": \"<h4>Lynn-Sue Stone<\/h4><p>Lynn-Sue Stone began accruing hours for her own Habitat home during a Women Build event at the home of Shamika Mungin. <\/p>\",},{\"src\"  : \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/General-14.jpg\",\"thumb\": \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/General-14-300x219.jpg\",\"subHtml\": \"<h4>Shamika<\/h4><p>A portrait of Habitat homeowner Shamika Mungin. I took this for the promo material I was creating for the Home Dedication. We met at Dottie\\'s Coffee Shop and I photographed as long as Shamika\\'s son could tolerate it. <\/p>\",},{\"src\"  : \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/General-3.jpg\",\"thumb\": \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/General-3-300x210.jpg\",\"subHtml\": \"<h4>Tulips!<\/h4><p>My friend Karen Belisle and I went to the Berkshire Botanical Garden several years ago... it was very early in the summer and these tulips were beautiful. I asked her to get behind them and pose--she is a master gardener, so this suited her fine, and in fact, she uses this photo as her Facebook profile photo.<\/p>\",},{\"src\"  : \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/General-4.jpg\",\"thumb\": \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/General-4-300x200.jpg\",\"subHtml\": \"<h4>Dawn Portrait<\/h4><p>A photo of my friend Dawn Meltzer doing a moving meditative practice.<\/p>\",},{\"src\"  : \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/05\/BobbyFramed.jpg\",\"thumb\": \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/05\/BobbyFramed-300x200.jpg\",\"subHtml\": \"<h4>Bobby Framed<\/h4><p>Bobby Hayden takes a break during a day of Habitat construction on his home.<\/p>\",}],\r\n\t                                    galleryId: 2\r\n\t                                });\r\n\t\r\n\t                            }\r\n\t\r\n\t                        });\r\n\t                        \r\n\t                        event.preventDefault();                        \r\n\t                        \r\n\t                    });\r\n                    \r\n                    } else {\r\n                        \r\n                        $('.ut-portfolio-popup-4814').on('click', function(event) {\r\n                            \r\n                            UT_Morph_Box_APP.create_morph_gallery();\r\n                            \r\n                        }); \r\n                        \r\n                    }\r\n                                    \r\n                });\r\n                        \r\n            })(jQuery);\r\n            \r\n            \/* ]]> *\/\r\n            <\/script><a data-exthumbimage=\"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/Web2017-131.jpg\" class=\"ut-portfolio-popup-4814\" title=\"\" href=\"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/Web2017-131.jpg\"  data-rel=\"lightbox-image-1\" data-rl_title=\"\" data-rl_caption=\"\"><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Portraits<\/h3><span>Portraits<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-4813\" data-size=\"default\" class=\"ut-portfolio-article ut-masonry show portfolio-style-one ut-square editorial-filt  ut-masonry-default\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" data-background-image=\"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/General-2593.jpg\" class=\"ut-portfolio-item ut-hover lozad skip-lazy\"><script type='text\/javascript'>\r\n            \/* <![CDATA[ *\/\r\n            \r\n            (function($){\r\n                \r\n                'use strict';\r\n                \r\n                $(document).ready(function(){\r\n                    \r\n                    if( site_settings !== undefined && site_settings.lg_type === 'lightgallery' ) {\r\n                    \r\n\t                    $('.ut-portfolio-popup-4813').on('click', function(event) {\r\n\t                        \r\n\t                        $(this).ut_require_js({\r\n\t                            plugin: 'lightGallery',\r\n\t                            source: 'lightGallery',\r\n\t                            callback: function (element) {\r\n\t\r\n\t                                element.lightGallery({\r\n\t                                    dynamic: true, \r\n\t                                    hash: false,\r\n\t                                    dynamicEl: [{\"src\"  : \"https:\/\/susanslattery.com\/wp-content\/uploads\/2016\/01\/Sabo_03_w.jpg\",\"thumb\": \"https:\/\/susanslattery.com\/wp-content\/uploads\/2016\/01\/Sabo_03_w-300x225.jpg\",\"subHtml\": \"<h4>Dr. Alex Sabo<\/h4><p>Dr. Alex Sabo, chairman of the Department of Psychiatry and Behavioral Science, poses with one of the birds in BMC\\'s Partial Hospital Program. Sabo often employs the resident birds and guinea pigs, as well as a lovable lab\/chow named Molly, in his therapy sessions with late adolescents and adults.<\/p>\",},{\"src\"  : \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/890_coffeegrounds-1075x720.jpg\",\"thumb\": \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/890_coffeegrounds-300x201.jpg\",\"subHtml\": \"<h4>Espresso<\/h4><p>I took this photo at Barrington Coffee Roasters.<\/p>\",},{\"src\"  : \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/General-2026.jpg\",\"thumb\": \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/General-2026-300x201.jpg\",\"subHtml\": \"<h4>David Life &#038; Sharon Gannon<\/h4><p>David Life and Sharon Gannon packed a room at the 2006 Yoga Journal Conference in Boston. Their Jivamukti devotees are all in Warrior One pose here.<\/p>\",},{\"src\"  : \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/General-2248.jpg\",\"thumb\": \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/General-2248-300x201.jpg\",\"subHtml\": \"<h4>Gurmukh Kaur Khalsa<\/h4><p>Gurmukh Kaur Khalsa leads participants in a Kundalini Yoga practice at the Boston Yoga Journal Conference in 2006.<\/p>\",},{\"src\"  : \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/General-13-1.jpg\",\"thumb\": \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/General-13-1-300x201.jpg\",\"subHtml\": \"<h4>Rudolf Steiner School<\/h4><p>Super stylish young lady works on her book in a Rudolf Steiner School classroom.<\/p>\",},{\"src\"  : \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/General-21.jpg\",\"thumb\": \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/General-21-300x179.jpg\",\"subHtml\": \"<h4>Habitat Annual Meeting<\/h4><p>Two of my favorite ladies--Lin Schreiber in red and Sue Fennel-Ivas--from when I worked at Habitat. The young woman is Sue\\'s granddaughter. This was a Habitat event.  <\/p>\",},{\"src\"  : \"https:\/\/susanslattery.com\/wp-content\/uploads\/2016\/01\/StitcheryCloseUp.jpg\",\"thumb\": \"https:\/\/susanslattery.com\/wp-content\/uploads\/2016\/01\/StitcheryCloseUp-300x225.jpg\",\"subHtml\": \"<h4>Breast Augmentation<\/h4><p>Before filling the silicone shell in the right breast, Dr. Haidak and surgical technician William Reddy begin a partial stitching of the incision. Then, the breast is inflated with saline, and the tube removed before the final few stitches. Dr. Haidak is associate professor of plastic surgery at UMass Medical School, and staff plastic surgeon at BMC.<\/p>\",},{\"src\"  : \"https:\/\/susanslattery.com\/wp-content\/uploads\/2016\/01\/Rosenfeld_01.jpg\",\"thumb\": \"https:\/\/susanslattery.com\/wp-content\/uploads\/2016\/01\/Rosenfeld_01-300x225.jpg\",\"subHtml\": \"<h4>Rosenfeld<\/h4><p>I can\\'t remember this doctor\\'s name, but he was doing an ear exam. All I have is his last name: Dr. Rosenfeld.<\/p>\",},{\"src\"  : \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/General-25.jpg\",\"thumb\": \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/General-25-225x300.jpg\",\"subHtml\": \"<h4>X-RAY<\/h4><p>This was an image I did for Health Quarterly cover. Health Quarterly was a supplement to the Berkshire Eagle. This was Dr. Raymond Sabatelli. Circa 2002. <\/p>\",},{\"src\"  : \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/General-.jpg\",\"thumb\": \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/General--300x201.jpg\",\"subHtml\": \"<h4>Terranova&#8217;s<\/h4><p>At Terranova\\'s General Store, the owner and a customer share a laugh.<\/p>\",}],\r\n\t                                    galleryId: 3\r\n\t                                });\r\n\t\r\n\t                            }\r\n\t\r\n\t                        });\r\n\t                        \r\n\t                        event.preventDefault();                        \r\n\t                        \r\n\t                    });\r\n                    \r\n                    } else {\r\n                        \r\n                        $('.ut-portfolio-popup-4813').on('click', function(event) {\r\n                            \r\n                            UT_Morph_Box_APP.create_morph_gallery();\r\n                            \r\n                        }); \r\n                        \r\n                    }\r\n                                    \r\n                });\r\n                        \r\n            })(jQuery);\r\n            \r\n            \/* ]]> *\/\r\n            <\/script><a data-exthumbimage=\"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/General-2593.jpg\" class=\"ut-portfolio-popup-4813\" title=\"\" href=\"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/General-2593.jpg\"  data-rel=\"lightbox-image-2\" data-rl_title=\"\" data-rl_caption=\"\"><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Editorial<\/h3><span>Editorial<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-4811\" data-size=\"default\" class=\"ut-portfolio-article ut-masonry show portfolio-style-one ut-square pets-animals-filt  ut-masonry-default\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" data-background-image=\"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/MagicWings2015-8372.jpg\" class=\"ut-portfolio-item ut-hover lozad skip-lazy\"><script type='text\/javascript'>\r\n            \/* <![CDATA[ *\/\r\n            \r\n            (function($){\r\n                \r\n                'use strict';\r\n                \r\n                $(document).ready(function(){\r\n                    \r\n                    if( site_settings !== undefined && site_settings.lg_type === 'lightgallery' ) {\r\n                    \r\n\t                    $('.ut-portfolio-popup-4811').on('click', function(event) {\r\n\t                        \r\n\t                        $(this).ut_require_js({\r\n\t                            plugin: 'lightGallery',\r\n\t                            source: 'lightGallery',\r\n\t                            callback: function (element) {\r\n\t\r\n\t                                element.lightGallery({\r\n\t                                    dynamic: true, \r\n\t                                    hash: false,\r\n\t                                    dynamicEl: [{\"src\"  : \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/09\/Binky_Snow-3342-1080x720.jpg\",\"thumb\": \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/09\/Binky_Snow-3342-300x200.jpg\",\"subHtml\": \"<h4>Binky 2016-2017<\/h4><p>My Binks in the snow. He was my baby. RIP<\/p>\",},{\"src\"  : \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/09\/LovingPugs_3244-480x720.jpg\",\"thumb\": \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/09\/LovingPugs_3244-200x300.jpg\",\"subHtml\": \"<h4>Loving Pugs<\/h4><p>Buddha, left and Brahma, right, balancing against one another.<\/p>\",},{\"src\"  : \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/Buddhainsnow-3339.jpg\",\"thumb\": \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/Buddhainsnow-3339-300x200.jpg\",\"subHtml\": \"<h4>Buddha in snow<\/h4><p>Buddha was 14 in this photo, and always the looker.<\/p>\",},{\"src\"  : \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/MagicWings2015-8372.jpg\",\"thumb\": \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/MagicWings2015-8372-300x200.jpg\",\"subHtml\": \"<h4>Jackson High Contrast<\/h4><p>Here is my favorite photo of the Jackson\\'s Chameleon. 2015<\/p>\",},{\"src\"  : \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/5940_goth_print.jpg\",\"thumb\": \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/5940_goth_print-300x201.jpg\",\"subHtml\": \"<h4>Goth<\/h4><p>A very heavy looking butterfly.<\/p>\",},{\"src\"  : \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/5879_gettingalift_print.jpg\",\"thumb\": \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/5879_gettingalift_print-300x201.jpg\",\"subHtml\": \"<h4>Getting a lift<\/h4><p>I can\\'t remember what this was, but that was certainly not my hand!<\/p>\",}],\r\n\t                                    galleryId: 4\r\n\t                                });\r\n\t\r\n\t                            }\r\n\t\r\n\t                        });\r\n\t                        \r\n\t                        event.preventDefault();                        \r\n\t                        \r\n\t                    });\r\n                    \r\n                    } else {\r\n                        \r\n                        $('.ut-portfolio-popup-4811').on('click', function(event) {\r\n                            \r\n                            UT_Morph_Box_APP.create_morph_gallery();\r\n                            \r\n                        }); \r\n                        \r\n                    }\r\n                                    \r\n                });\r\n                        \r\n            })(jQuery);\r\n            \r\n            \/* ]]> *\/\r\n            <\/script><a data-exthumbimage=\"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/MagicWings2015-8372.jpg\" class=\"ut-portfolio-popup-4811\" title=\"\" href=\"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/MagicWings2015-8372.jpg\"  data-rel=\"lightbox-image-3\" data-rl_title=\"\" data-rl_caption=\"\"><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Pets + Animals<\/h3><span>Pets + Animals<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-4810\" data-size=\"default\" class=\"ut-portfolio-article ut-masonry show portfolio-style-one ut-square people-filt  ut-masonry-default\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" data-background-image=\"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/General-5.jpg\" class=\"ut-portfolio-item ut-hover lozad skip-lazy\"><script type='text\/javascript'>\r\n            \/* <![CDATA[ *\/\r\n            \r\n            (function($){\r\n                \r\n                'use strict';\r\n                \r\n                $(document).ready(function(){\r\n                    \r\n                    if( site_settings !== undefined && site_settings.lg_type === 'lightgallery' ) {\r\n                    \r\n\t                    $('.ut-portfolio-popup-4810').on('click', function(event) {\r\n\t                        \r\n\t                        $(this).ut_require_js({\r\n\t                            plugin: 'lightGallery',\r\n\t                            source: 'lightGallery',\r\n\t                            callback: function (element) {\r\n\t\r\n\t                                element.lightGallery({\r\n\t                                    dynamic: true, \r\n\t                                    hash: false,\r\n\t                                    dynamicEl: [{\"src\"  : \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/9727_backbend.jpg\",\"thumb\": \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/9727_backbend-300x266.jpg\",\"subHtml\": \"<h4>Crazy Girl<\/h4><p><\/p>\",},{\"src\"  : \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/General-8616.jpg\",\"thumb\": \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/General-8616-300x253.jpg\",\"subHtml\": \"<h4>Alice 27 + Orion Slave Girl + Trill<\/h4><p>2014 Star Trek Convention, Boston. Participants during the costume judging. Alice 27 should have won, in my humble opinion. Go back and dig up that episode. She is a mirror image of the actress who played Alice 27.<\/p>\",},{\"src\"  : \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/General-5.jpg\",\"thumb\": \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/General-5-300x200.jpg\",\"subHtml\": \"<h4>Michael Doucet<\/h4><p>This is Michael Doucet playing violin with Beausoleil at a Habitat fundraiser at the Crown Plaza in Pittsfield in 2012.<\/p>\",},{\"src\"  : \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/Web2017-109.jpg\",\"thumb\": \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/Web2017-109-300x200.jpg\",\"subHtml\": \"<h4>Midflight<\/h4><p>When I worked at Berkshire South I spent a lot of time trying to nail the lighting in the pool area. This young girl jumped again and again, and so I set up a speedlight on a Gorilla pod and wrapped it around the railing to my right--it was the only place to attach it. I used a cable from the flash to my hot shoe and shot this with a slow or rear flash. <\/p>\",},{\"src\"  : \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/Kiss.jpg\",\"thumb\": \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/Kiss-300x200.jpg\",\"subHtml\": \"<h4>Kiss<\/h4><p>One of the best things about Berkshire South was how it appealed to everyone in the community. <\/p>\",},{\"src\"  : \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/6623_MomDianneLee.jpg\",\"thumb\": \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/6623_MomDianneLee-300x200.jpg\",\"subHtml\": \"<h4>Mom, Dianne and Lee<\/h4><p>My mother is on the left, her sister Dianne, and Dianne\\'s husband, Lee.<\/p>\",},{\"src\"  : \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/9616_shrimp.jpg\",\"thumb\": \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/9616_shrimp-300x260.jpg\",\"subHtml\": \"<h4>Annette + Son in Law<\/h4><p><\/p>\",},{\"src\"  : \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/9719_ErinandFriend_2.jpg\",\"thumb\": \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/9719_ErinandFriend_2-300x200.jpg\",\"subHtml\": \"<h4>Erin and Friend Laughing<\/h4><p><\/p>\",},{\"src\"  : \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/MM-2016-0668.jpg\",\"thumb\": \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/MM-2016-0668-200x300.jpg\",\"subHtml\": \"<h4>Cirque de Sewer<\/h4><p>This was the afternoon performance on the stage in the woods... Cirque de Sewer<\/p>\",},{\"src\"  : \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/MM-2016-0353.jpg\",\"thumb\": \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/MM-2016-0353-300x200.jpg\",\"subHtml\": \"<h4>Costumed participants at a Renaissance Festival<\/h4><p>Three costumed attendees at Mutton + Mead 2016.<\/p>\",}],\r\n\t                                    galleryId: 5\r\n\t                                });\r\n\t\r\n\t                            }\r\n\t\r\n\t                        });\r\n\t                        \r\n\t                        event.preventDefault();                        \r\n\t                        \r\n\t                    });\r\n                    \r\n                    } else {\r\n                        \r\n                        $('.ut-portfolio-popup-4810').on('click', function(event) {\r\n                            \r\n                            UT_Morph_Box_APP.create_morph_gallery();\r\n                            \r\n                        }); \r\n                        \r\n                    }\r\n                                    \r\n                });\r\n                        \r\n            })(jQuery);\r\n            \r\n            \/* ]]> *\/\r\n            <\/script><a data-exthumbimage=\"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/General-5.jpg\" class=\"ut-portfolio-popup-4810\" title=\"\" href=\"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/General-5.jpg\"  data-rel=\"lightbox-image-4\" data-rl_title=\"\" data-rl_caption=\"\"><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">People<\/h3><span>People<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><article id=\"ut-portfolio-article-4809\" data-size=\"default\" class=\"ut-portfolio-article ut-masonry show portfolio-style-one ut-square non-profit-filt  ut-masonry-default\"><div data-effect=\"portfolioFadeIn\" class=\"ut-portfolio-article-animation-box\"><div data-effect=\"portfolioFadeIn\" data-background-image=\"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/General-2785.jpg\" class=\"ut-portfolio-item ut-hover lozad skip-lazy\"><script type='text\/javascript'>\r\n            \/* <![CDATA[ *\/\r\n            \r\n            (function($){\r\n                \r\n                'use strict';\r\n                \r\n                $(document).ready(function(){\r\n                    \r\n                    if( site_settings !== undefined && site_settings.lg_type === 'lightgallery' ) {\r\n                    \r\n\t                    $('.ut-portfolio-popup-4809').on('click', function(event) {\r\n\t                        \r\n\t                        $(this).ut_require_js({\r\n\t                            plugin: 'lightGallery',\r\n\t                            source: 'lightGallery',\r\n\t                            callback: function (element) {\r\n\t\r\n\t                                element.lightGallery({\r\n\t                                    dynamic: true, \r\n\t                                    hash: false,\r\n\t                                    dynamicEl: [{\"src\"  : \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/05\/1313_prettyredhead.jpg\",\"thumb\": \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/05\/1313_prettyredhead-300x262.jpg\",\"subHtml\": \"<h4>1313_prettyredhead<\/h4><p><\/p>\",},{\"src\"  : \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/05\/1669_sepia.jpg\",\"thumb\": \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/05\/1669_sepia-300x201.jpg\",\"subHtml\": \"<h4>1669_sepia<\/h4><p><\/p>\",},{\"src\"  : \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/Kassie-for-Portfolio.jpg\",\"thumb\": \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/Kassie-for-Portfolio-300x237.jpg\",\"subHtml\": \"<h4>One Tall Lady<\/h4><p>One of the Fitness Trainers, who was super tall, does a stretch with the super small kids at Sunshine Preschool at Berkshire South.<\/p>\",},{\"src\"  : \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/RecyclingKids.jpg\",\"thumb\": \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/RecyclingKids-300x297.jpg\",\"subHtml\": \"<h4>Recycling Kids<\/h4><p>This image is from 2006. Taken during an after school program at Conte Community School.<\/p>\",},{\"src\"  : \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/CET-21.jpg\",\"thumb\": \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/CET-21-300x201.jpg\",\"subHtml\": \"<h4>Caretaker Farm<\/h4><p>Bridget Spann poses with her daughter near the five pole mount PV arrays in the field behind Caretaker Farm.<\/p>\",},{\"src\"  : \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/Web2017-140.jpg\",\"thumb\": \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/Web2017-140-300x200.jpg\",\"subHtml\": \"<h4>Fitness during the golden hour<\/h4><p>I loved this photo for the light.<\/p>\",},{\"src\"  : \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/Web2017-129.jpg\",\"thumb\": \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/Web2017-129-300x296.jpg\",\"subHtml\": \"<h4>Lovely boy in pool<\/h4><p>I liked that the water looks like water.<\/p>\",},{\"src\"  : \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/General-2910.jpg\",\"thumb\": \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/General-2910-300x200.jpg\",\"subHtml\": \"<h4>United Way Volunteers<\/h4><p>Volunteers from United Way work on spreading fresh mulch in the playground section of Pitt Park.<\/p>\",},{\"src\"  : \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/General-2785.jpg\",\"thumb\": \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/General-2785-300x200.jpg\",\"subHtml\": \"<h4>Man + Hammer + Sky<\/h4><p>A Habitat volunteer works on a home on Dewey Avenue, Pittsfield<\/p>\",},{\"src\"  : \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/General-10.jpg\",\"thumb\": \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/General-10-300x200.jpg\",\"subHtml\": \"<h4>Big Backhoe<\/h4><p>A worker uses a backhoe to grab dirt to fill in around the completed foundation at the Habitat build on Dewey Avenue.<\/p>\",},{\"src\"  : \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/General-9.jpg\",\"thumb\": \"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/General-9-300x177.jpg\",\"subHtml\": \"<h4>Habitat Volunteers from General Dynamics<\/h4><p>A group from General Dynamics worked to install insulation in the Habitat home of Trisha LaShomb at 83 Richmond Avenue in Pittsfield.<\/p>\",}],\r\n\t                                    galleryId: 6\r\n\t                                });\r\n\t\r\n\t                            }\r\n\t\r\n\t                        });\r\n\t                        \r\n\t                        event.preventDefault();                        \r\n\t                        \r\n\t                    });\r\n                    \r\n                    } else {\r\n                        \r\n                        $('.ut-portfolio-popup-4809').on('click', function(event) {\r\n                            \r\n                            UT_Morph_Box_APP.create_morph_gallery();\r\n                            \r\n                        }); \r\n                        \r\n                    }\r\n                                    \r\n                });\r\n                        \r\n            })(jQuery);\r\n            \r\n            \/* ]]> *\/\r\n            <\/script><a data-exthumbimage=\"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/General-2785.jpg\" class=\"ut-portfolio-popup-4809\" title=\"\" href=\"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/General-2785.jpg\"  data-rel=\"lightbox-image-5\" data-rl_title=\"\" data-rl_caption=\"\"><div class=\"ut-hover-layer\"><div class=\"ut-portfolio-info\"><div class=\"ut-portfolio-info-c\"><h3 class=\"portfolio-title\">Non Profit<\/h3><span>Non Profit<\/span><\/div><\/div><\/div><\/a><\/div><\/div><\/article><\/div><\/div><\/div>[\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row_content_no_spaces&#8221; full_height=&#8221;yes&#8221; equal_height=&#8221;yes&#8221; parallax=&#8221;content-moving&#8221; parallax_image=&#8221;413&#8243;][vc_column][\/vc_column][\/vc_row][vc_row][vc_column]<div class=\"ut-bs-wrap \"><div class=\"grid-33 tablet-grid-33 mobile-grid-100\"><article id=\"post-5008\" class=\"clearfix post-5008 post type-post status-publish format-standard hentry category-personal-essay tag-black-pug tag-pug tag-pug-death\"><!-- entry-header --><header class=\"entry-header\"><h3 class=\"entry-title\"><a href=\"https:\/\/susanslattery.com\/?p=5008\" rel=\"bookmark\" title=\"Permanent Link to Buddha 10.24.19\">Buddha 10.24.19<\/a><\/h3><\/header><div class=\"entry-meta\"><span class=\"ut-sticky\"><i class=\"fa fa-thumb-tack\"><\/i>Sticky Post<\/span><span class=\"date-format\"><i class=\"fa fa-clock-o\"><\/i>On <span>December 1, 2019<\/span><\/span><\/div><!-- entry-content --><div class=\"entry-content clearfix\"><p> My sweet Buddha died in my husband's arms on October 24. He was about nine days shy of his 17th birthday. So 2019 was the year we lost our beloved pugs. Brahma died on May 25. They were a<\/p><p><a class=\"more-link\" href=\"https:\/\/susanslattery.com\/?p=5008\"><span class=\"more-link\">Read More<i class=\"fa fa-chevron-circle-right\"><\/i><\/span><\/a><\/p><\/div><!-- close entry-content --><\/article><\/div><!-- close post --><div class=\"grid-33 tablet-grid-33 mobile-grid-100\"><article id=\"post-5001\" class=\"clearfix post-5001 post type-post status-publish format-standard hentry category-personal-essay tag-black-pug tag-pug tag-pug-death\"><!-- entry-header --><header class=\"entry-header\"><h3 class=\"entry-title\"><a href=\"https:\/\/susanslattery.com\/?p=5001\" rel=\"bookmark\" title=\"Permanent Link to Brahma 05.25.19\">Brahma 05.25.19<\/a><\/h3><\/header><div class=\"entry-meta\"><span class=\"ut-sticky\"><i class=\"fa fa-thumb-tack\"><\/i>Sticky Post<\/span><span class=\"date-format\"><i class=\"fa fa-clock-o\"><\/i>On <span>August 3, 2019<\/span><\/span><\/div><!-- entry-content --><div class=\"entry-content clearfix\"><p> Brahma died at home early in the morning on May 25, 2019. For the previous five or six days, he stopped eating + drinking. For a few weeks prior, he got very weak, and started crossing his back legs<\/p><p><a class=\"more-link\" href=\"https:\/\/susanslattery.com\/?p=5001\"><span class=\"more-link\">Read More<i class=\"fa fa-chevron-circle-right\"><\/i><\/span><\/a><\/p><\/div><!-- close entry-content --><\/article><\/div><!-- close post --><div class=\"grid-33 tablet-grid-33 mobile-grid-100\"><article id=\"post-4936\" class=\"clearfix post-4936 post type-post status-publish format-standard has-post-thumbnail hentry category-personal-essay tag-building-a-deck tag-house-needs-a-deck\"><!-- entry-header --><header class=\"entry-header\"><h3 class=\"entry-title\"><a href=\"https:\/\/susanslattery.com\/?p=4936\" rel=\"bookmark\" title=\"Permanent Link to Deck Dreams\">Deck Dreams<\/a><\/h3><\/header><div class=\"entry-meta\"><span class=\"ut-sticky\"><i class=\"fa fa-thumb-tack\"><\/i>Sticky Post<\/span><span class=\"date-format\"><i class=\"fa fa-clock-o\"><\/i>On <span>October 9, 2017<\/span><\/span><\/div><div class=\"entry-thumbnail\"><a title=\"Permanent Link to Deck Dreams\" href=\"https:\/\/susanslattery.com\/?p=4936\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"333\" src=\"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/General-18-500x333.jpg\" class=\"attachment-medium size-medium wp-post-image\" alt=\"Young Habitat volunteers paint a handicap ramp.\" srcset=\"https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/General-18-500x333.jpg 500w, https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/General-18-300x200.jpg 300w, https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/General-18-768x511.jpg 768w, https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/General-18-1024x681.jpg 1024w, https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/General-18-800x532.jpg 800w, https:\/\/susanslattery.com\/wp-content\/uploads\/2017\/04\/General-18.jpg 2000w\" sizes=\"auto, (max-width: 500px) 100vw, 500px\" \/><\/a><\/div><!-- entry-content --><div class=\"entry-content clearfix\"><p>[vc_row][vc_column][vc_column_text]Deck Dreams\u00a0appeared in the June 22, 1995 edition\u00a0of\u00a0Berkshires Week\u00a0magazine, as\u00a0The Last Word\u00a0feature. Re-reading this, well, I feel it's kind of quaint. We do have a deck now. An Azek deck with a railing + a slider from the kitchen. The<\/p><p><a class=\"more-link\" href=\"https:\/\/susanslattery.com\/?p=4936\"><span class=\"more-link\">Read More<i class=\"fa fa-chevron-circle-right\"><\/i><\/span><\/a><\/p><\/div><!-- close entry-content --><\/article><\/div><!-- close post --><div class=\"clear\"><\/div><div class=\"clear\"><\/div><div class=\"ut-bs-holder\"><a class=\"ut-bs-btn\" href=\"https:\/\/susanslattery.com\/?page_id=33\">Read More<\/a><\/div><\/div>[\/vc_column][\/vc_row]<\/p>\n<p>&nbsp;<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_row 0=&#8221;&#8221;][vc_column 0=&#8221;&#8221;][\/vc_column][\/vc_row][vc_row][vc_column][\/vc_column][\/vc_row][vc_row full_width=&#8221;stretch_row_content_no_spaces&#8221; full_height=&#8221;yes&#8221; equal_height=&#8221;yes&#8221; parallax=&#8221;content-moving&#8221; parallax_image=&#8221;413&#8243;][vc_column][\/vc_column][\/vc_row][vc_row][vc_column][\/vc_column][\/vc_row] &nbsp;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"open","template":"","meta":{"footnotes":""},"class_list":["post-4645","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/susanslattery.com\/index.php?rest_route=\/wp\/v2\/pages\/4645","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/susanslattery.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/susanslattery.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/susanslattery.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/susanslattery.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=4645"}],"version-history":[{"count":31,"href":"https:\/\/susanslattery.com\/index.php?rest_route=\/wp\/v2\/pages\/4645\/revisions"}],"predecessor-version":[{"id":4872,"href":"https:\/\/susanslattery.com\/index.php?rest_route=\/wp\/v2\/pages\/4645\/revisions\/4872"}],"wp:attachment":[{"href":"https:\/\/susanslattery.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=4645"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}