WebFontConfig = { google: { families: [ 'Della+Respira', 'Muli' ] } }; /** @const */ var TESTIMONIAL_TREE_WIDGET_CSS_FILENAME = "Social1/styles/Social1_1.0.1.css?v=10"; var TT_Script = ""; TT_init(); function TT_init() { var _currentDomain = ""; var _protocol = ('https:' == document.location.protocol ? 'https' : 'http'); for (runner = 0; runner < document.getElementsByTagName('script').length; runner++) { if (document.getElementsByTagName('script')[runner].src.match(/\/widgets\/([a-zA-Z0-9-_]+\/[a-zA-Z0-9\-_\.]+)?\?widgetid=\d+/i)) { TT_Script = document.getElementsByTagName('script')[runner].src; if (TT_Script.match(/^(?:https?:)?\/\/[a-zA-z0-9\.:-]+/i)) _currentDomain = TT_Script.match(/^(?:https?:)?\/\/([a-zA-z0-9\.:-]+)/i)[1]; if (_currentDomain == "") { //for on TT pages _currentDomain = document.location.hostname; TT_Script = _protocol + "://" + _currentDomain + TT_Script; } break; }; }; if (_currentDomain == "") { //abort if no domain found return; } var url = _protocol + "://" + _currentDomain + "/Widgets/widgetInit.js"; var script = document.createElement("script"); script.type = "text/javascript"; script.src = url; document.getElementsByTagName("head")[0].appendChild(script); } function TT_createWidget(JSONObject) { if (JSONObject.testimonialtreewidget.passedusername != null && JSONObject.testimonialtreewidget.passedusername != "" && JSONObject.testimonialtreewidget.settings.usersignature != JSONObject.testimonialtreewidget.passedusername) { return; } var protocol = ('https:' == document.location.protocol ? 'https' : 'http'); var widget = TT_findWidgetContainer(JSONObject); var newEl = document.createElement('TABLE'); newEl.setAttribute('cellPadding',5); var tmp = document.createElement('TBODY'); newEl.appendChild(tmp); //Add new Testimonial var AddTestimonialLink = document.createElement('A'); AddTestimonialLink.id = 'TT_AddTestimonialLink'; AddTestimonialLink.href= protocol + '://www.testimonialtree.com/?uid=423503'; AddTestimonialLink.target = '_blank'; AddTestimonialLink.innerHTML = '
[+] Add New Testimonial
'; //Powered by TestimonialTree 2 var TestimonialLink = document.createElement('A'); TestimonialLink.href= 'https://testimonialtree.com'; TestimonialLink.target = '_blank'; TestimonialLink.innerHTML = '
Powered by TestimonialTree.com\&trade\;
'; //Create Parent Div var TestimonialTree_Div0 = document.createElement('div'); TestimonialTree_Div0.className = "TestimonialTree_Social1_Container"; TestimonialTree_Div0.setAttribute("itemtype","http://data-vocabulary.org/Review"); TestimonialTree_Div0.setAttribute("itemscope",""); //Start quote and stars var TestimonialTree_Stars0 = document.createElement('div'); TestimonialTree_Stars0.innerHTML = "
" //Testimonial var TestimonialTree_TestDiv0 = document.createElement('div'); TestimonialTree_TestDiv0.className = "TestimonialTree_Testimonial"; TestimonialTree_TestDiv0.setAttribute("itemprop","description"); TestimonialTree_TestDiv0.innerHTML = '
\nAs a first time home buyer, I am so grateful that my husband and I had the opportunity to work with Erica. From the moment we started our house hunt I knew she was on our team. It is so rare, in business, to find people that are genuinely rooting for you and put your happiness ahead of everything else. That’s exactly the kind of person Erica is. She was more than willing to show us any house we had interest in, and wrote several offers for us. She offered guidance and her opinion but was always tactful and never did so in a way that made us feel pressured. At every showing she was professional, patient, and excited to show us the house that could be the one. We also appreciated how excellent of a communicator she was. She made herself accessible and was amazing about working around our schedule. We bought our home in a time when the market was wild! Erica was always calm, positive, and reassuring. And she was right, we found the perfect house to make our home! We feel so lucky to have had Erica as our realtor and now our friend. '; //Start quote and stars var TestimonialTree_EndQuote0 = document.createElement('div'); TestimonialTree_EndQuote0.className = "TestimonialTree_EndQuote"; TestimonialTree_EndQuote0.innerHTML = "" //Media var TestimonialTree_Media0 = document.createElement('div'); TestimonialTree_Media0.innerHTML += "


"; //Social Row var TestimonialTree_SocialRow0 = document.createElement('div'); TestimonialTree_SocialRow0.className = "TestimonialTree_Social1_SocialRow"; TestimonialTree_SocialRow0.innerHTML += "
" TestimonialTree_SocialRow0.innerHTML += "" TestimonialTree_SocialRow0.innerHTML += "
Ashley Hogan" + ('' != '' ? "
on " : "") + "
" //Date var TestimonialTree_Date0 = document.createElement('div'); TestimonialTree_Date0.className = "TestimonialTree_Social1_Date"; TestimonialTree_Date0.innerHTML = '3/6/2024 9:13:01 PM'; TestimonialTree_Div0.appendChild(TestimonialTree_Stars0); TestimonialTree_Div0.appendChild(TestimonialTree_TestDiv0); TestimonialTree_Div0.appendChild(TestimonialTree_EndQuote0); TestimonialTree_Div0.appendChild(TestimonialTree_Media0); TestimonialTree_Div0.appendChild(TestimonialTree_SocialRow0); TestimonialTree_Div0.appendChild(TestimonialTree_Date0); widget.appendChild(TestimonialTree_Div0); var isViewAll = document.URL.indexOf("viewAll.aspx") != -1 ? true : false; if(isViewAll) { var _backButtonDiv = document.createElement('div'); var _backButton = document.createElement('A'); _backButtonDiv.id = 'TT_BackButtonDiv'; _backButtonDiv.id = 'TT_BackButton'; _backButton.innerHTML = "
Back
"; _backButtonDiv.appendChild(_backButton); widget.appendChild(_backButtonDiv); } widget.appendChild(AddTestimonialLink); widget.appendChild(TestimonialLink); TT_createEvent(widget); }