WebFontConfig = { google: { families: [ 'Della+Respira', 'Muli' ] } }; (function() { var wf = document.createElement('script'); wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js'; wf.type = 'text/javascript'; wf.async = 'true'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(wf, s); })(); //Add stylesheet var protocol = ('https:' == document.location.protocol ? 'https' : 'http'); var _includeURL = protocol + '://testimonialtree.com/Widgets/'; //Add widget load to stats var iphttp_request = TT_createCrossDomainRequest(); function TT_httpGet(theUrl) { var xmlHttp = null; xmlHttp = new XMLHttpRequest(); xmlHttp.open( "GET", theUrl, true ); xmlHttp.send( null ); return xmlHttp.responseText; } function TT_getIP(JSONObject) { if (iphttp_request) { try{ if (window.XDomainRequest) { iphttp_request.onload = function () { JSONObject = JSON.parse(iphttp_request.responseText); TT_httpGet(statsUrl+'&ip='+JSONObject.ip+'&lat='+JSONObject.lat+'&lng='+JSONObject.lng); }; iphttp_request.open("GET", "http://api.hostip.info/get_json.php?position=true", true); iphttp_request.send(); } else { iphttp_request.onreadystatechange = TT_IPCallhandler; iphttp_request.open('GET', "http://api.hostip.info/get_json.php?position=true", true); iphttp_request.send(); }; } catch(error) { }; }; } function TT_IPCallhandler(evtXHR) { if (iphttp_request.readyState == 4) { if (iphttp_request.status == 200) { JSONObject = JSON.parse(iphttp_request.responseText); TT_httpGet(statsUrl+'&ip='+JSONObject.ip+'&lat='+JSONObject.lat+'&lng='+JSONObject.lng); } else { //alert("request Errors Occured"); } iphttp_request = null; } } function TT_createCrossDomainRequest(url, handler) { //var var httpRequest = null; //var if (window.XDomainRequest) { httpRequest = new window.XDomainRequest(); httpRequest.onload = function () { callBack(httpRequest.responseText) }; } else httpRequest = new XMLHttpRequest(); return httpRequest; } var params = encodeURIComponent('email=&username='); var statsUrl = _includeURL + 'logWidgetLoad.aspx?wid=49935¶ms=' + params; var ipJson; TT_getIP(ipJson); //End adding widget load to stats var v_css = document.createElement('link'); v_css.rel = 'stylesheet'; v_css.type = 'text/css'; //v_css.href = 'https://testimonialtree.com/Styles/TestimonialTree_Widget2.css'; v_css.href = protocol + '://testimonialtree.com/Styles/TestimonialTree_Widget2.css'; document.getElementsByTagName('head')[0].appendChild(v_css); var newEl = document.createElement('TABLE'); newEl.setAttribute('cellPadding',5); var tmp = document.createElement('TBODY'); newEl.appendChild(tmp); //Powered by TestimonialTree var AddTestimonialLink = document.createElement('A'); AddTestimonialLink.href= 'https://testimonialtree.com/?uid=276460'; AddTestimonialLink.target = '_blank'; AddTestimonialLink.innerHTML = '
[+] Add New Testimonial
'; //Powered by TestimonialTree var TestimonialLink = document.createElement('A'); TestimonialLink.href= 'https://testimonialtree.com'; TestimonialLink.target = '_blank'; TestimonialLink.innerHTML = '
Powered by TestimonialTree.com\&trade\;
'; window.onload=function() { //Create Parent Div var TestimonialTree_Div0 = document.createElement('div'); TestimonialTree_Div0.className = "TestimonialTree_Container"; TestimonialTree_Div0.setAttribute("itemscope",""); TestimonialTree_Div0.setAttribute("itemtype","https://schema.org/Review"); //Signature var TestimonialTree_Author0 = document.createElement('span'); TestimonialTree_Author0.className = "TestimonialTree_Signature"; TestimonialTree_Author0.setAttribute("itemprop","author"); TestimonialTree_Author0.setAttribute("itemscope",""); TestimonialTree_Author0.setAttribute("itemtype","https://schema.org/Person"); var TestimonialTree_AuthorName0 = document.createElement('span'); TestimonialTree_AuthorName0.className = "TestimonialTree_Signature"; TestimonialTree_AuthorName0.setAttribute("itemprop","name"); TestimonialTree_AuthorName0.innerHTML = 'Thomas Hughel'; TestimonialTree_Author0.appendChild(TestimonialTree_AuthorName0); if ('' != '') { var TestimonialTree_Source0 = document.createElement('span'); TestimonialTree_Source0.className = "TestimonialTree_Source"; TestimonialTree_Source0.setAttribute("itemprop","source"); TestimonialTree_Source0.innerHTML = ' on '; TestimonialTree_AuthorName0.appendChild(TestimonialTree_Source0); } //Testimonial var TestimonialTree_TestDiv0 = document.createElement('div'); TestimonialTree_TestDiv0.className = "TestimonialTree_Testimonial"; TestimonialTree_TestDiv0.setAttribute("style","padding-top: 7px"); TestimonialTree_TestDiv0.setAttribute("itemprop","reviewBody"); TestimonialTree_TestDiv0.innerHTML = 'Kept well informed during the whole process.'; //Review Data var TestimonialTree_ReviewDiv0 = document.createElement('div'); TestimonialTree_ReviewDiv0.className = "TestimonialTree_ReviewData"; //Review of var TestimonialTree_SubjectLabel0 = document.createElement('span'); TestimonialTree_SubjectLabel0.innerHTML = 'Testimonial For: '; //Review of var TestimonialTree_SubjectDiv0 = document.createElement('div'); TestimonialTree_SubjectDiv0.setAttribute("itemprop","itemreviewed"); TestimonialTree_SubjectDiv0.setAttribute("itemscope",""); TestimonialTree_SubjectDiv0.setAttribute("style","display: inline"); TestimonialTree_SubjectDiv0.setAttribute("itemtype","https://schema.org/Organization"); var TestimonialTree_SubjectDiv0_name = document.createElement('span'); //TestimonialTree_SubjectDiv0_name.className = "TestimonialTree_ReviewData"; TestimonialTree_SubjectDiv0_name.setAttribute("itemprop","name"); TestimonialTree_SubjectDiv0_name.innerHTML = 'Carpenter Realtors - '; TestimonialTree_SubjectDiv0.appendChild(TestimonialTree_SubjectDiv0_name) //Date var TestimonialTree_TimeStamp0 = document.createElement('time'); //TestimonialTree_TimeStamp0.className = "TestimonialTree_ReviewData"; TestimonialTree_TimeStamp0.setAttribute("itemprop","datePublished"); TestimonialTree_TimeStamp0.setAttribute("datetime","5/7/2025 3:36:19 PM"); TestimonialTree_TimeStamp0.innerHTML = '5/7/2025 3:36:19 PM'; //Rating var TestimonialTree_Rating0 = '5' var TestimonialTree_RatingLabel10 = document.createElement('span'); TestimonialTree_RatingLabel10.innerHTML = 'Rating: '; var TestimonialTree_RatingLabel20 = document.createElement('span'); TestimonialTree_RatingLabel20.innerHTML = ' of 5 - '; var TestimonialTree_RatingDiv0 = document.createElement('span'); TestimonialTree_RatingDiv0.setAttribute("itemprop","reviewRating"); TestimonialTree_RatingDiv0.setAttribute("itemscope",""); TestimonialTree_RatingDiv0.setAttribute("itemtype","https://schema.org/Rating"); var TestimonialTree_RatingValue0 = document.createElement('span'); TestimonialTree_RatingValue0.setAttribute("itemprop","ratingValue"); TestimonialTree_RatingValue0.innerHTML = TestimonialTree_Rating0 + ' '; TestimonialTree_RatingDiv0.appendChild(TestimonialTree_RatingValue0) //Add to DOM TestimonialTree_ReviewDiv0.appendChild(TestimonialTree_SubjectLabel0); TestimonialTree_ReviewDiv0.appendChild(TestimonialTree_SubjectDiv0); if (TestimonialTree_Rating0 != '') { TestimonialTree_ReviewDiv0.appendChild(TestimonialTree_RatingLabel10); TestimonialTree_ReviewDiv0.appendChild(TestimonialTree_RatingDiv0); TestimonialTree_ReviewDiv0.appendChild(TestimonialTree_RatingLabel20); } TestimonialTree_ReviewDiv0.appendChild(TestimonialTree_TimeStamp0); TestimonialTree_Div0.appendChild(TestimonialTree_Author0); TestimonialTree_Div0.appendChild(TestimonialTree_TestDiv0); TestimonialTree_Div0.appendChild(TestimonialTree_ReviewDiv0); document.getElementById('TestimonialTree_Widget_49935').appendChild(TestimonialTree_Div0); //Create Parent Div var TestimonialTree_Div1 = document.createElement('div'); TestimonialTree_Div1.className = "TestimonialTree_Container"; TestimonialTree_Div1.setAttribute("itemscope",""); TestimonialTree_Div1.setAttribute("itemtype","https://schema.org/Review"); //Signature var TestimonialTree_Author1 = document.createElement('span'); TestimonialTree_Author1.className = "TestimonialTree_Signature"; TestimonialTree_Author1.setAttribute("itemprop","author"); TestimonialTree_Author1.setAttribute("itemscope",""); TestimonialTree_Author1.setAttribute("itemtype","https://schema.org/Person"); var TestimonialTree_AuthorName1 = document.createElement('span'); TestimonialTree_AuthorName1.className = "TestimonialTree_Signature"; TestimonialTree_AuthorName1.setAttribute("itemprop","name"); TestimonialTree_AuthorName1.innerHTML = 'Aubree Williams'; TestimonialTree_Author1.appendChild(TestimonialTree_AuthorName1); if ('' != '') { var TestimonialTree_Source1 = document.createElement('span'); TestimonialTree_Source1.className = "TestimonialTree_Source"; TestimonialTree_Source1.setAttribute("itemprop","source"); TestimonialTree_Source1.innerHTML = ' on '; TestimonialTree_AuthorName1.appendChild(TestimonialTree_Source1); } //Testimonial var TestimonialTree_TestDiv1 = document.createElement('div'); TestimonialTree_TestDiv1.className = "TestimonialTree_Testimonial"; TestimonialTree_TestDiv1.setAttribute("style","padding-top: 7px"); TestimonialTree_TestDiv1.setAttribute("itemprop","reviewBody"); TestimonialTree_TestDiv1.innerHTML = 'Reanna cares very much about her clients. She was always honest with us about the houses we looked at and the pros and cons that would come with it. Even after we purchased the house she continued to help us with any problems that came up. She helped me and my husband feel comfortable and confident as we went through the stressful process of finding our first home! We couldn\u0092t have asked for a better realtor! '; //Review Data var TestimonialTree_ReviewDiv1 = document.createElement('div'); TestimonialTree_ReviewDiv1.className = "TestimonialTree_ReviewData"; //Review of var TestimonialTree_SubjectLabel1 = document.createElement('span'); TestimonialTree_SubjectLabel1.innerHTML = 'Testimonial For: '; //Review of var TestimonialTree_SubjectDiv1 = document.createElement('div'); TestimonialTree_SubjectDiv1.setAttribute("itemprop","itemreviewed"); TestimonialTree_SubjectDiv1.setAttribute("itemscope",""); TestimonialTree_SubjectDiv1.setAttribute("style","display: inline"); TestimonialTree_SubjectDiv1.setAttribute("itemtype","https://schema.org/Organization"); var TestimonialTree_SubjectDiv1_name = document.createElement('span'); //TestimonialTree_SubjectDiv1_name.className = "TestimonialTree_ReviewData"; TestimonialTree_SubjectDiv1_name.setAttribute("itemprop","name"); TestimonialTree_SubjectDiv1_name.innerHTML = 'Carpenter Realtors - '; TestimonialTree_SubjectDiv1.appendChild(TestimonialTree_SubjectDiv1_name) //Date var TestimonialTree_TimeStamp1 = document.createElement('time'); //TestimonialTree_TimeStamp1.className = "TestimonialTree_ReviewData"; TestimonialTree_TimeStamp1.setAttribute("itemprop","datePublished"); TestimonialTree_TimeStamp1.setAttribute("datetime","5/5/2025 6:11:53 AM"); TestimonialTree_TimeStamp1.innerHTML = '5/5/2025 6:11:53 AM'; //Rating var TestimonialTree_Rating1 = '5' var TestimonialTree_RatingLabel11 = document.createElement('span'); TestimonialTree_RatingLabel11.innerHTML = 'Rating: '; var TestimonialTree_RatingLabel21 = document.createElement('span'); TestimonialTree_RatingLabel21.innerHTML = ' of 5 - '; var TestimonialTree_RatingDiv1 = document.createElement('span'); TestimonialTree_RatingDiv1.setAttribute("itemprop","reviewRating"); TestimonialTree_RatingDiv1.setAttribute("itemscope",""); TestimonialTree_RatingDiv1.setAttribute("itemtype","https://schema.org/Rating"); var TestimonialTree_RatingValue1 = document.createElement('span'); TestimonialTree_RatingValue1.setAttribute("itemprop","ratingValue"); TestimonialTree_RatingValue1.innerHTML = TestimonialTree_Rating1 + ' '; TestimonialTree_RatingDiv1.appendChild(TestimonialTree_RatingValue1) //Add to DOM TestimonialTree_ReviewDiv1.appendChild(TestimonialTree_SubjectLabel1); TestimonialTree_ReviewDiv1.appendChild(TestimonialTree_SubjectDiv1); if (TestimonialTree_Rating1 != '') { TestimonialTree_ReviewDiv1.appendChild(TestimonialTree_RatingLabel11); TestimonialTree_ReviewDiv1.appendChild(TestimonialTree_RatingDiv1); TestimonialTree_ReviewDiv1.appendChild(TestimonialTree_RatingLabel21); } TestimonialTree_ReviewDiv1.appendChild(TestimonialTree_TimeStamp1); TestimonialTree_Div1.appendChild(TestimonialTree_Author1); TestimonialTree_Div1.appendChild(TestimonialTree_TestDiv1); TestimonialTree_Div1.appendChild(TestimonialTree_ReviewDiv1); document.getElementById('TestimonialTree_Widget_49935').appendChild(TestimonialTree_Div1); //Create Parent Div var TestimonialTree_Div2 = document.createElement('div'); TestimonialTree_Div2.className = "TestimonialTree_Container"; TestimonialTree_Div2.setAttribute("itemscope",""); TestimonialTree_Div2.setAttribute("itemtype","https://schema.org/Review"); //Signature var TestimonialTree_Author2 = document.createElement('span'); TestimonialTree_Author2.className = "TestimonialTree_Signature"; TestimonialTree_Author2.setAttribute("itemprop","author"); TestimonialTree_Author2.setAttribute("itemscope",""); TestimonialTree_Author2.setAttribute("itemtype","https://schema.org/Person"); var TestimonialTree_AuthorName2 = document.createElement('span'); TestimonialTree_AuthorName2.className = "TestimonialTree_Signature"; TestimonialTree_AuthorName2.setAttribute("itemprop","name"); TestimonialTree_AuthorName2.innerHTML = 'Phillip D. Livingston'; TestimonialTree_Author2.appendChild(TestimonialTree_AuthorName2); if ('' != '') { var TestimonialTree_Source2 = document.createElement('span'); TestimonialTree_Source2.className = "TestimonialTree_Source"; TestimonialTree_Source2.setAttribute("itemprop","source"); TestimonialTree_Source2.innerHTML = ' on '; TestimonialTree_AuthorName2.appendChild(TestimonialTree_Source2); } //Testimonial var TestimonialTree_TestDiv2 = document.createElement('div'); TestimonialTree_TestDiv2.className = "TestimonialTree_Testimonial"; TestimonialTree_TestDiv2.setAttribute("style","padding-top: 7px"); TestimonialTree_TestDiv2.setAttribute("itemprop","reviewBody"); TestimonialTree_TestDiv2.innerHTML = 'Reanna was very helpful and made sure we understood every aspect of our real estate transaction. '; //Review Data var TestimonialTree_ReviewDiv2 = document.createElement('div'); TestimonialTree_ReviewDiv2.className = "TestimonialTree_ReviewData"; //Review of var TestimonialTree_SubjectLabel2 = document.createElement('span'); TestimonialTree_SubjectLabel2.innerHTML = 'Testimonial For: '; //Review of var TestimonialTree_SubjectDiv2 = document.createElement('div'); TestimonialTree_SubjectDiv2.setAttribute("itemprop","itemreviewed"); TestimonialTree_SubjectDiv2.setAttribute("itemscope",""); TestimonialTree_SubjectDiv2.setAttribute("style","display: inline"); TestimonialTree_SubjectDiv2.setAttribute("itemtype","https://schema.org/Organization"); var TestimonialTree_SubjectDiv2_name = document.createElement('span'); //TestimonialTree_SubjectDiv2_name.className = "TestimonialTree_ReviewData"; TestimonialTree_SubjectDiv2_name.setAttribute("itemprop","name"); TestimonialTree_SubjectDiv2_name.innerHTML = 'Carpenter Realtors - '; TestimonialTree_SubjectDiv2.appendChild(TestimonialTree_SubjectDiv2_name) //Date var TestimonialTree_TimeStamp2 = document.createElement('time'); //TestimonialTree_TimeStamp2.className = "TestimonialTree_ReviewData"; TestimonialTree_TimeStamp2.setAttribute("itemprop","datePublished"); TestimonialTree_TimeStamp2.setAttribute("datetime","5/3/2025 2:17:31 PM"); TestimonialTree_TimeStamp2.innerHTML = '5/3/2025 2:17:31 PM'; //Rating var TestimonialTree_Rating2 = '5' var TestimonialTree_RatingLabel12 = document.createElement('span'); TestimonialTree_RatingLabel12.innerHTML = 'Rating: '; var TestimonialTree_RatingLabel22 = document.createElement('span'); TestimonialTree_RatingLabel22.innerHTML = ' of 5 - '; var TestimonialTree_RatingDiv2 = document.createElement('span'); TestimonialTree_RatingDiv2.setAttribute("itemprop","reviewRating"); TestimonialTree_RatingDiv2.setAttribute("itemscope",""); TestimonialTree_RatingDiv2.setAttribute("itemtype","https://schema.org/Rating"); var TestimonialTree_RatingValue2 = document.createElement('span'); TestimonialTree_RatingValue2.setAttribute("itemprop","ratingValue"); TestimonialTree_RatingValue2.innerHTML = TestimonialTree_Rating2 + ' '; TestimonialTree_RatingDiv2.appendChild(TestimonialTree_RatingValue2) //Add to DOM TestimonialTree_ReviewDiv2.appendChild(TestimonialTree_SubjectLabel2); TestimonialTree_ReviewDiv2.appendChild(TestimonialTree_SubjectDiv2); if (TestimonialTree_Rating2 != '') { TestimonialTree_ReviewDiv2.appendChild(TestimonialTree_RatingLabel12); TestimonialTree_ReviewDiv2.appendChild(TestimonialTree_RatingDiv2); TestimonialTree_ReviewDiv2.appendChild(TestimonialTree_RatingLabel22); } TestimonialTree_ReviewDiv2.appendChild(TestimonialTree_TimeStamp2); TestimonialTree_Div2.appendChild(TestimonialTree_Author2); TestimonialTree_Div2.appendChild(TestimonialTree_TestDiv2); TestimonialTree_Div2.appendChild(TestimonialTree_ReviewDiv2); document.getElementById('TestimonialTree_Widget_49935').appendChild(TestimonialTree_Div2); //Create Parent Div var TestimonialTree_Div3 = document.createElement('div'); TestimonialTree_Div3.className = "TestimonialTree_Container"; TestimonialTree_Div3.setAttribute("itemscope",""); TestimonialTree_Div3.setAttribute("itemtype","https://schema.org/Review"); //Signature var TestimonialTree_Author3 = document.createElement('span'); TestimonialTree_Author3.className = "TestimonialTree_Signature"; TestimonialTree_Author3.setAttribute("itemprop","author"); TestimonialTree_Author3.setAttribute("itemscope",""); TestimonialTree_Author3.setAttribute("itemtype","https://schema.org/Person"); var TestimonialTree_AuthorName3 = document.createElement('span'); TestimonialTree_AuthorName3.className = "TestimonialTree_Signature"; TestimonialTree_AuthorName3.setAttribute("itemprop","name"); TestimonialTree_AuthorName3.innerHTML = 'Lucy Bowen'; TestimonialTree_Author3.appendChild(TestimonialTree_AuthorName3); if ('' != '') { var TestimonialTree_Source3 = document.createElement('span'); TestimonialTree_Source3.className = "TestimonialTree_Source"; TestimonialTree_Source3.setAttribute("itemprop","source"); TestimonialTree_Source3.innerHTML = ' on '; TestimonialTree_AuthorName3.appendChild(TestimonialTree_Source3); } //Testimonial var TestimonialTree_TestDiv3 = document.createElement('div'); TestimonialTree_TestDiv3.className = "TestimonialTree_Testimonial"; TestimonialTree_TestDiv3.setAttribute("style","padding-top: 7px"); TestimonialTree_TestDiv3.setAttribute("itemprop","reviewBody"); TestimonialTree_TestDiv3.innerHTML = 'When we decided we were going to buy our first family home, we were almost instantly overwhelmed with the process, then, Reanna stepped in. She got to know our family and took the time to explain each and every step until we were completely comfortable. She helped us find our forever home and we are so grateful for her. She even checked in on us afterwards when she learned that a big storm had left our new neighborhood without power. We could not recommend Reanna enough.'; //Review Data var TestimonialTree_ReviewDiv3 = document.createElement('div'); TestimonialTree_ReviewDiv3.className = "TestimonialTree_ReviewData"; //Review of var TestimonialTree_SubjectLabel3 = document.createElement('span'); TestimonialTree_SubjectLabel3.innerHTML = 'Testimonial For: '; //Review of var TestimonialTree_SubjectDiv3 = document.createElement('div'); TestimonialTree_SubjectDiv3.setAttribute("itemprop","itemreviewed"); TestimonialTree_SubjectDiv3.setAttribute("itemscope",""); TestimonialTree_SubjectDiv3.setAttribute("style","display: inline"); TestimonialTree_SubjectDiv3.setAttribute("itemtype","https://schema.org/Organization"); var TestimonialTree_SubjectDiv3_name = document.createElement('span'); //TestimonialTree_SubjectDiv3_name.className = "TestimonialTree_ReviewData"; TestimonialTree_SubjectDiv3_name.setAttribute("itemprop","name"); TestimonialTree_SubjectDiv3_name.innerHTML = 'Carpenter Realtors - '; TestimonialTree_SubjectDiv3.appendChild(TestimonialTree_SubjectDiv3_name) //Date var TestimonialTree_TimeStamp3 = document.createElement('time'); //TestimonialTree_TimeStamp3.className = "TestimonialTree_ReviewData"; TestimonialTree_TimeStamp3.setAttribute("itemprop","datePublished"); TestimonialTree_TimeStamp3.setAttribute("datetime","4/30/2025 7:08:22 PM"); TestimonialTree_TimeStamp3.innerHTML = '4/30/2025 7:08:22 PM'; //Rating var TestimonialTree_Rating3 = '5' var TestimonialTree_RatingLabel13 = document.createElement('span'); TestimonialTree_RatingLabel13.innerHTML = 'Rating: '; var TestimonialTree_RatingLabel23 = document.createElement('span'); TestimonialTree_RatingLabel23.innerHTML = ' of 5 - '; var TestimonialTree_RatingDiv3 = document.createElement('span'); TestimonialTree_RatingDiv3.setAttribute("itemprop","reviewRating"); TestimonialTree_RatingDiv3.setAttribute("itemscope",""); TestimonialTree_RatingDiv3.setAttribute("itemtype","https://schema.org/Rating"); var TestimonialTree_RatingValue3 = document.createElement('span'); TestimonialTree_RatingValue3.setAttribute("itemprop","ratingValue"); TestimonialTree_RatingValue3.innerHTML = TestimonialTree_Rating3 + ' '; TestimonialTree_RatingDiv3.appendChild(TestimonialTree_RatingValue3) //Add to DOM TestimonialTree_ReviewDiv3.appendChild(TestimonialTree_SubjectLabel3); TestimonialTree_ReviewDiv3.appendChild(TestimonialTree_SubjectDiv3); if (TestimonialTree_Rating3 != '') { TestimonialTree_ReviewDiv3.appendChild(TestimonialTree_RatingLabel13); TestimonialTree_ReviewDiv3.appendChild(TestimonialTree_RatingDiv3); TestimonialTree_ReviewDiv3.appendChild(TestimonialTree_RatingLabel23); } TestimonialTree_ReviewDiv3.appendChild(TestimonialTree_TimeStamp3); TestimonialTree_Div3.appendChild(TestimonialTree_Author3); TestimonialTree_Div3.appendChild(TestimonialTree_TestDiv3); TestimonialTree_Div3.appendChild(TestimonialTree_ReviewDiv3); document.getElementById('TestimonialTree_Widget_49935').appendChild(TestimonialTree_Div3); //Create Parent Div var TestimonialTree_Div4 = document.createElement('div'); TestimonialTree_Div4.className = "TestimonialTree_Container"; TestimonialTree_Div4.setAttribute("itemscope",""); TestimonialTree_Div4.setAttribute("itemtype","https://schema.org/Review"); //Signature var TestimonialTree_Author4 = document.createElement('span'); TestimonialTree_Author4.className = "TestimonialTree_Signature"; TestimonialTree_Author4.setAttribute("itemprop","author"); TestimonialTree_Author4.setAttribute("itemscope",""); TestimonialTree_Author4.setAttribute("itemtype","https://schema.org/Person"); var TestimonialTree_AuthorName4 = document.createElement('span'); TestimonialTree_AuthorName4.className = "TestimonialTree_Signature"; TestimonialTree_AuthorName4.setAttribute("itemprop","name"); TestimonialTree_AuthorName4.innerHTML = 'Arthur Wodecki'; TestimonialTree_Author4.appendChild(TestimonialTree_AuthorName4); if ('' != '') { var TestimonialTree_Source4 = document.createElement('span'); TestimonialTree_Source4.className = "TestimonialTree_Source"; TestimonialTree_Source4.setAttribute("itemprop","source"); TestimonialTree_Source4.innerHTML = ' on '; TestimonialTree_AuthorName4.appendChild(TestimonialTree_Source4); } //Testimonial var TestimonialTree_TestDiv4 = document.createElement('div'); TestimonialTree_TestDiv4.className = "TestimonialTree_Testimonial"; TestimonialTree_TestDiv4.setAttribute("style","padding-top: 7px"); TestimonialTree_TestDiv4.setAttribute("itemprop","reviewBody"); TestimonialTree_TestDiv4.innerHTML = 'Jada and Steve are fantastic realtors. Very knowledgeable on so many topics related to selling and buying homes.'; //Review Data var TestimonialTree_ReviewDiv4 = document.createElement('div'); TestimonialTree_ReviewDiv4.className = "TestimonialTree_ReviewData"; //Review of var TestimonialTree_SubjectLabel4 = document.createElement('span'); TestimonialTree_SubjectLabel4.innerHTML = 'Testimonial For: '; //Review of var TestimonialTree_SubjectDiv4 = document.createElement('div'); TestimonialTree_SubjectDiv4.setAttribute("itemprop","itemreviewed"); TestimonialTree_SubjectDiv4.setAttribute("itemscope",""); TestimonialTree_SubjectDiv4.setAttribute("style","display: inline"); TestimonialTree_SubjectDiv4.setAttribute("itemtype","https://schema.org/Organization"); var TestimonialTree_SubjectDiv4_name = document.createElement('span'); //TestimonialTree_SubjectDiv4_name.className = "TestimonialTree_ReviewData"; TestimonialTree_SubjectDiv4_name.setAttribute("itemprop","name"); TestimonialTree_SubjectDiv4_name.innerHTML = 'Carpenter Realtors - '; TestimonialTree_SubjectDiv4.appendChild(TestimonialTree_SubjectDiv4_name) //Date var TestimonialTree_TimeStamp4 = document.createElement('time'); //TestimonialTree_TimeStamp4.className = "TestimonialTree_ReviewData"; TestimonialTree_TimeStamp4.setAttribute("itemprop","datePublished"); TestimonialTree_TimeStamp4.setAttribute("datetime","4/27/2025 2:25:46 PM"); TestimonialTree_TimeStamp4.innerHTML = '4/27/2025 2:25:46 PM'; //Rating var TestimonialTree_Rating4 = '5' var TestimonialTree_RatingLabel14 = document.createElement('span'); TestimonialTree_RatingLabel14.innerHTML = 'Rating: '; var TestimonialTree_RatingLabel24 = document.createElement('span'); TestimonialTree_RatingLabel24.innerHTML = ' of 5 - '; var TestimonialTree_RatingDiv4 = document.createElement('span'); TestimonialTree_RatingDiv4.setAttribute("itemprop","reviewRating"); TestimonialTree_RatingDiv4.setAttribute("itemscope",""); TestimonialTree_RatingDiv4.setAttribute("itemtype","https://schema.org/Rating"); var TestimonialTree_RatingValue4 = document.createElement('span'); TestimonialTree_RatingValue4.setAttribute("itemprop","ratingValue"); TestimonialTree_RatingValue4.innerHTML = TestimonialTree_Rating4 + ' '; TestimonialTree_RatingDiv4.appendChild(TestimonialTree_RatingValue4) //Add to DOM TestimonialTree_ReviewDiv4.appendChild(TestimonialTree_SubjectLabel4); TestimonialTree_ReviewDiv4.appendChild(TestimonialTree_SubjectDiv4); if (TestimonialTree_Rating4 != '') { TestimonialTree_ReviewDiv4.appendChild(TestimonialTree_RatingLabel14); TestimonialTree_ReviewDiv4.appendChild(TestimonialTree_RatingDiv4); TestimonialTree_ReviewDiv4.appendChild(TestimonialTree_RatingLabel24); } TestimonialTree_ReviewDiv4.appendChild(TestimonialTree_TimeStamp4); TestimonialTree_Div4.appendChild(TestimonialTree_Author4); TestimonialTree_Div4.appendChild(TestimonialTree_TestDiv4); TestimonialTree_Div4.appendChild(TestimonialTree_ReviewDiv4); document.getElementById('TestimonialTree_Widget_49935').appendChild(TestimonialTree_Div4); //Create Parent Div var TestimonialTree_Div5 = document.createElement('div'); TestimonialTree_Div5.className = "TestimonialTree_Container"; TestimonialTree_Div5.setAttribute("itemscope",""); TestimonialTree_Div5.setAttribute("itemtype","https://schema.org/Review"); //Signature var TestimonialTree_Author5 = document.createElement('span'); TestimonialTree_Author5.className = "TestimonialTree_Signature"; TestimonialTree_Author5.setAttribute("itemprop","author"); TestimonialTree_Author5.setAttribute("itemscope",""); TestimonialTree_Author5.setAttribute("itemtype","https://schema.org/Person"); var TestimonialTree_AuthorName5 = document.createElement('span'); TestimonialTree_AuthorName5.className = "TestimonialTree_Signature"; TestimonialTree_AuthorName5.setAttribute("itemprop","name"); TestimonialTree_AuthorName5.innerHTML = 'Amanda Delph'; TestimonialTree_Author5.appendChild(TestimonialTree_AuthorName5); if ('' != '') { var TestimonialTree_Source5 = document.createElement('span'); TestimonialTree_Source5.className = "TestimonialTree_Source"; TestimonialTree_Source5.setAttribute("itemprop","source"); TestimonialTree_Source5.innerHTML = ' on '; TestimonialTree_AuthorName5.appendChild(TestimonialTree_Source5); } //Testimonial var TestimonialTree_TestDiv5 = document.createElement('div'); TestimonialTree_TestDiv5.className = "TestimonialTree_Testimonial"; TestimonialTree_TestDiv5.setAttribute("style","padding-top: 7px"); TestimonialTree_TestDiv5.setAttribute("itemprop","reviewBody"); TestimonialTree_TestDiv5.innerHTML = 'Reanna was absolutely amazing throughout the entire entire process of selling our previous home and buying our current one. She was very helpful to answer our questions about the process and was thorough when explaining things to us. She communicated with us often to keep us up to date on everything and was quick to get us into houses that we were interested in. We\u0092re so thankful for her support throughout our journey and we are absolutely in love with our new house! '; //Review Data var TestimonialTree_ReviewDiv5 = document.createElement('div'); TestimonialTree_ReviewDiv5.className = "TestimonialTree_ReviewData"; //Review of var TestimonialTree_SubjectLabel5 = document.createElement('span'); TestimonialTree_SubjectLabel5.innerHTML = 'Testimonial For: '; //Review of var TestimonialTree_SubjectDiv5 = document.createElement('div'); TestimonialTree_SubjectDiv5.setAttribute("itemprop","itemreviewed"); TestimonialTree_SubjectDiv5.setAttribute("itemscope",""); TestimonialTree_SubjectDiv5.setAttribute("style","display: inline"); TestimonialTree_SubjectDiv5.setAttribute("itemtype","https://schema.org/Organization"); var TestimonialTree_SubjectDiv5_name = document.createElement('span'); //TestimonialTree_SubjectDiv5_name.className = "TestimonialTree_ReviewData"; TestimonialTree_SubjectDiv5_name.setAttribute("itemprop","name"); TestimonialTree_SubjectDiv5_name.innerHTML = 'Carpenter Realtors - '; TestimonialTree_SubjectDiv5.appendChild(TestimonialTree_SubjectDiv5_name) //Date var TestimonialTree_TimeStamp5 = document.createElement('time'); //TestimonialTree_TimeStamp5.className = "TestimonialTree_ReviewData"; TestimonialTree_TimeStamp5.setAttribute("itemprop","datePublished"); TestimonialTree_TimeStamp5.setAttribute("datetime","4/16/2025 4:29:05 PM"); TestimonialTree_TimeStamp5.innerHTML = '4/16/2025 4:29:05 PM'; //Rating var TestimonialTree_Rating5 = '5' var TestimonialTree_RatingLabel15 = document.createElement('span'); TestimonialTree_RatingLabel15.innerHTML = 'Rating: '; var TestimonialTree_RatingLabel25 = document.createElement('span'); TestimonialTree_RatingLabel25.innerHTML = ' of 5 - '; var TestimonialTree_RatingDiv5 = document.createElement('span'); TestimonialTree_RatingDiv5.setAttribute("itemprop","reviewRating"); TestimonialTree_RatingDiv5.setAttribute("itemscope",""); TestimonialTree_RatingDiv5.setAttribute("itemtype","https://schema.org/Rating"); var TestimonialTree_RatingValue5 = document.createElement('span'); TestimonialTree_RatingValue5.setAttribute("itemprop","ratingValue"); TestimonialTree_RatingValue5.innerHTML = TestimonialTree_Rating5 + ' '; TestimonialTree_RatingDiv5.appendChild(TestimonialTree_RatingValue5) //Add to DOM TestimonialTree_ReviewDiv5.appendChild(TestimonialTree_SubjectLabel5); TestimonialTree_ReviewDiv5.appendChild(TestimonialTree_SubjectDiv5); if (TestimonialTree_Rating5 != '') { TestimonialTree_ReviewDiv5.appendChild(TestimonialTree_RatingLabel15); TestimonialTree_ReviewDiv5.appendChild(TestimonialTree_RatingDiv5); TestimonialTree_ReviewDiv5.appendChild(TestimonialTree_RatingLabel25); } TestimonialTree_ReviewDiv5.appendChild(TestimonialTree_TimeStamp5); TestimonialTree_Div5.appendChild(TestimonialTree_Author5); TestimonialTree_Div5.appendChild(TestimonialTree_TestDiv5); TestimonialTree_Div5.appendChild(TestimonialTree_ReviewDiv5); document.getElementById('TestimonialTree_Widget_49935').appendChild(TestimonialTree_Div5); //Create Parent Div var TestimonialTree_Div6 = document.createElement('div'); TestimonialTree_Div6.className = "TestimonialTree_Container"; TestimonialTree_Div6.setAttribute("itemscope",""); TestimonialTree_Div6.setAttribute("itemtype","https://schema.org/Review"); //Signature var TestimonialTree_Author6 = document.createElement('span'); TestimonialTree_Author6.className = "TestimonialTree_Signature"; TestimonialTree_Author6.setAttribute("itemprop","author"); TestimonialTree_Author6.setAttribute("itemscope",""); TestimonialTree_Author6.setAttribute("itemtype","https://schema.org/Person"); var TestimonialTree_AuthorName6 = document.createElement('span'); TestimonialTree_AuthorName6.className = "TestimonialTree_Signature"; TestimonialTree_AuthorName6.setAttribute("itemprop","name"); TestimonialTree_AuthorName6.innerHTML = 'Aubree Williams'; TestimonialTree_Author6.appendChild(TestimonialTree_AuthorName6); if ('' != '') { var TestimonialTree_Source6 = document.createElement('span'); TestimonialTree_Source6.className = "TestimonialTree_Source"; TestimonialTree_Source6.setAttribute("itemprop","source"); TestimonialTree_Source6.innerHTML = ' on '; TestimonialTree_AuthorName6.appendChild(TestimonialTree_Source6); } //Testimonial var TestimonialTree_TestDiv6 = document.createElement('div'); TestimonialTree_TestDiv6.className = "TestimonialTree_Testimonial"; TestimonialTree_TestDiv6.setAttribute("style","padding-top: 7px"); TestimonialTree_TestDiv6.setAttribute("itemprop","reviewBody"); TestimonialTree_TestDiv6.innerHTML = 'Reanna was amazing in helping us find our dream home! She was very up front with us about what to expect as we looked at houses. We couldn\u0092t have asked for a better realtor and we will be using Carpenter Realtors everytime! '; //Review Data var TestimonialTree_ReviewDiv6 = document.createElement('div'); TestimonialTree_ReviewDiv6.className = "TestimonialTree_ReviewData"; //Review of var TestimonialTree_SubjectLabel6 = document.createElement('span'); TestimonialTree_SubjectLabel6.innerHTML = 'Testimonial For: '; //Review of var TestimonialTree_SubjectDiv6 = document.createElement('div'); TestimonialTree_SubjectDiv6.setAttribute("itemprop","itemreviewed"); TestimonialTree_SubjectDiv6.setAttribute("itemscope",""); TestimonialTree_SubjectDiv6.setAttribute("style","display: inline"); TestimonialTree_SubjectDiv6.setAttribute("itemtype","https://schema.org/Organization"); var TestimonialTree_SubjectDiv6_name = document.createElement('span'); //TestimonialTree_SubjectDiv6_name.className = "TestimonialTree_ReviewData"; TestimonialTree_SubjectDiv6_name.setAttribute("itemprop","name"); TestimonialTree_SubjectDiv6_name.innerHTML = 'Carpenter Realtors - '; TestimonialTree_SubjectDiv6.appendChild(TestimonialTree_SubjectDiv6_name) //Date var TestimonialTree_TimeStamp6 = document.createElement('time'); //TestimonialTree_TimeStamp6.className = "TestimonialTree_ReviewData"; TestimonialTree_TimeStamp6.setAttribute("itemprop","datePublished"); TestimonialTree_TimeStamp6.setAttribute("datetime","4/16/2025 2:56:38 PM"); TestimonialTree_TimeStamp6.innerHTML = '4/16/2025 2:56:38 PM'; //Rating var TestimonialTree_Rating6 = '5' var TestimonialTree_RatingLabel16 = document.createElement('span'); TestimonialTree_RatingLabel16.innerHTML = 'Rating: '; var TestimonialTree_RatingLabel26 = document.createElement('span'); TestimonialTree_RatingLabel26.innerHTML = ' of 5 - '; var TestimonialTree_RatingDiv6 = document.createElement('span'); TestimonialTree_RatingDiv6.setAttribute("itemprop","reviewRating"); TestimonialTree_RatingDiv6.setAttribute("itemscope",""); TestimonialTree_RatingDiv6.setAttribute("itemtype","https://schema.org/Rating"); var TestimonialTree_RatingValue6 = document.createElement('span'); TestimonialTree_RatingValue6.setAttribute("itemprop","ratingValue"); TestimonialTree_RatingValue6.innerHTML = TestimonialTree_Rating6 + ' '; TestimonialTree_RatingDiv6.appendChild(TestimonialTree_RatingValue6) //Add to DOM TestimonialTree_ReviewDiv6.appendChild(TestimonialTree_SubjectLabel6); TestimonialTree_ReviewDiv6.appendChild(TestimonialTree_SubjectDiv6); if (TestimonialTree_Rating6 != '') { TestimonialTree_ReviewDiv6.appendChild(TestimonialTree_RatingLabel16); TestimonialTree_ReviewDiv6.appendChild(TestimonialTree_RatingDiv6); TestimonialTree_ReviewDiv6.appendChild(TestimonialTree_RatingLabel26); } TestimonialTree_ReviewDiv6.appendChild(TestimonialTree_TimeStamp6); TestimonialTree_Div6.appendChild(TestimonialTree_Author6); TestimonialTree_Div6.appendChild(TestimonialTree_TestDiv6); TestimonialTree_Div6.appendChild(TestimonialTree_ReviewDiv6); document.getElementById('TestimonialTree_Widget_49935').appendChild(TestimonialTree_Div6); //Create Parent Div var TestimonialTree_Div7 = document.createElement('div'); TestimonialTree_Div7.className = "TestimonialTree_Container"; TestimonialTree_Div7.setAttribute("itemscope",""); TestimonialTree_Div7.setAttribute("itemtype","https://schema.org/Review"); //Signature var TestimonialTree_Author7 = document.createElement('span'); TestimonialTree_Author7.className = "TestimonialTree_Signature"; TestimonialTree_Author7.setAttribute("itemprop","author"); TestimonialTree_Author7.setAttribute("itemscope",""); TestimonialTree_Author7.setAttribute("itemtype","https://schema.org/Person"); var TestimonialTree_AuthorName7 = document.createElement('span'); TestimonialTree_AuthorName7.className = "TestimonialTree_Signature"; TestimonialTree_AuthorName7.setAttribute("itemprop","name"); TestimonialTree_AuthorName7.innerHTML = 'Ali Fettig'; TestimonialTree_Author7.appendChild(TestimonialTree_AuthorName7); if ('' != '') { var TestimonialTree_Source7 = document.createElement('span'); TestimonialTree_Source7.className = "TestimonialTree_Source"; TestimonialTree_Source7.setAttribute("itemprop","source"); TestimonialTree_Source7.innerHTML = ' on '; TestimonialTree_AuthorName7.appendChild(TestimonialTree_Source7); } //Testimonial var TestimonialTree_TestDiv7 = document.createElement('div'); TestimonialTree_TestDiv7.className = "TestimonialTree_Testimonial"; TestimonialTree_TestDiv7.setAttribute("style","padding-top: 7px"); TestimonialTree_TestDiv7.setAttribute("itemprop","reviewBody"); TestimonialTree_TestDiv7.innerHTML = 'Erika is amazing. She is so friendly and had our backs throughout the whole process. I am so happy we went with her. I will recommend her to everyone I know!! '; //Review Data var TestimonialTree_ReviewDiv7 = document.createElement('div'); TestimonialTree_ReviewDiv7.className = "TestimonialTree_ReviewData"; //Review of var TestimonialTree_SubjectLabel7 = document.createElement('span'); TestimonialTree_SubjectLabel7.innerHTML = 'Testimonial For: '; //Review of var TestimonialTree_SubjectDiv7 = document.createElement('div'); TestimonialTree_SubjectDiv7.setAttribute("itemprop","itemreviewed"); TestimonialTree_SubjectDiv7.setAttribute("itemscope",""); TestimonialTree_SubjectDiv7.setAttribute("style","display: inline"); TestimonialTree_SubjectDiv7.setAttribute("itemtype","https://schema.org/Organization"); var TestimonialTree_SubjectDiv7_name = document.createElement('span'); //TestimonialTree_SubjectDiv7_name.className = "TestimonialTree_ReviewData"; TestimonialTree_SubjectDiv7_name.setAttribute("itemprop","name"); TestimonialTree_SubjectDiv7_name.innerHTML = 'Carpenter Realtors - '; TestimonialTree_SubjectDiv7.appendChild(TestimonialTree_SubjectDiv7_name) //Date var TestimonialTree_TimeStamp7 = document.createElement('time'); //TestimonialTree_TimeStamp7.className = "TestimonialTree_ReviewData"; TestimonialTree_TimeStamp7.setAttribute("itemprop","datePublished"); TestimonialTree_TimeStamp7.setAttribute("datetime","4/16/2025 1:00:37 PM"); TestimonialTree_TimeStamp7.innerHTML = '4/16/2025 1:00:37 PM'; //Rating var TestimonialTree_Rating7 = '5' var TestimonialTree_RatingLabel17 = document.createElement('span'); TestimonialTree_RatingLabel17.innerHTML = 'Rating: '; var TestimonialTree_RatingLabel27 = document.createElement('span'); TestimonialTree_RatingLabel27.innerHTML = ' of 5 - '; var TestimonialTree_RatingDiv7 = document.createElement('span'); TestimonialTree_RatingDiv7.setAttribute("itemprop","reviewRating"); TestimonialTree_RatingDiv7.setAttribute("itemscope",""); TestimonialTree_RatingDiv7.setAttribute("itemtype","https://schema.org/Rating"); var TestimonialTree_RatingValue7 = document.createElement('span'); TestimonialTree_RatingValue7.setAttribute("itemprop","ratingValue"); TestimonialTree_RatingValue7.innerHTML = TestimonialTree_Rating7 + ' '; TestimonialTree_RatingDiv7.appendChild(TestimonialTree_RatingValue7) //Add to DOM TestimonialTree_ReviewDiv7.appendChild(TestimonialTree_SubjectLabel7); TestimonialTree_ReviewDiv7.appendChild(TestimonialTree_SubjectDiv7); if (TestimonialTree_Rating7 != '') { TestimonialTree_ReviewDiv7.appendChild(TestimonialTree_RatingLabel17); TestimonialTree_ReviewDiv7.appendChild(TestimonialTree_RatingDiv7); TestimonialTree_ReviewDiv7.appendChild(TestimonialTree_RatingLabel27); } TestimonialTree_ReviewDiv7.appendChild(TestimonialTree_TimeStamp7); TestimonialTree_Div7.appendChild(TestimonialTree_Author7); TestimonialTree_Div7.appendChild(TestimonialTree_TestDiv7); TestimonialTree_Div7.appendChild(TestimonialTree_ReviewDiv7); document.getElementById('TestimonialTree_Widget_49935').appendChild(TestimonialTree_Div7); //Create Parent Div var TestimonialTree_Div8 = document.createElement('div'); TestimonialTree_Div8.className = "TestimonialTree_Container"; TestimonialTree_Div8.setAttribute("itemscope",""); TestimonialTree_Div8.setAttribute("itemtype","https://schema.org/Review"); //Signature var TestimonialTree_Author8 = document.createElement('span'); TestimonialTree_Author8.className = "TestimonialTree_Signature"; TestimonialTree_Author8.setAttribute("itemprop","author"); TestimonialTree_Author8.setAttribute("itemscope",""); TestimonialTree_Author8.setAttribute("itemtype","https://schema.org/Person"); var TestimonialTree_AuthorName8 = document.createElement('span'); TestimonialTree_AuthorName8.className = "TestimonialTree_Signature"; TestimonialTree_AuthorName8.setAttribute("itemprop","name"); TestimonialTree_AuthorName8.innerHTML = 'Tasha Nichols'; TestimonialTree_Author8.appendChild(TestimonialTree_AuthorName8); if ('' != '') { var TestimonialTree_Source8 = document.createElement('span'); TestimonialTree_Source8.className = "TestimonialTree_Source"; TestimonialTree_Source8.setAttribute("itemprop","source"); TestimonialTree_Source8.innerHTML = ' on '; TestimonialTree_AuthorName8.appendChild(TestimonialTree_Source8); } //Testimonial var TestimonialTree_TestDiv8 = document.createElement('div'); TestimonialTree_TestDiv8.className = "TestimonialTree_Testimonial"; TestimonialTree_TestDiv8.setAttribute("style","padding-top: 7px"); TestimonialTree_TestDiv8.setAttribute("itemprop","reviewBody"); TestimonialTree_TestDiv8.innerHTML = 'I never thought I\u0092d be able to buy a home\u0097but thanks to Evelyn Fierce with Carpenter Realtors, that dream became a reality. From day one, Evelyn was supportive, responsive, and incredibly knowledgeable. She connected me with a fantastic finance company and helped me find the perfect home.
\n
\nEven when one sale fell through, she didn\u0092t miss a beat\u0097she was immediately on top of finding another place I loved. She made time to show me homes, answered every question, and truly went above and beyond every step of the way.
\n
\nI recently closed, and I was completely overjoyed. I can\'t thank her enough for making this experience so smooth and special. If you\'re looking for someone who genuinely cares and will be with you every step of the journey, Evelyn is the one!'; //Review Data var TestimonialTree_ReviewDiv8 = document.createElement('div'); TestimonialTree_ReviewDiv8.className = "TestimonialTree_ReviewData"; //Review of var TestimonialTree_SubjectLabel8 = document.createElement('span'); TestimonialTree_SubjectLabel8.innerHTML = 'Testimonial For: '; //Review of var TestimonialTree_SubjectDiv8 = document.createElement('div'); TestimonialTree_SubjectDiv8.setAttribute("itemprop","itemreviewed"); TestimonialTree_SubjectDiv8.setAttribute("itemscope",""); TestimonialTree_SubjectDiv8.setAttribute("style","display: inline"); TestimonialTree_SubjectDiv8.setAttribute("itemtype","https://schema.org/Organization"); var TestimonialTree_SubjectDiv8_name = document.createElement('span'); //TestimonialTree_SubjectDiv8_name.className = "TestimonialTree_ReviewData"; TestimonialTree_SubjectDiv8_name.setAttribute("itemprop","name"); TestimonialTree_SubjectDiv8_name.innerHTML = 'Carpenter Realtors - '; TestimonialTree_SubjectDiv8.appendChild(TestimonialTree_SubjectDiv8_name) //Date var TestimonialTree_TimeStamp8 = document.createElement('time'); //TestimonialTree_TimeStamp8.className = "TestimonialTree_ReviewData"; TestimonialTree_TimeStamp8.setAttribute("itemprop","datePublished"); TestimonialTree_TimeStamp8.setAttribute("datetime","4/7/2025 12:30:46 PM"); TestimonialTree_TimeStamp8.innerHTML = '4/7/2025 12:30:46 PM'; //Rating var TestimonialTree_Rating8 = '5' var TestimonialTree_RatingLabel18 = document.createElement('span'); TestimonialTree_RatingLabel18.innerHTML = 'Rating: '; var TestimonialTree_RatingLabel28 = document.createElement('span'); TestimonialTree_RatingLabel28.innerHTML = ' of 5 - '; var TestimonialTree_RatingDiv8 = document.createElement('span'); TestimonialTree_RatingDiv8.setAttribute("itemprop","reviewRating"); TestimonialTree_RatingDiv8.setAttribute("itemscope",""); TestimonialTree_RatingDiv8.setAttribute("itemtype","https://schema.org/Rating"); var TestimonialTree_RatingValue8 = document.createElement('span'); TestimonialTree_RatingValue8.setAttribute("itemprop","ratingValue"); TestimonialTree_RatingValue8.innerHTML = TestimonialTree_Rating8 + ' '; TestimonialTree_RatingDiv8.appendChild(TestimonialTree_RatingValue8) //Add to DOM TestimonialTree_ReviewDiv8.appendChild(TestimonialTree_SubjectLabel8); TestimonialTree_ReviewDiv8.appendChild(TestimonialTree_SubjectDiv8); if (TestimonialTree_Rating8 != '') { TestimonialTree_ReviewDiv8.appendChild(TestimonialTree_RatingLabel18); TestimonialTree_ReviewDiv8.appendChild(TestimonialTree_RatingDiv8); TestimonialTree_ReviewDiv8.appendChild(TestimonialTree_RatingLabel28); } TestimonialTree_ReviewDiv8.appendChild(TestimonialTree_TimeStamp8); TestimonialTree_Div8.appendChild(TestimonialTree_Author8); TestimonialTree_Div8.appendChild(TestimonialTree_TestDiv8); TestimonialTree_Div8.appendChild(TestimonialTree_ReviewDiv8); document.getElementById('TestimonialTree_Widget_49935').appendChild(TestimonialTree_Div8); //Create Parent Div var TestimonialTree_Div9 = document.createElement('div'); TestimonialTree_Div9.className = "TestimonialTree_Container"; TestimonialTree_Div9.setAttribute("itemscope",""); TestimonialTree_Div9.setAttribute("itemtype","https://schema.org/Review"); //Signature var TestimonialTree_Author9 = document.createElement('span'); TestimonialTree_Author9.className = "TestimonialTree_Signature"; TestimonialTree_Author9.setAttribute("itemprop","author"); TestimonialTree_Author9.setAttribute("itemscope",""); TestimonialTree_Author9.setAttribute("itemtype","https://schema.org/Person"); var TestimonialTree_AuthorName9 = document.createElement('span'); TestimonialTree_AuthorName9.className = "TestimonialTree_Signature"; TestimonialTree_AuthorName9.setAttribute("itemprop","name"); TestimonialTree_AuthorName9.innerHTML = 'Bart Mousa'; TestimonialTree_Author9.appendChild(TestimonialTree_AuthorName9); if ('' != '') { var TestimonialTree_Source9 = document.createElement('span'); TestimonialTree_Source9.className = "TestimonialTree_Source"; TestimonialTree_Source9.setAttribute("itemprop","source"); TestimonialTree_Source9.innerHTML = ' on '; TestimonialTree_AuthorName9.appendChild(TestimonialTree_Source9); } //Testimonial var TestimonialTree_TestDiv9 = document.createElement('div'); TestimonialTree_TestDiv9.className = "TestimonialTree_Testimonial"; TestimonialTree_TestDiv9.setAttribute("style","padding-top: 7px"); TestimonialTree_TestDiv9.setAttribute("itemprop","reviewBody"); TestimonialTree_TestDiv9.innerHTML = 'I like working with them and I was very pleased with. And I wanted to thank you guys'; //Review Data var TestimonialTree_ReviewDiv9 = document.createElement('div'); TestimonialTree_ReviewDiv9.className = "TestimonialTree_ReviewData"; //Review of var TestimonialTree_SubjectLabel9 = document.createElement('span'); TestimonialTree_SubjectLabel9.innerHTML = 'Testimonial For: '; //Review of var TestimonialTree_SubjectDiv9 = document.createElement('div'); TestimonialTree_SubjectDiv9.setAttribute("itemprop","itemreviewed"); TestimonialTree_SubjectDiv9.setAttribute("itemscope",""); TestimonialTree_SubjectDiv9.setAttribute("style","display: inline"); TestimonialTree_SubjectDiv9.setAttribute("itemtype","https://schema.org/Organization"); var TestimonialTree_SubjectDiv9_name = document.createElement('span'); //TestimonialTree_SubjectDiv9_name.className = "TestimonialTree_ReviewData"; TestimonialTree_SubjectDiv9_name.setAttribute("itemprop","name"); TestimonialTree_SubjectDiv9_name.innerHTML = 'Carpenter Realtors - '; TestimonialTree_SubjectDiv9.appendChild(TestimonialTree_SubjectDiv9_name) //Date var TestimonialTree_TimeStamp9 = document.createElement('time'); //TestimonialTree_TimeStamp9.className = "TestimonialTree_ReviewData"; TestimonialTree_TimeStamp9.setAttribute("itemprop","datePublished"); TestimonialTree_TimeStamp9.setAttribute("datetime","4/5/2025 2:18:50 PM"); TestimonialTree_TimeStamp9.innerHTML = '4/5/2025 2:18:50 PM'; //Rating var TestimonialTree_Rating9 = '4' var TestimonialTree_RatingLabel19 = document.createElement('span'); TestimonialTree_RatingLabel19.innerHTML = 'Rating: '; var TestimonialTree_RatingLabel29 = document.createElement('span'); TestimonialTree_RatingLabel29.innerHTML = ' of 5 - '; var TestimonialTree_RatingDiv9 = document.createElement('span'); TestimonialTree_RatingDiv9.setAttribute("itemprop","reviewRating"); TestimonialTree_RatingDiv9.setAttribute("itemscope",""); TestimonialTree_RatingDiv9.setAttribute("itemtype","https://schema.org/Rating"); var TestimonialTree_RatingValue9 = document.createElement('span'); TestimonialTree_RatingValue9.setAttribute("itemprop","ratingValue"); TestimonialTree_RatingValue9.innerHTML = TestimonialTree_Rating9 + ' '; TestimonialTree_RatingDiv9.appendChild(TestimonialTree_RatingValue9) //Add to DOM TestimonialTree_ReviewDiv9.appendChild(TestimonialTree_SubjectLabel9); TestimonialTree_ReviewDiv9.appendChild(TestimonialTree_SubjectDiv9); if (TestimonialTree_Rating9 != '') { TestimonialTree_ReviewDiv9.appendChild(TestimonialTree_RatingLabel19); TestimonialTree_ReviewDiv9.appendChild(TestimonialTree_RatingDiv9); TestimonialTree_ReviewDiv9.appendChild(TestimonialTree_RatingLabel29); } TestimonialTree_ReviewDiv9.appendChild(TestimonialTree_TimeStamp9); TestimonialTree_Div9.appendChild(TestimonialTree_Author9); TestimonialTree_Div9.appendChild(TestimonialTree_TestDiv9); TestimonialTree_Div9.appendChild(TestimonialTree_ReviewDiv9); document.getElementById('TestimonialTree_Widget_49935').appendChild(TestimonialTree_Div9); //Create Parent Div var TestimonialTree_Div10 = document.createElement('div'); TestimonialTree_Div10.className = "TestimonialTree_Container"; TestimonialTree_Div10.setAttribute("itemscope",""); TestimonialTree_Div10.setAttribute("itemtype","https://schema.org/Review"); //Signature var TestimonialTree_Author10 = document.createElement('span'); TestimonialTree_Author10.className = "TestimonialTree_Signature"; TestimonialTree_Author10.setAttribute("itemprop","author"); TestimonialTree_Author10.setAttribute("itemscope",""); TestimonialTree_Author10.setAttribute("itemtype","https://schema.org/Person"); var TestimonialTree_AuthorName10 = document.createElement('span'); TestimonialTree_AuthorName10.className = "TestimonialTree_Signature"; TestimonialTree_AuthorName10.setAttribute("itemprop","name"); TestimonialTree_AuthorName10.innerHTML = 'Amanda D'; TestimonialTree_Author10.appendChild(TestimonialTree_AuthorName10); if ('' != '') { var TestimonialTree_Source10 = document.createElement('span'); TestimonialTree_Source10.className = "TestimonialTree_Source"; TestimonialTree_Source10.setAttribute("itemprop","source"); TestimonialTree_Source10.innerHTML = ' on '; TestimonialTree_AuthorName10.appendChild(TestimonialTree_Source10); } //Testimonial var TestimonialTree_TestDiv10 = document.createElement('div'); TestimonialTree_TestDiv10.className = "TestimonialTree_Testimonial"; TestimonialTree_TestDiv10.setAttribute("style","padding-top: 7px"); TestimonialTree_TestDiv10.setAttribute("itemprop","reviewBody"); TestimonialTree_TestDiv10.innerHTML = 'We had the pleasure of working with Reanna Southard for both selling our home and buying a new one, and she was absolutely amazing throughout the entire process. She listened to our needs, provided helpful advice, and went above and beyond to ensure we found our dream home. Her attention to detail and communication made the entire experience seamless and stress-free. We are so grateful for her support and guidance, and we highly recommend her to anyone looking to buy or sell a home!'; //Review Data var TestimonialTree_ReviewDiv10 = document.createElement('div'); TestimonialTree_ReviewDiv10.className = "TestimonialTree_ReviewData"; //Review of var TestimonialTree_SubjectLabel10 = document.createElement('span'); TestimonialTree_SubjectLabel10.innerHTML = 'Testimonial For: '; //Review of var TestimonialTree_SubjectDiv10 = document.createElement('div'); TestimonialTree_SubjectDiv10.setAttribute("itemprop","itemreviewed"); TestimonialTree_SubjectDiv10.setAttribute("itemscope",""); TestimonialTree_SubjectDiv10.setAttribute("style","display: inline"); TestimonialTree_SubjectDiv10.setAttribute("itemtype","https://schema.org/Organization"); var TestimonialTree_SubjectDiv10_name = document.createElement('span'); //TestimonialTree_SubjectDiv10_name.className = "TestimonialTree_ReviewData"; TestimonialTree_SubjectDiv10_name.setAttribute("itemprop","name"); TestimonialTree_SubjectDiv10_name.innerHTML = 'Carpenter Realtors - '; TestimonialTree_SubjectDiv10.appendChild(TestimonialTree_SubjectDiv10_name) //Date var TestimonialTree_TimeStamp10 = document.createElement('time'); //TestimonialTree_TimeStamp10.className = "TestimonialTree_ReviewData"; TestimonialTree_TimeStamp10.setAttribute("itemprop","datePublished"); TestimonialTree_TimeStamp10.setAttribute("datetime","4/4/2025 3:38:36 AM"); TestimonialTree_TimeStamp10.innerHTML = '4/4/2025 3:38:36 AM'; //Rating var TestimonialTree_Rating10 = '5' var TestimonialTree_RatingLabel110 = document.createElement('span'); TestimonialTree_RatingLabel110.innerHTML = 'Rating: '; var TestimonialTree_RatingLabel210 = document.createElement('span'); TestimonialTree_RatingLabel210.innerHTML = ' of 5 - '; var TestimonialTree_RatingDiv10 = document.createElement('span'); TestimonialTree_RatingDiv10.setAttribute("itemprop","reviewRating"); TestimonialTree_RatingDiv10.setAttribute("itemscope",""); TestimonialTree_RatingDiv10.setAttribute("itemtype","https://schema.org/Rating"); var TestimonialTree_RatingValue10 = document.createElement('span'); TestimonialTree_RatingValue10.setAttribute("itemprop","ratingValue"); TestimonialTree_RatingValue10.innerHTML = TestimonialTree_Rating10 + ' '; TestimonialTree_RatingDiv10.appendChild(TestimonialTree_RatingValue10) //Add to DOM TestimonialTree_ReviewDiv10.appendChild(TestimonialTree_SubjectLabel10); TestimonialTree_ReviewDiv10.appendChild(TestimonialTree_SubjectDiv10); if (TestimonialTree_Rating10 != '') { TestimonialTree_ReviewDiv10.appendChild(TestimonialTree_RatingLabel110); TestimonialTree_ReviewDiv10.appendChild(TestimonialTree_RatingDiv10); TestimonialTree_ReviewDiv10.appendChild(TestimonialTree_RatingLabel210); } TestimonialTree_ReviewDiv10.appendChild(TestimonialTree_TimeStamp10); TestimonialTree_Div10.appendChild(TestimonialTree_Author10); TestimonialTree_Div10.appendChild(TestimonialTree_TestDiv10); TestimonialTree_Div10.appendChild(TestimonialTree_ReviewDiv10); document.getElementById('TestimonialTree_Widget_49935').appendChild(TestimonialTree_Div10); //Create Parent Div var TestimonialTree_Div11 = document.createElement('div'); TestimonialTree_Div11.className = "TestimonialTree_Container"; TestimonialTree_Div11.setAttribute("itemscope",""); TestimonialTree_Div11.setAttribute("itemtype","https://schema.org/Review"); //Signature var TestimonialTree_Author11 = document.createElement('span'); TestimonialTree_Author11.className = "TestimonialTree_Signature"; TestimonialTree_Author11.setAttribute("itemprop","author"); TestimonialTree_Author11.setAttribute("itemscope",""); TestimonialTree_Author11.setAttribute("itemtype","https://schema.org/Person"); var TestimonialTree_AuthorName11 = document.createElement('span'); TestimonialTree_AuthorName11.className = "TestimonialTree_Signature"; TestimonialTree_AuthorName11.setAttribute("itemprop","name"); TestimonialTree_AuthorName11.innerHTML = 'Michael Bohlander'; TestimonialTree_Author11.appendChild(TestimonialTree_AuthorName11); if ('' != '') { var TestimonialTree_Source11 = document.createElement('span'); TestimonialTree_Source11.className = "TestimonialTree_Source"; TestimonialTree_Source11.setAttribute("itemprop","source"); TestimonialTree_Source11.innerHTML = ' on '; TestimonialTree_AuthorName11.appendChild(TestimonialTree_Source11); } //Testimonial var TestimonialTree_TestDiv11 = document.createElement('div'); TestimonialTree_TestDiv11.className = "TestimonialTree_Testimonial"; TestimonialTree_TestDiv11.setAttribute("style","padding-top: 7px"); TestimonialTree_TestDiv11.setAttribute("itemprop","reviewBody"); TestimonialTree_TestDiv11.innerHTML = 'I\'m so very happy with the sales and service that Reanna provided for me on Monday.She is very good at the work she does.Would hire her again and again. MICHAEL BOHLANDER'; //Review Data var TestimonialTree_ReviewDiv11 = document.createElement('div'); TestimonialTree_ReviewDiv11.className = "TestimonialTree_ReviewData"; //Review of var TestimonialTree_SubjectLabel11 = document.createElement('span'); TestimonialTree_SubjectLabel11.innerHTML = 'Testimonial For: '; //Review of var TestimonialTree_SubjectDiv11 = document.createElement('div'); TestimonialTree_SubjectDiv11.setAttribute("itemprop","itemreviewed"); TestimonialTree_SubjectDiv11.setAttribute("itemscope",""); TestimonialTree_SubjectDiv11.setAttribute("style","display: inline"); TestimonialTree_SubjectDiv11.setAttribute("itemtype","https://schema.org/Organization"); var TestimonialTree_SubjectDiv11_name = document.createElement('span'); //TestimonialTree_SubjectDiv11_name.className = "TestimonialTree_ReviewData"; TestimonialTree_SubjectDiv11_name.setAttribute("itemprop","name"); TestimonialTree_SubjectDiv11_name.innerHTML = 'Carpenter Realtors - '; TestimonialTree_SubjectDiv11.appendChild(TestimonialTree_SubjectDiv11_name) //Date var TestimonialTree_TimeStamp11 = document.createElement('time'); //TestimonialTree_TimeStamp11.className = "TestimonialTree_ReviewData"; TestimonialTree_TimeStamp11.setAttribute("itemprop","datePublished"); TestimonialTree_TimeStamp11.setAttribute("datetime","10/2/2024 6:26:33 PM"); TestimonialTree_TimeStamp11.innerHTML = '10/2/2024 6:26:33 PM'; //Rating var TestimonialTree_Rating11 = '5' var TestimonialTree_RatingLabel111 = document.createElement('span'); TestimonialTree_RatingLabel111.innerHTML = 'Rating: '; var TestimonialTree_RatingLabel211 = document.createElement('span'); TestimonialTree_RatingLabel211.innerHTML = ' of 5 - '; var TestimonialTree_RatingDiv11 = document.createElement('span'); TestimonialTree_RatingDiv11.setAttribute("itemprop","reviewRating"); TestimonialTree_RatingDiv11.setAttribute("itemscope",""); TestimonialTree_RatingDiv11.setAttribute("itemtype","https://schema.org/Rating"); var TestimonialTree_RatingValue11 = document.createElement('span'); TestimonialTree_RatingValue11.setAttribute("itemprop","ratingValue"); TestimonialTree_RatingValue11.innerHTML = TestimonialTree_Rating11 + ' '; TestimonialTree_RatingDiv11.appendChild(TestimonialTree_RatingValue11) //Add to DOM TestimonialTree_ReviewDiv11.appendChild(TestimonialTree_SubjectLabel11); TestimonialTree_ReviewDiv11.appendChild(TestimonialTree_SubjectDiv11); if (TestimonialTree_Rating11 != '') { TestimonialTree_ReviewDiv11.appendChild(TestimonialTree_RatingLabel111); TestimonialTree_ReviewDiv11.appendChild(TestimonialTree_RatingDiv11); TestimonialTree_ReviewDiv11.appendChild(TestimonialTree_RatingLabel211); } TestimonialTree_ReviewDiv11.appendChild(TestimonialTree_TimeStamp11); TestimonialTree_Div11.appendChild(TestimonialTree_Author11); TestimonialTree_Div11.appendChild(TestimonialTree_TestDiv11); TestimonialTree_Div11.appendChild(TestimonialTree_ReviewDiv11); document.getElementById('TestimonialTree_Widget_49935').appendChild(TestimonialTree_Div11); //Create Parent Div var TestimonialTree_Div12 = document.createElement('div'); TestimonialTree_Div12.className = "TestimonialTree_Container"; TestimonialTree_Div12.setAttribute("itemscope",""); TestimonialTree_Div12.setAttribute("itemtype","https://schema.org/Review"); //Signature var TestimonialTree_Author12 = document.createElement('span'); TestimonialTree_Author12.className = "TestimonialTree_Signature"; TestimonialTree_Author12.setAttribute("itemprop","author"); TestimonialTree_Author12.setAttribute("itemscope",""); TestimonialTree_Author12.setAttribute("itemtype","https://schema.org/Person"); var TestimonialTree_AuthorName12 = document.createElement('span'); TestimonialTree_AuthorName12.className = "TestimonialTree_Signature"; TestimonialTree_AuthorName12.setAttribute("itemprop","name"); TestimonialTree_AuthorName12.innerHTML = 'Mary Jane Hughes Lu Ann Grahm POA'; TestimonialTree_Author12.appendChild(TestimonialTree_AuthorName12); if ('' != '') { var TestimonialTree_Source12 = document.createElement('span'); TestimonialTree_Source12.className = "TestimonialTree_Source"; TestimonialTree_Source12.setAttribute("itemprop","source"); TestimonialTree_Source12.innerHTML = ' on '; TestimonialTree_AuthorName12.appendChild(TestimonialTree_Source12); } //Testimonial var TestimonialTree_TestDiv12 = document.createElement('div'); TestimonialTree_TestDiv12.className = "TestimonialTree_Testimonial"; TestimonialTree_TestDiv12.setAttribute("style","padding-top: 7px"); TestimonialTree_TestDiv12.setAttribute("itemprop","reviewBody"); TestimonialTree_TestDiv12.innerHTML = 'Reanna was so wonderful and helpful! She always answered my questions and kept me well informed. I would definitely go to her for any future selling or buying needs. Thank you, Reanna!'; //Review Data var TestimonialTree_ReviewDiv12 = document.createElement('div'); TestimonialTree_ReviewDiv12.className = "TestimonialTree_ReviewData"; //Review of var TestimonialTree_SubjectLabel12 = document.createElement('span'); TestimonialTree_SubjectLabel12.innerHTML = 'Testimonial For: '; //Review of var TestimonialTree_SubjectDiv12 = document.createElement('div'); TestimonialTree_SubjectDiv12.setAttribute("itemprop","itemreviewed"); TestimonialTree_SubjectDiv12.setAttribute("itemscope",""); TestimonialTree_SubjectDiv12.setAttribute("style","display: inline"); TestimonialTree_SubjectDiv12.setAttribute("itemtype","https://schema.org/Organization"); var TestimonialTree_SubjectDiv12_name = document.createElement('span'); //TestimonialTree_SubjectDiv12_name.className = "TestimonialTree_ReviewData"; TestimonialTree_SubjectDiv12_name.setAttribute("itemprop","name"); TestimonialTree_SubjectDiv12_name.innerHTML = 'Carpenter Realtors - '; TestimonialTree_SubjectDiv12.appendChild(TestimonialTree_SubjectDiv12_name) //Date var TestimonialTree_TimeStamp12 = document.createElement('time'); //TestimonialTree_TimeStamp12.className = "TestimonialTree_ReviewData"; TestimonialTree_TimeStamp12.setAttribute("itemprop","datePublished"); TestimonialTree_TimeStamp12.setAttribute("datetime","8/9/2024 1:24:49 PM"); TestimonialTree_TimeStamp12.innerHTML = '8/9/2024 1:24:49 PM'; //Rating var TestimonialTree_Rating12 = '5' var TestimonialTree_RatingLabel112 = document.createElement('span'); TestimonialTree_RatingLabel112.innerHTML = 'Rating: '; var TestimonialTree_RatingLabel212 = document.createElement('span'); TestimonialTree_RatingLabel212.innerHTML = ' of 5 - '; var TestimonialTree_RatingDiv12 = document.createElement('span'); TestimonialTree_RatingDiv12.setAttribute("itemprop","reviewRating"); TestimonialTree_RatingDiv12.setAttribute("itemscope",""); TestimonialTree_RatingDiv12.setAttribute("itemtype","https://schema.org/Rating"); var TestimonialTree_RatingValue12 = document.createElement('span'); TestimonialTree_RatingValue12.setAttribute("itemprop","ratingValue"); TestimonialTree_RatingValue12.innerHTML = TestimonialTree_Rating12 + ' '; TestimonialTree_RatingDiv12.appendChild(TestimonialTree_RatingValue12) //Add to DOM TestimonialTree_ReviewDiv12.appendChild(TestimonialTree_SubjectLabel12); TestimonialTree_ReviewDiv12.appendChild(TestimonialTree_SubjectDiv12); if (TestimonialTree_Rating12 != '') { TestimonialTree_ReviewDiv12.appendChild(TestimonialTree_RatingLabel112); TestimonialTree_ReviewDiv12.appendChild(TestimonialTree_RatingDiv12); TestimonialTree_ReviewDiv12.appendChild(TestimonialTree_RatingLabel212); } TestimonialTree_ReviewDiv12.appendChild(TestimonialTree_TimeStamp12); TestimonialTree_Div12.appendChild(TestimonialTree_Author12); TestimonialTree_Div12.appendChild(TestimonialTree_TestDiv12); TestimonialTree_Div12.appendChild(TestimonialTree_ReviewDiv12); document.getElementById('TestimonialTree_Widget_49935').appendChild(TestimonialTree_Div12); //Create Parent Div var TestimonialTree_Div13 = document.createElement('div'); TestimonialTree_Div13.className = "TestimonialTree_Container"; TestimonialTree_Div13.setAttribute("itemscope",""); TestimonialTree_Div13.setAttribute("itemtype","https://schema.org/Review"); //Signature var TestimonialTree_Author13 = document.createElement('span'); TestimonialTree_Author13.className = "TestimonialTree_Signature"; TestimonialTree_Author13.setAttribute("itemprop","author"); TestimonialTree_Author13.setAttribute("itemscope",""); TestimonialTree_Author13.setAttribute("itemtype","https://schema.org/Person"); var TestimonialTree_AuthorName13 = document.createElement('span'); TestimonialTree_AuthorName13.className = "TestimonialTree_Signature"; TestimonialTree_AuthorName13.setAttribute("itemprop","name"); TestimonialTree_AuthorName13.innerHTML = 'Leann Overdorf'; TestimonialTree_Author13.appendChild(TestimonialTree_AuthorName13); if ('' != '') { var TestimonialTree_Source13 = document.createElement('span'); TestimonialTree_Source13.className = "TestimonialTree_Source"; TestimonialTree_Source13.setAttribute("itemprop","source"); TestimonialTree_Source13.innerHTML = ' on '; TestimonialTree_AuthorName13.appendChild(TestimonialTree_Source13); } //Testimonial var TestimonialTree_TestDiv13 = document.createElement('div'); TestimonialTree_TestDiv13.className = "TestimonialTree_Testimonial"; TestimonialTree_TestDiv13.setAttribute("style","padding-top: 7px"); TestimonialTree_TestDiv13.setAttribute("itemprop","reviewBody"); TestimonialTree_TestDiv13.innerHTML = 'Reanna Southard has helped us sell two homes. She always goes above and beyond. '; //Review Data var TestimonialTree_ReviewDiv13 = document.createElement('div'); TestimonialTree_ReviewDiv13.className = "TestimonialTree_ReviewData"; //Review of var TestimonialTree_SubjectLabel13 = document.createElement('span'); TestimonialTree_SubjectLabel13.innerHTML = 'Testimonial For: '; //Review of var TestimonialTree_SubjectDiv13 = document.createElement('div'); TestimonialTree_SubjectDiv13.setAttribute("itemprop","itemreviewed"); TestimonialTree_SubjectDiv13.setAttribute("itemscope",""); TestimonialTree_SubjectDiv13.setAttribute("style","display: inline"); TestimonialTree_SubjectDiv13.setAttribute("itemtype","https://schema.org/Organization"); var TestimonialTree_SubjectDiv13_name = document.createElement('span'); //TestimonialTree_SubjectDiv13_name.className = "TestimonialTree_ReviewData"; TestimonialTree_SubjectDiv13_name.setAttribute("itemprop","name"); TestimonialTree_SubjectDiv13_name.innerHTML = 'Carpenter Realtors - '; TestimonialTree_SubjectDiv13.appendChild(TestimonialTree_SubjectDiv13_name) //Date var TestimonialTree_TimeStamp13 = document.createElement('time'); //TestimonialTree_TimeStamp13.className = "TestimonialTree_ReviewData"; TestimonialTree_TimeStamp13.setAttribute("itemprop","datePublished"); TestimonialTree_TimeStamp13.setAttribute("datetime","8/1/2024 8:56:34 PM"); TestimonialTree_TimeStamp13.innerHTML = '8/1/2024 8:56:34 PM'; //Rating var TestimonialTree_Rating13 = '5' var TestimonialTree_RatingLabel113 = document.createElement('span'); TestimonialTree_RatingLabel113.innerHTML = 'Rating: '; var TestimonialTree_RatingLabel213 = document.createElement('span'); TestimonialTree_RatingLabel213.innerHTML = ' of 5 - '; var TestimonialTree_RatingDiv13 = document.createElement('span'); TestimonialTree_RatingDiv13.setAttribute("itemprop","reviewRating"); TestimonialTree_RatingDiv13.setAttribute("itemscope",""); TestimonialTree_RatingDiv13.setAttribute("itemtype","https://schema.org/Rating"); var TestimonialTree_RatingValue13 = document.createElement('span'); TestimonialTree_RatingValue13.setAttribute("itemprop","ratingValue"); TestimonialTree_RatingValue13.innerHTML = TestimonialTree_Rating13 + ' '; TestimonialTree_RatingDiv13.appendChild(TestimonialTree_RatingValue13) //Add to DOM TestimonialTree_ReviewDiv13.appendChild(TestimonialTree_SubjectLabel13); TestimonialTree_ReviewDiv13.appendChild(TestimonialTree_SubjectDiv13); if (TestimonialTree_Rating13 != '') { TestimonialTree_ReviewDiv13.appendChild(TestimonialTree_RatingLabel113); TestimonialTree_ReviewDiv13.appendChild(TestimonialTree_RatingDiv13); TestimonialTree_ReviewDiv13.appendChild(TestimonialTree_RatingLabel213); } TestimonialTree_ReviewDiv13.appendChild(TestimonialTree_TimeStamp13); TestimonialTree_Div13.appendChild(TestimonialTree_Author13); TestimonialTree_Div13.appendChild(TestimonialTree_TestDiv13); TestimonialTree_Div13.appendChild(TestimonialTree_ReviewDiv13); document.getElementById('TestimonialTree_Widget_49935').appendChild(TestimonialTree_Div13); //Create Parent Div var TestimonialTree_Div14 = document.createElement('div'); TestimonialTree_Div14.className = "TestimonialTree_Container"; TestimonialTree_Div14.setAttribute("itemscope",""); TestimonialTree_Div14.setAttribute("itemtype","https://schema.org/Review"); //Signature var TestimonialTree_Author14 = document.createElement('span'); TestimonialTree_Author14.className = "TestimonialTree_Signature"; TestimonialTree_Author14.setAttribute("itemprop","author"); TestimonialTree_Author14.setAttribute("itemscope",""); TestimonialTree_Author14.setAttribute("itemtype","https://schema.org/Person"); var TestimonialTree_AuthorName14 = document.createElement('span'); TestimonialTree_AuthorName14.className = "TestimonialTree_Signature"; TestimonialTree_AuthorName14.setAttribute("itemprop","name"); TestimonialTree_AuthorName14.innerHTML = 'Adonica Ellis'; TestimonialTree_Author14.appendChild(TestimonialTree_AuthorName14); if ('' != '') { var TestimonialTree_Source14 = document.createElement('span'); TestimonialTree_Source14.className = "TestimonialTree_Source"; TestimonialTree_Source14.setAttribute("itemprop","source"); TestimonialTree_Source14.innerHTML = ' on '; TestimonialTree_AuthorName14.appendChild(TestimonialTree_Source14); } //Testimonial var TestimonialTree_TestDiv14 = document.createElement('div'); TestimonialTree_TestDiv14.className = "TestimonialTree_Testimonial"; TestimonialTree_TestDiv14.setAttribute("style","padding-top: 7px"); TestimonialTree_TestDiv14.setAttribute("itemprop","reviewBody"); TestimonialTree_TestDiv14.innerHTML = 'We recently had the pleasure of working with Reanna Southard to sell our home, and cannot speak highly enough of the experience. From start to finish, Reanna was professional, knowledgeable, and dedicated to ensuring the best possible outcome for us.
\n
\nFrom our initial meeting, it was clear that Reanna had a deep understanding of the local market. She provided a comprehensive market analysis and set a competitive yet realistic listing price. Her marketing strategy was top-notch, utilizing professional photography, virtual tours, and extensive online and offline marketing to attract a wide range of potential buyers.
\n
\nThroughout the entire process, Reanna was incredibly responsive and always available to answer any questions or concerns we had. She kept us informed at every step, providing regular updates and feedback from showings. Her negotiation skills were exceptional, and she worked tirelessly to secure the best possible offer for our home.
\n
\nWhat truly set Reanna apart was her genuine care and commitment. She took the time to understand our needs and goals, and she went above and beyond to make the selling process as smooth and stress-free as possible. Her expertise and attention to detail ensured that everything went seamlessly, from the initial listing to the final closing.
\n
\nWe are extremely grateful for Reanna\'s hard work and dedication. We highly recommend Reanna Southard to anyone looking to buy or sell a home. She is truly a standout in the real estate industry.
\n
\nThank you, Reanna, for making this such a positive and successful experience!'; //Review Data var TestimonialTree_ReviewDiv14 = document.createElement('div'); TestimonialTree_ReviewDiv14.className = "TestimonialTree_ReviewData"; //Review of var TestimonialTree_SubjectLabel14 = document.createElement('span'); TestimonialTree_SubjectLabel14.innerHTML = 'Testimonial For: '; //Review of var TestimonialTree_SubjectDiv14 = document.createElement('div'); TestimonialTree_SubjectDiv14.setAttribute("itemprop","itemreviewed"); TestimonialTree_SubjectDiv14.setAttribute("itemscope",""); TestimonialTree_SubjectDiv14.setAttribute("style","display: inline"); TestimonialTree_SubjectDiv14.setAttribute("itemtype","https://schema.org/Organization"); var TestimonialTree_SubjectDiv14_name = document.createElement('span'); //TestimonialTree_SubjectDiv14_name.className = "TestimonialTree_ReviewData"; TestimonialTree_SubjectDiv14_name.setAttribute("itemprop","name"); TestimonialTree_SubjectDiv14_name.innerHTML = 'Carpenter Realtors - '; TestimonialTree_SubjectDiv14.appendChild(TestimonialTree_SubjectDiv14_name) //Date var TestimonialTree_TimeStamp14 = document.createElement('time'); //TestimonialTree_TimeStamp14.className = "TestimonialTree_ReviewData"; TestimonialTree_TimeStamp14.setAttribute("itemprop","datePublished"); TestimonialTree_TimeStamp14.setAttribute("datetime","7/11/2024 2:41:22 PM"); TestimonialTree_TimeStamp14.innerHTML = '7/11/2024 2:41:22 PM'; //Rating var TestimonialTree_Rating14 = '5' var TestimonialTree_RatingLabel114 = document.createElement('span'); TestimonialTree_RatingLabel114.innerHTML = 'Rating: '; var TestimonialTree_RatingLabel214 = document.createElement('span'); TestimonialTree_RatingLabel214.innerHTML = ' of 5 - '; var TestimonialTree_RatingDiv14 = document.createElement('span'); TestimonialTree_RatingDiv14.setAttribute("itemprop","reviewRating"); TestimonialTree_RatingDiv14.setAttribute("itemscope",""); TestimonialTree_RatingDiv14.setAttribute("itemtype","https://schema.org/Rating"); var TestimonialTree_RatingValue14 = document.createElement('span'); TestimonialTree_RatingValue14.setAttribute("itemprop","ratingValue"); TestimonialTree_RatingValue14.innerHTML = TestimonialTree_Rating14 + ' '; TestimonialTree_RatingDiv14.appendChild(TestimonialTree_RatingValue14) //Add to DOM TestimonialTree_ReviewDiv14.appendChild(TestimonialTree_SubjectLabel14); TestimonialTree_ReviewDiv14.appendChild(TestimonialTree_SubjectDiv14); if (TestimonialTree_Rating14 != '') { TestimonialTree_ReviewDiv14.appendChild(TestimonialTree_RatingLabel114); TestimonialTree_ReviewDiv14.appendChild(TestimonialTree_RatingDiv14); TestimonialTree_ReviewDiv14.appendChild(TestimonialTree_RatingLabel214); } TestimonialTree_ReviewDiv14.appendChild(TestimonialTree_TimeStamp14); TestimonialTree_Div14.appendChild(TestimonialTree_Author14); TestimonialTree_Div14.appendChild(TestimonialTree_TestDiv14); TestimonialTree_Div14.appendChild(TestimonialTree_ReviewDiv14); document.getElementById('TestimonialTree_Widget_49935').appendChild(TestimonialTree_Div14); //Create Parent Div var TestimonialTree_Div15 = document.createElement('div'); TestimonialTree_Div15.className = "TestimonialTree_Container"; TestimonialTree_Div15.setAttribute("itemscope",""); TestimonialTree_Div15.setAttribute("itemtype","https://schema.org/Review"); //Signature var TestimonialTree_Author15 = document.createElement('span'); TestimonialTree_Author15.className = "TestimonialTree_Signature"; TestimonialTree_Author15.setAttribute("itemprop","author"); TestimonialTree_Author15.setAttribute("itemscope",""); TestimonialTree_Author15.setAttribute("itemtype","https://schema.org/Person"); var TestimonialTree_AuthorName15 = document.createElement('span'); TestimonialTree_AuthorName15.className = "TestimonialTree_Signature"; TestimonialTree_AuthorName15.setAttribute("itemprop","name"); TestimonialTree_AuthorName15.innerHTML = 'Estate of Mattie Tarter Rebecca Rathert'; TestimonialTree_Author15.appendChild(TestimonialTree_AuthorName15); if ('' != '') { var TestimonialTree_Source15 = document.createElement('span'); TestimonialTree_Source15.className = "TestimonialTree_Source"; TestimonialTree_Source15.setAttribute("itemprop","source"); TestimonialTree_Source15.innerHTML = ' on '; TestimonialTree_AuthorName15.appendChild(TestimonialTree_Source15); } //Testimonial var TestimonialTree_TestDiv15 = document.createElement('div'); TestimonialTree_TestDiv15.className = "TestimonialTree_Testimonial"; TestimonialTree_TestDiv15.setAttribute("style","padding-top: 7px"); TestimonialTree_TestDiv15.setAttribute("itemprop","reviewBody"); TestimonialTree_TestDiv15.innerHTML = 'We have used Reanna Southard several times. She\'s absolutely wonderful and we continue to use her services. '; //Review Data var TestimonialTree_ReviewDiv15 = document.createElement('div'); TestimonialTree_ReviewDiv15.className = "TestimonialTree_ReviewData"; //Review of var TestimonialTree_SubjectLabel15 = document.createElement('span'); TestimonialTree_SubjectLabel15.innerHTML = 'Testimonial For: '; //Review of var TestimonialTree_SubjectDiv15 = document.createElement('div'); TestimonialTree_SubjectDiv15.setAttribute("itemprop","itemreviewed"); TestimonialTree_SubjectDiv15.setAttribute("itemscope",""); TestimonialTree_SubjectDiv15.setAttribute("style","display: inline"); TestimonialTree_SubjectDiv15.setAttribute("itemtype","https://schema.org/Organization"); var TestimonialTree_SubjectDiv15_name = document.createElement('span'); //TestimonialTree_SubjectDiv15_name.className = "TestimonialTree_ReviewData"; TestimonialTree_SubjectDiv15_name.setAttribute("itemprop","name"); TestimonialTree_SubjectDiv15_name.innerHTML = 'Carpenter Realtors - '; TestimonialTree_SubjectDiv15.appendChild(TestimonialTree_SubjectDiv15_name) //Date var TestimonialTree_TimeStamp15 = document.createElement('time'); //TestimonialTree_TimeStamp15.className = "TestimonialTree_ReviewData"; TestimonialTree_TimeStamp15.setAttribute("itemprop","datePublished"); TestimonialTree_TimeStamp15.setAttribute("datetime","5/11/2024 12:17:06 PM"); TestimonialTree_TimeStamp15.innerHTML = '5/11/2024 12:17:06 PM'; //Rating var TestimonialTree_Rating15 = '5' var TestimonialTree_RatingLabel115 = document.createElement('span'); TestimonialTree_RatingLabel115.innerHTML = 'Rating: '; var TestimonialTree_RatingLabel215 = document.createElement('span'); TestimonialTree_RatingLabel215.innerHTML = ' of 5 - '; var TestimonialTree_RatingDiv15 = document.createElement('span'); TestimonialTree_RatingDiv15.setAttribute("itemprop","reviewRating"); TestimonialTree_RatingDiv15.setAttribute("itemscope",""); TestimonialTree_RatingDiv15.setAttribute("itemtype","https://schema.org/Rating"); var TestimonialTree_RatingValue15 = document.createElement('span'); TestimonialTree_RatingValue15.setAttribute("itemprop","ratingValue"); TestimonialTree_RatingValue15.innerHTML = TestimonialTree_Rating15 + ' '; TestimonialTree_RatingDiv15.appendChild(TestimonialTree_RatingValue15) //Add to DOM TestimonialTree_ReviewDiv15.appendChild(TestimonialTree_SubjectLabel15); TestimonialTree_ReviewDiv15.appendChild(TestimonialTree_SubjectDiv15); if (TestimonialTree_Rating15 != '') { TestimonialTree_ReviewDiv15.appendChild(TestimonialTree_RatingLabel115); TestimonialTree_ReviewDiv15.appendChild(TestimonialTree_RatingDiv15); TestimonialTree_ReviewDiv15.appendChild(TestimonialTree_RatingLabel215); } TestimonialTree_ReviewDiv15.appendChild(TestimonialTree_TimeStamp15); TestimonialTree_Div15.appendChild(TestimonialTree_Author15); TestimonialTree_Div15.appendChild(TestimonialTree_TestDiv15); TestimonialTree_Div15.appendChild(TestimonialTree_ReviewDiv15); document.getElementById('TestimonialTree_Widget_49935').appendChild(TestimonialTree_Div15); //Create Parent Div var TestimonialTree_Div16 = document.createElement('div'); TestimonialTree_Div16.className = "TestimonialTree_Container"; TestimonialTree_Div16.setAttribute("itemscope",""); TestimonialTree_Div16.setAttribute("itemtype","https://schema.org/Review"); //Signature var TestimonialTree_Author16 = document.createElement('span'); TestimonialTree_Author16.className = "TestimonialTree_Signature"; TestimonialTree_Author16.setAttribute("itemprop","author"); TestimonialTree_Author16.setAttribute("itemscope",""); TestimonialTree_Author16.setAttribute("itemtype","https://schema.org/Person"); var TestimonialTree_AuthorName16 = document.createElement('span'); TestimonialTree_AuthorName16.className = "TestimonialTree_Signature"; TestimonialTree_AuthorName16.setAttribute("itemprop","name"); TestimonialTree_AuthorName16.innerHTML = 'Marcia Garrett'; TestimonialTree_Author16.appendChild(TestimonialTree_AuthorName16); if ('' != '') { var TestimonialTree_Source16 = document.createElement('span'); TestimonialTree_Source16.className = "TestimonialTree_Source"; TestimonialTree_Source16.setAttribute("itemprop","source"); TestimonialTree_Source16.innerHTML = ' on '; TestimonialTree_AuthorName16.appendChild(TestimonialTree_Source16); } //Testimonial var TestimonialTree_TestDiv16 = document.createElement('div'); TestimonialTree_TestDiv16.className = "TestimonialTree_Testimonial"; TestimonialTree_TestDiv16.setAttribute("style","padding-top: 7px"); TestimonialTree_TestDiv16.setAttribute("itemprop","reviewBody"); TestimonialTree_TestDiv16.innerHTML = 'After interviewing a few realtors, Reanna from Carpenter Realtors was the most knowledgeable and prepared when she came to our appointment. We discussed with Reanna what we needed to do to get our property ready for listing. We talked about fees for closing, the realtors commission and the net value after closing. We signed with Reanna and started the process. She answered any questions we had right away, which was very helpful as we live out of state. It was a very easy and smooth process. We would highly recommend Reanna to anyone. The Garrett\'s '; //Review Data var TestimonialTree_ReviewDiv16 = document.createElement('div'); TestimonialTree_ReviewDiv16.className = "TestimonialTree_ReviewData"; //Review of var TestimonialTree_SubjectLabel16 = document.createElement('span'); TestimonialTree_SubjectLabel16.innerHTML = 'Testimonial For: '; //Review of var TestimonialTree_SubjectDiv16 = document.createElement('div'); TestimonialTree_SubjectDiv16.setAttribute("itemprop","itemreviewed"); TestimonialTree_SubjectDiv16.setAttribute("itemscope",""); TestimonialTree_SubjectDiv16.setAttribute("style","display: inline"); TestimonialTree_SubjectDiv16.setAttribute("itemtype","https://schema.org/Organization"); var TestimonialTree_SubjectDiv16_name = document.createElement('span'); //TestimonialTree_SubjectDiv16_name.className = "TestimonialTree_ReviewData"; TestimonialTree_SubjectDiv16_name.setAttribute("itemprop","name"); TestimonialTree_SubjectDiv16_name.innerHTML = 'Carpenter Realtors - '; TestimonialTree_SubjectDiv16.appendChild(TestimonialTree_SubjectDiv16_name) //Date var TestimonialTree_TimeStamp16 = document.createElement('time'); //TestimonialTree_TimeStamp16.className = "TestimonialTree_ReviewData"; TestimonialTree_TimeStamp16.setAttribute("itemprop","datePublished"); TestimonialTree_TimeStamp16.setAttribute("datetime","5/7/2024 1:45:12 AM"); TestimonialTree_TimeStamp16.innerHTML = '5/7/2024 1:45:12 AM'; //Rating var TestimonialTree_Rating16 = '5' var TestimonialTree_RatingLabel116 = document.createElement('span'); TestimonialTree_RatingLabel116.innerHTML = 'Rating: '; var TestimonialTree_RatingLabel216 = document.createElement('span'); TestimonialTree_RatingLabel216.innerHTML = ' of 5 - '; var TestimonialTree_RatingDiv16 = document.createElement('span'); TestimonialTree_RatingDiv16.setAttribute("itemprop","reviewRating"); TestimonialTree_RatingDiv16.setAttribute("itemscope",""); TestimonialTree_RatingDiv16.setAttribute("itemtype","https://schema.org/Rating"); var TestimonialTree_RatingValue16 = document.createElement('span'); TestimonialTree_RatingValue16.setAttribute("itemprop","ratingValue"); TestimonialTree_RatingValue16.innerHTML = TestimonialTree_Rating16 + ' '; TestimonialTree_RatingDiv16.appendChild(TestimonialTree_RatingValue16) //Add to DOM TestimonialTree_ReviewDiv16.appendChild(TestimonialTree_SubjectLabel16); TestimonialTree_ReviewDiv16.appendChild(TestimonialTree_SubjectDiv16); if (TestimonialTree_Rating16 != '') { TestimonialTree_ReviewDiv16.appendChild(TestimonialTree_RatingLabel116); TestimonialTree_ReviewDiv16.appendChild(TestimonialTree_RatingDiv16); TestimonialTree_ReviewDiv16.appendChild(TestimonialTree_RatingLabel216); } TestimonialTree_ReviewDiv16.appendChild(TestimonialTree_TimeStamp16); TestimonialTree_Div16.appendChild(TestimonialTree_Author16); TestimonialTree_Div16.appendChild(TestimonialTree_TestDiv16); TestimonialTree_Div16.appendChild(TestimonialTree_ReviewDiv16); document.getElementById('TestimonialTree_Widget_49935').appendChild(TestimonialTree_Div16); //Create Parent Div var TestimonialTree_Div17 = document.createElement('div'); TestimonialTree_Div17.className = "TestimonialTree_Container"; TestimonialTree_Div17.setAttribute("itemscope",""); TestimonialTree_Div17.setAttribute("itemtype","https://schema.org/Review"); //Signature var TestimonialTree_Author17 = document.createElement('span'); TestimonialTree_Author17.className = "TestimonialTree_Signature"; TestimonialTree_Author17.setAttribute("itemprop","author"); TestimonialTree_Author17.setAttribute("itemscope",""); TestimonialTree_Author17.setAttribute("itemtype","https://schema.org/Person"); var TestimonialTree_AuthorName17 = document.createElement('span'); TestimonialTree_AuthorName17.className = "TestimonialTree_Signature"; TestimonialTree_AuthorName17.setAttribute("itemprop","name"); TestimonialTree_AuthorName17.innerHTML = 'Hazel L Reed'; TestimonialTree_Author17.appendChild(TestimonialTree_AuthorName17); if ('' != '') { var TestimonialTree_Source17 = document.createElement('span'); TestimonialTree_Source17.className = "TestimonialTree_Source"; TestimonialTree_Source17.setAttribute("itemprop","source"); TestimonialTree_Source17.innerHTML = ' on '; TestimonialTree_AuthorName17.appendChild(TestimonialTree_Source17); } //Testimonial var TestimonialTree_TestDiv17 = document.createElement('div'); TestimonialTree_TestDiv17.className = "TestimonialTree_Testimonial"; TestimonialTree_TestDiv17.setAttribute("style","padding-top: 7px"); TestimonialTree_TestDiv17.setAttribute("itemprop","reviewBody"); TestimonialTree_TestDiv17.innerHTML = 'Reanna was on top of things throughout the process.. She was accessible, and always kept me informed. Thanks Reanna!'; //Review Data var TestimonialTree_ReviewDiv17 = document.createElement('div'); TestimonialTree_ReviewDiv17.className = "TestimonialTree_ReviewData"; //Review of var TestimonialTree_SubjectLabel17 = document.createElement('span'); TestimonialTree_SubjectLabel17.innerHTML = 'Testimonial For: '; //Review of var TestimonialTree_SubjectDiv17 = document.createElement('div'); TestimonialTree_SubjectDiv17.setAttribute("itemprop","itemreviewed"); TestimonialTree_SubjectDiv17.setAttribute("itemscope",""); TestimonialTree_SubjectDiv17.setAttribute("style","display: inline"); TestimonialTree_SubjectDiv17.setAttribute("itemtype","https://schema.org/Organization"); var TestimonialTree_SubjectDiv17_name = document.createElement('span'); //TestimonialTree_SubjectDiv17_name.className = "TestimonialTree_ReviewData"; TestimonialTree_SubjectDiv17_name.setAttribute("itemprop","name"); TestimonialTree_SubjectDiv17_name.innerHTML = 'Carpenter Realtors - '; TestimonialTree_SubjectDiv17.appendChild(TestimonialTree_SubjectDiv17_name) //Date var TestimonialTree_TimeStamp17 = document.createElement('time'); //TestimonialTree_TimeStamp17.className = "TestimonialTree_ReviewData"; TestimonialTree_TimeStamp17.setAttribute("itemprop","datePublished"); TestimonialTree_TimeStamp17.setAttribute("datetime","4/20/2024 1:05:46 PM"); TestimonialTree_TimeStamp17.innerHTML = '4/20/2024 1:05:46 PM'; //Rating var TestimonialTree_Rating17 = '5' var TestimonialTree_RatingLabel117 = document.createElement('span'); TestimonialTree_RatingLabel117.innerHTML = 'Rating: '; var TestimonialTree_RatingLabel217 = document.createElement('span'); TestimonialTree_RatingLabel217.innerHTML = ' of 5 - '; var TestimonialTree_RatingDiv17 = document.createElement('span'); TestimonialTree_RatingDiv17.setAttribute("itemprop","reviewRating"); TestimonialTree_RatingDiv17.setAttribute("itemscope",""); TestimonialTree_RatingDiv17.setAttribute("itemtype","https://schema.org/Rating"); var TestimonialTree_RatingValue17 = document.createElement('span'); TestimonialTree_RatingValue17.setAttribute("itemprop","ratingValue"); TestimonialTree_RatingValue17.innerHTML = TestimonialTree_Rating17 + ' '; TestimonialTree_RatingDiv17.appendChild(TestimonialTree_RatingValue17) //Add to DOM TestimonialTree_ReviewDiv17.appendChild(TestimonialTree_SubjectLabel17); TestimonialTree_ReviewDiv17.appendChild(TestimonialTree_SubjectDiv17); if (TestimonialTree_Rating17 != '') { TestimonialTree_ReviewDiv17.appendChild(TestimonialTree_RatingLabel117); TestimonialTree_ReviewDiv17.appendChild(TestimonialTree_RatingDiv17); TestimonialTree_ReviewDiv17.appendChild(TestimonialTree_RatingLabel217); } TestimonialTree_ReviewDiv17.appendChild(TestimonialTree_TimeStamp17); TestimonialTree_Div17.appendChild(TestimonialTree_Author17); TestimonialTree_Div17.appendChild(TestimonialTree_TestDiv17); TestimonialTree_Div17.appendChild(TestimonialTree_ReviewDiv17); document.getElementById('TestimonialTree_Widget_49935').appendChild(TestimonialTree_Div17); //Create Parent Div var TestimonialTree_Div18 = document.createElement('div'); TestimonialTree_Div18.className = "TestimonialTree_Container"; TestimonialTree_Div18.setAttribute("itemscope",""); TestimonialTree_Div18.setAttribute("itemtype","https://schema.org/Review"); //Signature var TestimonialTree_Author18 = document.createElement('span'); TestimonialTree_Author18.className = "TestimonialTree_Signature"; TestimonialTree_Author18.setAttribute("itemprop","author"); TestimonialTree_Author18.setAttribute("itemscope",""); TestimonialTree_Author18.setAttribute("itemtype","https://schema.org/Person"); var TestimonialTree_AuthorName18 = document.createElement('span'); TestimonialTree_AuthorName18.className = "TestimonialTree_Signature"; TestimonialTree_AuthorName18.setAttribute("itemprop","name"); TestimonialTree_AuthorName18.innerHTML = 'Patricia A Woods'; TestimonialTree_Author18.appendChild(TestimonialTree_AuthorName18); if ('' != '') { var TestimonialTree_Source18 = document.createElement('span'); TestimonialTree_Source18.className = "TestimonialTree_Source"; TestimonialTree_Source18.setAttribute("itemprop","source"); TestimonialTree_Source18.innerHTML = ' on '; TestimonialTree_AuthorName18.appendChild(TestimonialTree_Source18); } //Testimonial var TestimonialTree_TestDiv18 = document.createElement('div'); TestimonialTree_TestDiv18.className = "TestimonialTree_Testimonial"; TestimonialTree_TestDiv18.setAttribute("style","padding-top: 7px"); TestimonialTree_TestDiv18.setAttribute("itemprop","reviewBody"); TestimonialTree_TestDiv18.innerHTML = 'Reannna was a god-send. I believe without her guidance and encouragement we would have given up on trying to locate a house for us.
\nReanna is very knowledgeable in her field and I believe that anyone who is wanting to sell or buy a home, she\u0092s the person to have on your team.
\nI can\u0092t seem to find the right words to say other than she is simply a very good person to work with and is just awesome!!!!
\n'; //Review Data var TestimonialTree_ReviewDiv18 = document.createElement('div'); TestimonialTree_ReviewDiv18.className = "TestimonialTree_ReviewData"; //Review of var TestimonialTree_SubjectLabel18 = document.createElement('span'); TestimonialTree_SubjectLabel18.innerHTML = 'Testimonial For: '; //Review of var TestimonialTree_SubjectDiv18 = document.createElement('div'); TestimonialTree_SubjectDiv18.setAttribute("itemprop","itemreviewed"); TestimonialTree_SubjectDiv18.setAttribute("itemscope",""); TestimonialTree_SubjectDiv18.setAttribute("style","display: inline"); TestimonialTree_SubjectDiv18.setAttribute("itemtype","https://schema.org/Organization"); var TestimonialTree_SubjectDiv18_name = document.createElement('span'); //TestimonialTree_SubjectDiv18_name.className = "TestimonialTree_ReviewData"; TestimonialTree_SubjectDiv18_name.setAttribute("itemprop","name"); TestimonialTree_SubjectDiv18_name.innerHTML = 'Carpenter Realtors - '; TestimonialTree_SubjectDiv18.appendChild(TestimonialTree_SubjectDiv18_name) //Date var TestimonialTree_TimeStamp18 = document.createElement('time'); //TestimonialTree_TimeStamp18.className = "TestimonialTree_ReviewData"; TestimonialTree_TimeStamp18.setAttribute("itemprop","datePublished"); TestimonialTree_TimeStamp18.setAttribute("datetime","3/23/2024 1:29:45 PM"); TestimonialTree_TimeStamp18.innerHTML = '3/23/2024 1:29:45 PM'; //Rating var TestimonialTree_Rating18 = '5' var TestimonialTree_RatingLabel118 = document.createElement('span'); TestimonialTree_RatingLabel118.innerHTML = 'Rating: '; var TestimonialTree_RatingLabel218 = document.createElement('span'); TestimonialTree_RatingLabel218.innerHTML = ' of 5 - '; var TestimonialTree_RatingDiv18 = document.createElement('span'); TestimonialTree_RatingDiv18.setAttribute("itemprop","reviewRating"); TestimonialTree_RatingDiv18.setAttribute("itemscope",""); TestimonialTree_RatingDiv18.setAttribute("itemtype","https://schema.org/Rating"); var TestimonialTree_RatingValue18 = document.createElement('span'); TestimonialTree_RatingValue18.setAttribute("itemprop","ratingValue"); TestimonialTree_RatingValue18.innerHTML = TestimonialTree_Rating18 + ' '; TestimonialTree_RatingDiv18.appendChild(TestimonialTree_RatingValue18) //Add to DOM TestimonialTree_ReviewDiv18.appendChild(TestimonialTree_SubjectLabel18); TestimonialTree_ReviewDiv18.appendChild(TestimonialTree_SubjectDiv18); if (TestimonialTree_Rating18 != '') { TestimonialTree_ReviewDiv18.appendChild(TestimonialTree_RatingLabel118); TestimonialTree_ReviewDiv18.appendChild(TestimonialTree_RatingDiv18); TestimonialTree_ReviewDiv18.appendChild(TestimonialTree_RatingLabel218); } TestimonialTree_ReviewDiv18.appendChild(TestimonialTree_TimeStamp18); TestimonialTree_Div18.appendChild(TestimonialTree_Author18); TestimonialTree_Div18.appendChild(TestimonialTree_TestDiv18); TestimonialTree_Div18.appendChild(TestimonialTree_ReviewDiv18); document.getElementById('TestimonialTree_Widget_49935').appendChild(TestimonialTree_Div18); //Create Parent Div var TestimonialTree_Div19 = document.createElement('div'); TestimonialTree_Div19.className = "TestimonialTree_Container"; TestimonialTree_Div19.setAttribute("itemscope",""); TestimonialTree_Div19.setAttribute("itemtype","https://schema.org/Review"); //Signature var TestimonialTree_Author19 = document.createElement('span'); TestimonialTree_Author19.className = "TestimonialTree_Signature"; TestimonialTree_Author19.setAttribute("itemprop","author"); TestimonialTree_Author19.setAttribute("itemscope",""); TestimonialTree_Author19.setAttribute("itemtype","https://schema.org/Person"); var TestimonialTree_AuthorName19 = document.createElement('span'); TestimonialTree_AuthorName19.className = "TestimonialTree_Signature"; TestimonialTree_AuthorName19.setAttribute("itemprop","name"); TestimonialTree_AuthorName19.innerHTML = 'Shelby Lambert'; TestimonialTree_Author19.appendChild(TestimonialTree_AuthorName19); if ('' != '') { var TestimonialTree_Source19 = document.createElement('span'); TestimonialTree_Source19.className = "TestimonialTree_Source"; TestimonialTree_Source19.setAttribute("itemprop","source"); TestimonialTree_Source19.innerHTML = ' on '; TestimonialTree_AuthorName19.appendChild(TestimonialTree_Source19); } //Testimonial var TestimonialTree_TestDiv19 = document.createElement('div'); TestimonialTree_TestDiv19.className = "TestimonialTree_Testimonial"; TestimonialTree_TestDiv19.setAttribute("style","padding-top: 7px"); TestimonialTree_TestDiv19.setAttribute("itemprop","reviewBody"); TestimonialTree_TestDiv19.innerHTML = 'Reanna was incredible. I couldn\u0092t have asked for a better realtor! I\u0092ll recommend her to any friends or family that need a realtor.'; //Review Data var TestimonialTree_ReviewDiv19 = document.createElement('div'); TestimonialTree_ReviewDiv19.className = "TestimonialTree_ReviewData"; //Review of var TestimonialTree_SubjectLabel19 = document.createElement('span'); TestimonialTree_SubjectLabel19.innerHTML = 'Testimonial For: '; //Review of var TestimonialTree_SubjectDiv19 = document.createElement('div'); TestimonialTree_SubjectDiv19.setAttribute("itemprop","itemreviewed"); TestimonialTree_SubjectDiv19.setAttribute("itemscope",""); TestimonialTree_SubjectDiv19.setAttribute("style","display: inline"); TestimonialTree_SubjectDiv19.setAttribute("itemtype","https://schema.org/Organization"); var TestimonialTree_SubjectDiv19_name = document.createElement('span'); //TestimonialTree_SubjectDiv19_name.className = "TestimonialTree_ReviewData"; TestimonialTree_SubjectDiv19_name.setAttribute("itemprop","name"); TestimonialTree_SubjectDiv19_name.innerHTML = 'Carpenter Realtors - '; TestimonialTree_SubjectDiv19.appendChild(TestimonialTree_SubjectDiv19_name) //Date var TestimonialTree_TimeStamp19 = document.createElement('time'); //TestimonialTree_TimeStamp19.className = "TestimonialTree_ReviewData"; TestimonialTree_TimeStamp19.setAttribute("itemprop","datePublished"); TestimonialTree_TimeStamp19.setAttribute("datetime","3/19/2024 11:03:44 AM"); TestimonialTree_TimeStamp19.innerHTML = '3/19/2024 11:03:44 AM'; //Rating var TestimonialTree_Rating19 = '5' var TestimonialTree_RatingLabel119 = document.createElement('span'); TestimonialTree_RatingLabel119.innerHTML = 'Rating: '; var TestimonialTree_RatingLabel219 = document.createElement('span'); TestimonialTree_RatingLabel219.innerHTML = ' of 5 - '; var TestimonialTree_RatingDiv19 = document.createElement('span'); TestimonialTree_RatingDiv19.setAttribute("itemprop","reviewRating"); TestimonialTree_RatingDiv19.setAttribute("itemscope",""); TestimonialTree_RatingDiv19.setAttribute("itemtype","https://schema.org/Rating"); var TestimonialTree_RatingValue19 = document.createElement('span'); TestimonialTree_RatingValue19.setAttribute("itemprop","ratingValue"); TestimonialTree_RatingValue19.innerHTML = TestimonialTree_Rating19 + ' '; TestimonialTree_RatingDiv19.appendChild(TestimonialTree_RatingValue19) //Add to DOM TestimonialTree_ReviewDiv19.appendChild(TestimonialTree_SubjectLabel19); TestimonialTree_ReviewDiv19.appendChild(TestimonialTree_SubjectDiv19); if (TestimonialTree_Rating19 != '') { TestimonialTree_ReviewDiv19.appendChild(TestimonialTree_RatingLabel119); TestimonialTree_ReviewDiv19.appendChild(TestimonialTree_RatingDiv19); TestimonialTree_ReviewDiv19.appendChild(TestimonialTree_RatingLabel219); } TestimonialTree_ReviewDiv19.appendChild(TestimonialTree_TimeStamp19); TestimonialTree_Div19.appendChild(TestimonialTree_Author19); TestimonialTree_Div19.appendChild(TestimonialTree_TestDiv19); TestimonialTree_Div19.appendChild(TestimonialTree_ReviewDiv19); document.getElementById('TestimonialTree_Widget_49935').appendChild(TestimonialTree_Div19); //Create Parent Div var TestimonialTree_Div20 = document.createElement('div'); TestimonialTree_Div20.className = "TestimonialTree_Container"; TestimonialTree_Div20.setAttribute("itemscope",""); TestimonialTree_Div20.setAttribute("itemtype","https://schema.org/Review"); //Signature var TestimonialTree_Author20 = document.createElement('span'); TestimonialTree_Author20.className = "TestimonialTree_Signature"; TestimonialTree_Author20.setAttribute("itemprop","author"); TestimonialTree_Author20.setAttribute("itemscope",""); TestimonialTree_Author20.setAttribute("itemtype","https://schema.org/Person"); var TestimonialTree_AuthorName20 = document.createElement('span'); TestimonialTree_AuthorName20.className = "TestimonialTree_Signature"; TestimonialTree_AuthorName20.setAttribute("itemprop","name"); TestimonialTree_AuthorName20.innerHTML = 'McKennon Heald'; TestimonialTree_Author20.appendChild(TestimonialTree_AuthorName20); if ('' != '') { var TestimonialTree_Source20 = document.createElement('span'); TestimonialTree_Source20.className = "TestimonialTree_Source"; TestimonialTree_Source20.setAttribute("itemprop","source"); TestimonialTree_Source20.innerHTML = ' on '; TestimonialTree_AuthorName20.appendChild(TestimonialTree_Source20); } //Testimonial var TestimonialTree_TestDiv20 = document.createElement('div'); TestimonialTree_TestDiv20.className = "TestimonialTree_Testimonial"; TestimonialTree_TestDiv20.setAttribute("style","padding-top: 7px"); TestimonialTree_TestDiv20.setAttribute("itemprop","reviewBody"); TestimonialTree_TestDiv20.innerHTML = 'Reanna is the best in the business, no other way to put it. She sold our house in two or three days of listing it. Communication was outstanding the entire time and gave us updates daily. If you are looking to buy/sell and don\u0092t use her, you are missing out!! '; //Review Data var TestimonialTree_ReviewDiv20 = document.createElement('div'); TestimonialTree_ReviewDiv20.className = "TestimonialTree_ReviewData"; //Review of var TestimonialTree_SubjectLabel20 = document.createElement('span'); TestimonialTree_SubjectLabel20.innerHTML = 'Testimonial For: '; //Review of var TestimonialTree_SubjectDiv20 = document.createElement('div'); TestimonialTree_SubjectDiv20.setAttribute("itemprop","itemreviewed"); TestimonialTree_SubjectDiv20.setAttribute("itemscope",""); TestimonialTree_SubjectDiv20.setAttribute("style","display: inline"); TestimonialTree_SubjectDiv20.setAttribute("itemtype","https://schema.org/Organization"); var TestimonialTree_SubjectDiv20_name = document.createElement('span'); //TestimonialTree_SubjectDiv20_name.className = "TestimonialTree_ReviewData"; TestimonialTree_SubjectDiv20_name.setAttribute("itemprop","name"); TestimonialTree_SubjectDiv20_name.innerHTML = 'Carpenter Realtors - '; TestimonialTree_SubjectDiv20.appendChild(TestimonialTree_SubjectDiv20_name) //Date var TestimonialTree_TimeStamp20 = document.createElement('time'); //TestimonialTree_TimeStamp20.className = "TestimonialTree_ReviewData"; TestimonialTree_TimeStamp20.setAttribute("itemprop","datePublished"); TestimonialTree_TimeStamp20.setAttribute("datetime","3/12/2024 3:27:42 PM"); TestimonialTree_TimeStamp20.innerHTML = '3/12/2024 3:27:42 PM'; //Rating var TestimonialTree_Rating20 = '5' var TestimonialTree_RatingLabel120 = document.createElement('span'); TestimonialTree_RatingLabel120.innerHTML = 'Rating: '; var TestimonialTree_RatingLabel220 = document.createElement('span'); TestimonialTree_RatingLabel220.innerHTML = ' of 5 - '; var TestimonialTree_RatingDiv20 = document.createElement('span'); TestimonialTree_RatingDiv20.setAttribute("itemprop","reviewRating"); TestimonialTree_RatingDiv20.setAttribute("itemscope",""); TestimonialTree_RatingDiv20.setAttribute("itemtype","https://schema.org/Rating"); var TestimonialTree_RatingValue20 = document.createElement('span'); TestimonialTree_RatingValue20.setAttribute("itemprop","ratingValue"); TestimonialTree_RatingValue20.innerHTML = TestimonialTree_Rating20 + ' '; TestimonialTree_RatingDiv20.appendChild(TestimonialTree_RatingValue20) //Add to DOM TestimonialTree_ReviewDiv20.appendChild(TestimonialTree_SubjectLabel20); TestimonialTree_ReviewDiv20.appendChild(TestimonialTree_SubjectDiv20); if (TestimonialTree_Rating20 != '') { TestimonialTree_ReviewDiv20.appendChild(TestimonialTree_RatingLabel120); TestimonialTree_ReviewDiv20.appendChild(TestimonialTree_RatingDiv20); TestimonialTree_ReviewDiv20.appendChild(TestimonialTree_RatingLabel220); } TestimonialTree_ReviewDiv20.appendChild(TestimonialTree_TimeStamp20); TestimonialTree_Div20.appendChild(TestimonialTree_Author20); TestimonialTree_Div20.appendChild(TestimonialTree_TestDiv20); TestimonialTree_Div20.appendChild(TestimonialTree_ReviewDiv20); document.getElementById('TestimonialTree_Widget_49935').appendChild(TestimonialTree_Div20); //Create Parent Div var TestimonialTree_Div21 = document.createElement('div'); TestimonialTree_Div21.className = "TestimonialTree_Container"; TestimonialTree_Div21.setAttribute("itemscope",""); TestimonialTree_Div21.setAttribute("itemtype","https://schema.org/Review"); //Signature var TestimonialTree_Author21 = document.createElement('span'); TestimonialTree_Author21.className = "TestimonialTree_Signature"; TestimonialTree_Author21.setAttribute("itemprop","author"); TestimonialTree_Author21.setAttribute("itemscope",""); TestimonialTree_Author21.setAttribute("itemtype","https://schema.org/Person"); var TestimonialTree_AuthorName21 = document.createElement('span'); TestimonialTree_AuthorName21.className = "TestimonialTree_Signature"; TestimonialTree_AuthorName21.setAttribute("itemprop","name"); TestimonialTree_AuthorName21.innerHTML = 'Jennifer Swenson'; TestimonialTree_Author21.appendChild(TestimonialTree_AuthorName21); if ('' != '') { var TestimonialTree_Source21 = document.createElement('span'); TestimonialTree_Source21.className = "TestimonialTree_Source"; TestimonialTree_Source21.setAttribute("itemprop","source"); TestimonialTree_Source21.innerHTML = ' on '; TestimonialTree_AuthorName21.appendChild(TestimonialTree_Source21); } //Testimonial var TestimonialTree_TestDiv21 = document.createElement('div'); TestimonialTree_TestDiv21.className = "TestimonialTree_Testimonial"; TestimonialTree_TestDiv21.setAttribute("style","padding-top: 7px"); TestimonialTree_TestDiv21.setAttribute("itemprop","reviewBody"); TestimonialTree_TestDiv21.innerHTML = 'Rheanna has always been wonderful to work with. She listens, advises and makes everything go smooth and quick.'; //Review Data var TestimonialTree_ReviewDiv21 = document.createElement('div'); TestimonialTree_ReviewDiv21.className = "TestimonialTree_ReviewData"; //Review of var TestimonialTree_SubjectLabel21 = document.createElement('span'); TestimonialTree_SubjectLabel21.innerHTML = 'Testimonial For: '; //Review of var TestimonialTree_SubjectDiv21 = document.createElement('div'); TestimonialTree_SubjectDiv21.setAttribute("itemprop","itemreviewed"); TestimonialTree_SubjectDiv21.setAttribute("itemscope",""); TestimonialTree_SubjectDiv21.setAttribute("style","display: inline"); TestimonialTree_SubjectDiv21.setAttribute("itemtype","https://schema.org/Organization"); var TestimonialTree_SubjectDiv21_name = document.createElement('span'); //TestimonialTree_SubjectDiv21_name.className = "TestimonialTree_ReviewData"; TestimonialTree_SubjectDiv21_name.setAttribute("itemprop","name"); TestimonialTree_SubjectDiv21_name.innerHTML = 'Carpenter Realtors - '; TestimonialTree_SubjectDiv21.appendChild(TestimonialTree_SubjectDiv21_name) //Date var TestimonialTree_TimeStamp21 = document.createElement('time'); //TestimonialTree_TimeStamp21.className = "TestimonialTree_ReviewData"; TestimonialTree_TimeStamp21.setAttribute("itemprop","datePublished"); TestimonialTree_TimeStamp21.setAttribute("datetime","3/4/2024 1:11:13 PM"); TestimonialTree_TimeStamp21.innerHTML = '3/4/2024 1:11:13 PM'; //Rating var TestimonialTree_Rating21 = '5' var TestimonialTree_RatingLabel121 = document.createElement('span'); TestimonialTree_RatingLabel121.innerHTML = 'Rating: '; var TestimonialTree_RatingLabel221 = document.createElement('span'); TestimonialTree_RatingLabel221.innerHTML = ' of 5 - '; var TestimonialTree_RatingDiv21 = document.createElement('span'); TestimonialTree_RatingDiv21.setAttribute("itemprop","reviewRating"); TestimonialTree_RatingDiv21.setAttribute("itemscope",""); TestimonialTree_RatingDiv21.setAttribute("itemtype","https://schema.org/Rating"); var TestimonialTree_RatingValue21 = document.createElement('span'); TestimonialTree_RatingValue21.setAttribute("itemprop","ratingValue"); TestimonialTree_RatingValue21.innerHTML = TestimonialTree_Rating21 + ' '; TestimonialTree_RatingDiv21.appendChild(TestimonialTree_RatingValue21) //Add to DOM TestimonialTree_ReviewDiv21.appendChild(TestimonialTree_SubjectLabel21); TestimonialTree_ReviewDiv21.appendChild(TestimonialTree_SubjectDiv21); if (TestimonialTree_Rating21 != '') { TestimonialTree_ReviewDiv21.appendChild(TestimonialTree_RatingLabel121); TestimonialTree_ReviewDiv21.appendChild(TestimonialTree_RatingDiv21); TestimonialTree_ReviewDiv21.appendChild(TestimonialTree_RatingLabel221); } TestimonialTree_ReviewDiv21.appendChild(TestimonialTree_TimeStamp21); TestimonialTree_Div21.appendChild(TestimonialTree_Author21); TestimonialTree_Div21.appendChild(TestimonialTree_TestDiv21); TestimonialTree_Div21.appendChild(TestimonialTree_ReviewDiv21); document.getElementById('TestimonialTree_Widget_49935').appendChild(TestimonialTree_Div21); //Create Parent Div var TestimonialTree_Div22 = document.createElement('div'); TestimonialTree_Div22.className = "TestimonialTree_Container"; TestimonialTree_Div22.setAttribute("itemscope",""); TestimonialTree_Div22.setAttribute("itemtype","https://schema.org/Review"); //Signature var TestimonialTree_Author22 = document.createElement('span'); TestimonialTree_Author22.className = "TestimonialTree_Signature"; TestimonialTree_Author22.setAttribute("itemprop","author"); TestimonialTree_Author22.setAttribute("itemscope",""); TestimonialTree_Author22.setAttribute("itemtype","https://schema.org/Person"); var TestimonialTree_AuthorName22 = document.createElement('span'); TestimonialTree_AuthorName22.className = "TestimonialTree_Signature"; TestimonialTree_AuthorName22.setAttribute("itemprop","name"); TestimonialTree_AuthorName22.innerHTML = 'Tommy Wilkinson'; TestimonialTree_Author22.appendChild(TestimonialTree_AuthorName22); if ('' != '') { var TestimonialTree_Source22 = document.createElement('span'); TestimonialTree_Source22.className = "TestimonialTree_Source"; TestimonialTree_Source22.setAttribute("itemprop","source"); TestimonialTree_Source22.innerHTML = ' on '; TestimonialTree_AuthorName22.appendChild(TestimonialTree_Source22); } //Testimonial var TestimonialTree_TestDiv22 = document.createElement('div'); TestimonialTree_TestDiv22.className = "TestimonialTree_Testimonial"; TestimonialTree_TestDiv22.setAttribute("style","padding-top: 7px"); TestimonialTree_TestDiv22.setAttribute("itemprop","reviewBody"); TestimonialTree_TestDiv22.innerHTML = 'Reanna was very helpful and friendly. While she had suggestions she was never demanding and listened to my concerns.'; //Review Data var TestimonialTree_ReviewDiv22 = document.createElement('div'); TestimonialTree_ReviewDiv22.className = "TestimonialTree_ReviewData"; //Review of var TestimonialTree_SubjectLabel22 = document.createElement('span'); TestimonialTree_SubjectLabel22.innerHTML = 'Testimonial For: '; //Review of var TestimonialTree_SubjectDiv22 = document.createElement('div'); TestimonialTree_SubjectDiv22.setAttribute("itemprop","itemreviewed"); TestimonialTree_SubjectDiv22.setAttribute("itemscope",""); TestimonialTree_SubjectDiv22.setAttribute("style","display: inline"); TestimonialTree_SubjectDiv22.setAttribute("itemtype","https://schema.org/Organization"); var TestimonialTree_SubjectDiv22_name = document.createElement('span'); //TestimonialTree_SubjectDiv22_name.className = "TestimonialTree_ReviewData"; TestimonialTree_SubjectDiv22_name.setAttribute("itemprop","name"); TestimonialTree_SubjectDiv22_name.innerHTML = 'Carpenter Realtors - '; TestimonialTree_SubjectDiv22.appendChild(TestimonialTree_SubjectDiv22_name) //Date var TestimonialTree_TimeStamp22 = document.createElement('time'); //TestimonialTree_TimeStamp22.className = "TestimonialTree_ReviewData"; TestimonialTree_TimeStamp22.setAttribute("itemprop","datePublished"); TestimonialTree_TimeStamp22.setAttribute("datetime","2/8/2024 7:42:45 PM"); TestimonialTree_TimeStamp22.innerHTML = '2/8/2024 7:42:45 PM'; //Rating var TestimonialTree_Rating22 = '5' var TestimonialTree_RatingLabel122 = document.createElement('span'); TestimonialTree_RatingLabel122.innerHTML = 'Rating: '; var TestimonialTree_RatingLabel222 = document.createElement('span'); TestimonialTree_RatingLabel222.innerHTML = ' of 5 - '; var TestimonialTree_RatingDiv22 = document.createElement('span'); TestimonialTree_RatingDiv22.setAttribute("itemprop","reviewRating"); TestimonialTree_RatingDiv22.setAttribute("itemscope",""); TestimonialTree_RatingDiv22.setAttribute("itemtype","https://schema.org/Rating"); var TestimonialTree_RatingValue22 = document.createElement('span'); TestimonialTree_RatingValue22.setAttribute("itemprop","ratingValue"); TestimonialTree_RatingValue22.innerHTML = TestimonialTree_Rating22 + ' '; TestimonialTree_RatingDiv22.appendChild(TestimonialTree_RatingValue22) //Add to DOM TestimonialTree_ReviewDiv22.appendChild(TestimonialTree_SubjectLabel22); TestimonialTree_ReviewDiv22.appendChild(TestimonialTree_SubjectDiv22); if (TestimonialTree_Rating22 != '') { TestimonialTree_ReviewDiv22.appendChild(TestimonialTree_RatingLabel122); TestimonialTree_ReviewDiv22.appendChild(TestimonialTree_RatingDiv22); TestimonialTree_ReviewDiv22.appendChild(TestimonialTree_RatingLabel222); } TestimonialTree_ReviewDiv22.appendChild(TestimonialTree_TimeStamp22); TestimonialTree_Div22.appendChild(TestimonialTree_Author22); TestimonialTree_Div22.appendChild(TestimonialTree_TestDiv22); TestimonialTree_Div22.appendChild(TestimonialTree_ReviewDiv22); document.getElementById('TestimonialTree_Widget_49935').appendChild(TestimonialTree_Div22); //Create Parent Div var TestimonialTree_Div23 = document.createElement('div'); TestimonialTree_Div23.className = "TestimonialTree_Container"; TestimonialTree_Div23.setAttribute("itemscope",""); TestimonialTree_Div23.setAttribute("itemtype","https://schema.org/Review"); //Signature var TestimonialTree_Author23 = document.createElement('span'); TestimonialTree_Author23.className = "TestimonialTree_Signature"; TestimonialTree_Author23.setAttribute("itemprop","author"); TestimonialTree_Author23.setAttribute("itemscope",""); TestimonialTree_Author23.setAttribute("itemtype","https://schema.org/Person"); var TestimonialTree_AuthorName23 = document.createElement('span'); TestimonialTree_AuthorName23.className = "TestimonialTree_Signature"; TestimonialTree_AuthorName23.setAttribute("itemprop","name"); TestimonialTree_AuthorName23.innerHTML = 'Mark Schmitt'; TestimonialTree_Author23.appendChild(TestimonialTree_AuthorName23); if ('' != '') { var TestimonialTree_Source23 = document.createElement('span'); TestimonialTree_Source23.className = "TestimonialTree_Source"; TestimonialTree_Source23.setAttribute("itemprop","source"); TestimonialTree_Source23.innerHTML = ' on '; TestimonialTree_AuthorName23.appendChild(TestimonialTree_Source23); } //Testimonial var TestimonialTree_TestDiv23 = document.createElement('div'); TestimonialTree_TestDiv23.className = "TestimonialTree_Testimonial"; TestimonialTree_TestDiv23.setAttribute("style","padding-top: 7px"); TestimonialTree_TestDiv23.setAttribute("itemprop","reviewBody"); TestimonialTree_TestDiv23.innerHTML = 'There aren\'t enough adjectives to describe Reanna. I think dedicated would be my favorite word to describe her. She is so dedicated to looking, finding, and getting the right house for her clients. She spends so much time to get just the right one. We\'ve used her multiple times and will continue to use and refer her to anyone and everyone I know. She\'s the best!!'; //Review Data var TestimonialTree_ReviewDiv23 = document.createElement('div'); TestimonialTree_ReviewDiv23.className = "TestimonialTree_ReviewData"; //Review of var TestimonialTree_SubjectLabel23 = document.createElement('span'); TestimonialTree_SubjectLabel23.innerHTML = 'Testimonial For: '; //Review of var TestimonialTree_SubjectDiv23 = document.createElement('div'); TestimonialTree_SubjectDiv23.setAttribute("itemprop","itemreviewed"); TestimonialTree_SubjectDiv23.setAttribute("itemscope",""); TestimonialTree_SubjectDiv23.setAttribute("style","display: inline"); TestimonialTree_SubjectDiv23.setAttribute("itemtype","https://schema.org/Organization"); var TestimonialTree_SubjectDiv23_name = document.createElement('span'); //TestimonialTree_SubjectDiv23_name.className = "TestimonialTree_ReviewData"; TestimonialTree_SubjectDiv23_name.setAttribute("itemprop","name"); TestimonialTree_SubjectDiv23_name.innerHTML = 'Carpenter Realtors - '; TestimonialTree_SubjectDiv23.appendChild(TestimonialTree_SubjectDiv23_name) //Date var TestimonialTree_TimeStamp23 = document.createElement('time'); //TestimonialTree_TimeStamp23.className = "TestimonialTree_ReviewData"; TestimonialTree_TimeStamp23.setAttribute("itemprop","datePublished"); TestimonialTree_TimeStamp23.setAttribute("datetime","10/31/2023 12:26:15 PM"); TestimonialTree_TimeStamp23.innerHTML = '10/31/2023 12:26:15 PM'; //Rating var TestimonialTree_Rating23 = '5' var TestimonialTree_RatingLabel123 = document.createElement('span'); TestimonialTree_RatingLabel123.innerHTML = 'Rating: '; var TestimonialTree_RatingLabel223 = document.createElement('span'); TestimonialTree_RatingLabel223.innerHTML = ' of 5 - '; var TestimonialTree_RatingDiv23 = document.createElement('span'); TestimonialTree_RatingDiv23.setAttribute("itemprop","reviewRating"); TestimonialTree_RatingDiv23.setAttribute("itemscope",""); TestimonialTree_RatingDiv23.setAttribute("itemtype","https://schema.org/Rating"); var TestimonialTree_RatingValue23 = document.createElement('span'); TestimonialTree_RatingValue23.setAttribute("itemprop","ratingValue"); TestimonialTree_RatingValue23.innerHTML = TestimonialTree_Rating23 + ' '; TestimonialTree_RatingDiv23.appendChild(TestimonialTree_RatingValue23) //Add to DOM TestimonialTree_ReviewDiv23.appendChild(TestimonialTree_SubjectLabel23); TestimonialTree_ReviewDiv23.appendChild(TestimonialTree_SubjectDiv23); if (TestimonialTree_Rating23 != '') { TestimonialTree_ReviewDiv23.appendChild(TestimonialTree_RatingLabel123); TestimonialTree_ReviewDiv23.appendChild(TestimonialTree_RatingDiv23); TestimonialTree_ReviewDiv23.appendChild(TestimonialTree_RatingLabel223); } TestimonialTree_ReviewDiv23.appendChild(TestimonialTree_TimeStamp23); TestimonialTree_Div23.appendChild(TestimonialTree_Author23); TestimonialTree_Div23.appendChild(TestimonialTree_TestDiv23); TestimonialTree_Div23.appendChild(TestimonialTree_ReviewDiv23); document.getElementById('TestimonialTree_Widget_49935').appendChild(TestimonialTree_Div23); //Create Parent Div var TestimonialTree_Div24 = document.createElement('div'); TestimonialTree_Div24.className = "TestimonialTree_Container"; TestimonialTree_Div24.setAttribute("itemscope",""); TestimonialTree_Div24.setAttribute("itemtype","https://schema.org/Review"); //Signature var TestimonialTree_Author24 = document.createElement('span'); TestimonialTree_Author24.className = "TestimonialTree_Signature"; TestimonialTree_Author24.setAttribute("itemprop","author"); TestimonialTree_Author24.setAttribute("itemscope",""); TestimonialTree_Author24.setAttribute("itemtype","https://schema.org/Person"); var TestimonialTree_AuthorName24 = document.createElement('span'); TestimonialTree_AuthorName24.className = "TestimonialTree_Signature"; TestimonialTree_AuthorName24.setAttribute("itemprop","name"); TestimonialTree_AuthorName24.innerHTML = 'Justin Benge'; TestimonialTree_Author24.appendChild(TestimonialTree_AuthorName24); if ('' != '') { var TestimonialTree_Source24 = document.createElement('span'); TestimonialTree_Source24.className = "TestimonialTree_Source"; TestimonialTree_Source24.setAttribute("itemprop","source"); TestimonialTree_Source24.innerHTML = ' on '; TestimonialTree_AuthorName24.appendChild(TestimonialTree_Source24); } //Testimonial var TestimonialTree_TestDiv24 = document.createElement('div'); TestimonialTree_TestDiv24.className = "TestimonialTree_Testimonial"; TestimonialTree_TestDiv24.setAttribute("style","padding-top: 7px"); TestimonialTree_TestDiv24.setAttribute("itemprop","reviewBody"); TestimonialTree_TestDiv24.innerHTML = 'I\'m with a lender and working with Reanna was fantastic. She walked the buyer through every step of the way and got her under contract very quickly even with the low inventory. She was very communicative with me as well, which doesn\'t always happen in my experience. It takes a team to have a smooth home buying process from start to finish, and that\'s exactly how it went with her. I will be recommending Reanna\'s services to any clients I have buying in an area she services.'; //Review Data var TestimonialTree_ReviewDiv24 = document.createElement('div'); TestimonialTree_ReviewDiv24.className = "TestimonialTree_ReviewData"; //Review of var TestimonialTree_SubjectLabel24 = document.createElement('span'); TestimonialTree_SubjectLabel24.innerHTML = 'Testimonial For: '; //Review of var TestimonialTree_SubjectDiv24 = document.createElement('div'); TestimonialTree_SubjectDiv24.setAttribute("itemprop","itemreviewed"); TestimonialTree_SubjectDiv24.setAttribute("itemscope",""); TestimonialTree_SubjectDiv24.setAttribute("style","display: inline"); TestimonialTree_SubjectDiv24.setAttribute("itemtype","https://schema.org/Organization"); var TestimonialTree_SubjectDiv24_name = document.createElement('span'); //TestimonialTree_SubjectDiv24_name.className = "TestimonialTree_ReviewData"; TestimonialTree_SubjectDiv24_name.setAttribute("itemprop","name"); TestimonialTree_SubjectDiv24_name.innerHTML = 'Carpenter Realtors - '; TestimonialTree_SubjectDiv24.appendChild(TestimonialTree_SubjectDiv24_name) //Date var TestimonialTree_TimeStamp24 = document.createElement('time'); //TestimonialTree_TimeStamp24.className = "TestimonialTree_ReviewData"; TestimonialTree_TimeStamp24.setAttribute("itemprop","datePublished"); TestimonialTree_TimeStamp24.setAttribute("datetime","9/20/2023 7:30:49 PM"); TestimonialTree_TimeStamp24.innerHTML = '9/20/2023 7:30:49 PM'; //Rating var TestimonialTree_Rating24 = '5' var TestimonialTree_RatingLabel124 = document.createElement('span'); TestimonialTree_RatingLabel124.innerHTML = 'Rating: '; var TestimonialTree_RatingLabel224 = document.createElement('span'); TestimonialTree_RatingLabel224.innerHTML = ' of 5 - '; var TestimonialTree_RatingDiv24 = document.createElement('span'); TestimonialTree_RatingDiv24.setAttribute("itemprop","reviewRating"); TestimonialTree_RatingDiv24.setAttribute("itemscope",""); TestimonialTree_RatingDiv24.setAttribute("itemtype","https://schema.org/Rating"); var TestimonialTree_RatingValue24 = document.createElement('span'); TestimonialTree_RatingValue24.setAttribute("itemprop","ratingValue"); TestimonialTree_RatingValue24.innerHTML = TestimonialTree_Rating24 + ' '; TestimonialTree_RatingDiv24.appendChild(TestimonialTree_RatingValue24) //Add to DOM TestimonialTree_ReviewDiv24.appendChild(TestimonialTree_SubjectLabel24); TestimonialTree_ReviewDiv24.appendChild(TestimonialTree_SubjectDiv24); if (TestimonialTree_Rating24 != '') { TestimonialTree_ReviewDiv24.appendChild(TestimonialTree_RatingLabel124); TestimonialTree_ReviewDiv24.appendChild(TestimonialTree_RatingDiv24); TestimonialTree_ReviewDiv24.appendChild(TestimonialTree_RatingLabel224); } TestimonialTree_ReviewDiv24.appendChild(TestimonialTree_TimeStamp24); TestimonialTree_Div24.appendChild(TestimonialTree_Author24); TestimonialTree_Div24.appendChild(TestimonialTree_TestDiv24); TestimonialTree_Div24.appendChild(TestimonialTree_ReviewDiv24); document.getElementById('TestimonialTree_Widget_49935').appendChild(TestimonialTree_Div24); //Create Parent Div var TestimonialTree_Div25 = document.createElement('div'); TestimonialTree_Div25.className = "TestimonialTree_Container"; TestimonialTree_Div25.setAttribute("itemscope",""); TestimonialTree_Div25.setAttribute("itemtype","https://schema.org/Review"); //Signature var TestimonialTree_Author25 = document.createElement('span'); TestimonialTree_Author25.className = "TestimonialTree_Signature"; TestimonialTree_Author25.setAttribute("itemprop","author"); TestimonialTree_Author25.setAttribute("itemscope",""); TestimonialTree_Author25.setAttribute("itemtype","https://schema.org/Person"); var TestimonialTree_AuthorName25 = document.createElement('span'); TestimonialTree_AuthorName25.className = "TestimonialTree_Signature"; TestimonialTree_AuthorName25.setAttribute("itemprop","name"); TestimonialTree_AuthorName25.innerHTML = 'Pauline Amos Sandy Guthrie'; TestimonialTree_Author25.appendChild(TestimonialTree_AuthorName25); if ('' != '') { var TestimonialTree_Source25 = document.createElement('span'); TestimonialTree_Source25.className = "TestimonialTree_Source"; TestimonialTree_Source25.setAttribute("itemprop","source"); TestimonialTree_Source25.innerHTML = ' on '; TestimonialTree_AuthorName25.appendChild(TestimonialTree_Source25); } //Testimonial var TestimonialTree_TestDiv25 = document.createElement('div'); TestimonialTree_TestDiv25.className = "TestimonialTree_Testimonial"; TestimonialTree_TestDiv25.setAttribute("style","padding-top: 7px"); TestimonialTree_TestDiv25.setAttribute("itemprop","reviewBody"); TestimonialTree_TestDiv25.innerHTML = 'She was very helpful. Kep me upon everything happening. She did a great job and I will recommend her to others.'; //Review Data var TestimonialTree_ReviewDiv25 = document.createElement('div'); TestimonialTree_ReviewDiv25.className = "TestimonialTree_ReviewData"; //Review of var TestimonialTree_SubjectLabel25 = document.createElement('span'); TestimonialTree_SubjectLabel25.innerHTML = 'Testimonial For: '; //Review of var TestimonialTree_SubjectDiv25 = document.createElement('div'); TestimonialTree_SubjectDiv25.setAttribute("itemprop","itemreviewed"); TestimonialTree_SubjectDiv25.setAttribute("itemscope",""); TestimonialTree_SubjectDiv25.setAttribute("style","display: inline"); TestimonialTree_SubjectDiv25.setAttribute("itemtype","https://schema.org/Organization"); var TestimonialTree_SubjectDiv25_name = document.createElement('span'); //TestimonialTree_SubjectDiv25_name.className = "TestimonialTree_ReviewData"; TestimonialTree_SubjectDiv25_name.setAttribute("itemprop","name"); TestimonialTree_SubjectDiv25_name.innerHTML = 'Carpenter Realtors - '; TestimonialTree_SubjectDiv25.appendChild(TestimonialTree_SubjectDiv25_name) //Date var TestimonialTree_TimeStamp25 = document.createElement('time'); //TestimonialTree_TimeStamp25.className = "TestimonialTree_ReviewData"; TestimonialTree_TimeStamp25.setAttribute("itemprop","datePublished"); TestimonialTree_TimeStamp25.setAttribute("datetime","8/10/2023 12:20:59 PM"); TestimonialTree_TimeStamp25.innerHTML = '8/10/2023 12:20:59 PM'; //Rating var TestimonialTree_Rating25 = '5' var TestimonialTree_RatingLabel125 = document.createElement('span'); TestimonialTree_RatingLabel125.innerHTML = 'Rating: '; var TestimonialTree_RatingLabel225 = document.createElement('span'); TestimonialTree_RatingLabel225.innerHTML = ' of 5 - '; var TestimonialTree_RatingDiv25 = document.createElement('span'); TestimonialTree_RatingDiv25.setAttribute("itemprop","reviewRating"); TestimonialTree_RatingDiv25.setAttribute("itemscope",""); TestimonialTree_RatingDiv25.setAttribute("itemtype","https://schema.org/Rating"); var TestimonialTree_RatingValue25 = document.createElement('span'); TestimonialTree_RatingValue25.setAttribute("itemprop","ratingValue"); TestimonialTree_RatingValue25.innerHTML = TestimonialTree_Rating25 + ' '; TestimonialTree_RatingDiv25.appendChild(TestimonialTree_RatingValue25) //Add to DOM TestimonialTree_ReviewDiv25.appendChild(TestimonialTree_SubjectLabel25); TestimonialTree_ReviewDiv25.appendChild(TestimonialTree_SubjectDiv25); if (TestimonialTree_Rating25 != '') { TestimonialTree_ReviewDiv25.appendChild(TestimonialTree_RatingLabel125); TestimonialTree_ReviewDiv25.appendChild(TestimonialTree_RatingDiv25); TestimonialTree_ReviewDiv25.appendChild(TestimonialTree_RatingLabel225); } TestimonialTree_ReviewDiv25.appendChild(TestimonialTree_TimeStamp25); TestimonialTree_Div25.appendChild(TestimonialTree_Author25); TestimonialTree_Div25.appendChild(TestimonialTree_TestDiv25); TestimonialTree_Div25.appendChild(TestimonialTree_ReviewDiv25); document.getElementById('TestimonialTree_Widget_49935').appendChild(TestimonialTree_Div25); //Create Parent Div var TestimonialTree_Div26 = document.createElement('div'); TestimonialTree_Div26.className = "TestimonialTree_Container"; TestimonialTree_Div26.setAttribute("itemscope",""); TestimonialTree_Div26.setAttribute("itemtype","https://schema.org/Review"); //Signature var TestimonialTree_Author26 = document.createElement('span'); TestimonialTree_Author26.className = "TestimonialTree_Signature"; TestimonialTree_Author26.setAttribute("itemprop","author"); TestimonialTree_Author26.setAttribute("itemscope",""); TestimonialTree_Author26.setAttribute("itemtype","https://schema.org/Person"); var TestimonialTree_AuthorName26 = document.createElement('span'); TestimonialTree_AuthorName26.className = "TestimonialTree_Signature"; TestimonialTree_AuthorName26.setAttribute("itemprop","name"); TestimonialTree_AuthorName26.innerHTML = 'Susan Heiden'; TestimonialTree_Author26.appendChild(TestimonialTree_AuthorName26); if ('' != '') { var TestimonialTree_Source26 = document.createElement('span'); TestimonialTree_Source26.className = "TestimonialTree_Source"; TestimonialTree_Source26.setAttribute("itemprop","source"); TestimonialTree_Source26.innerHTML = ' on '; TestimonialTree_AuthorName26.appendChild(TestimonialTree_Source26); } //Testimonial var TestimonialTree_TestDiv26 = document.createElement('div'); TestimonialTree_TestDiv26.className = "TestimonialTree_Testimonial"; TestimonialTree_TestDiv26.setAttribute("style","padding-top: 7px"); TestimonialTree_TestDiv26.setAttribute("itemprop","reviewBody"); TestimonialTree_TestDiv26.innerHTML = 'Reanna is phenomenal! She is highly professional and knows the market so well. A year ago we had used her to sell my mother\u0092s 63 year old home. It all worked exactly as she said. This time we were selling our 19 year old condo. She told us exactly how to stage and price it. We had an above-listing price offer the first day! Reanna responds quickly to texts and phone calls. She kept us informed every step of the way. She also worked closely and well with the buyer\u0092s agent. Highly recommend!'; //Review Data var TestimonialTree_ReviewDiv26 = document.createElement('div'); TestimonialTree_ReviewDiv26.className = "TestimonialTree_ReviewData"; //Review of var TestimonialTree_SubjectLabel26 = document.createElement('span'); TestimonialTree_SubjectLabel26.innerHTML = 'Testimonial For: '; //Review of var TestimonialTree_SubjectDiv26 = document.createElement('div'); TestimonialTree_SubjectDiv26.setAttribute("itemprop","itemreviewed"); TestimonialTree_SubjectDiv26.setAttribute("itemscope",""); TestimonialTree_SubjectDiv26.setAttribute("style","display: inline"); TestimonialTree_SubjectDiv26.setAttribute("itemtype","https://schema.org/Organization"); var TestimonialTree_SubjectDiv26_name = document.createElement('span'); //TestimonialTree_SubjectDiv26_name.className = "TestimonialTree_ReviewData"; TestimonialTree_SubjectDiv26_name.setAttribute("itemprop","name"); TestimonialTree_SubjectDiv26_name.innerHTML = 'Carpenter Realtors - '; TestimonialTree_SubjectDiv26.appendChild(TestimonialTree_SubjectDiv26_name) //Date var TestimonialTree_TimeStamp26 = document.createElement('time'); //TestimonialTree_TimeStamp26.className = "TestimonialTree_ReviewData"; TestimonialTree_TimeStamp26.setAttribute("itemprop","datePublished"); TestimonialTree_TimeStamp26.setAttribute("datetime","8/8/2023 12:29:31 PM"); TestimonialTree_TimeStamp26.innerHTML = '8/8/2023 12:29:31 PM'; //Rating var TestimonialTree_Rating26 = '5' var TestimonialTree_RatingLabel126 = document.createElement('span'); TestimonialTree_RatingLabel126.innerHTML = 'Rating: '; var TestimonialTree_RatingLabel226 = document.createElement('span'); TestimonialTree_RatingLabel226.innerHTML = ' of 5 - '; var TestimonialTree_RatingDiv26 = document.createElement('span'); TestimonialTree_RatingDiv26.setAttribute("itemprop","reviewRating"); TestimonialTree_RatingDiv26.setAttribute("itemscope",""); TestimonialTree_RatingDiv26.setAttribute("itemtype","https://schema.org/Rating"); var TestimonialTree_RatingValue26 = document.createElement('span'); TestimonialTree_RatingValue26.setAttribute("itemprop","ratingValue"); TestimonialTree_RatingValue26.innerHTML = TestimonialTree_Rating26 + ' '; TestimonialTree_RatingDiv26.appendChild(TestimonialTree_RatingValue26) //Add to DOM TestimonialTree_ReviewDiv26.appendChild(TestimonialTree_SubjectLabel26); TestimonialTree_ReviewDiv26.appendChild(TestimonialTree_SubjectDiv26); if (TestimonialTree_Rating26 != '') { TestimonialTree_ReviewDiv26.appendChild(TestimonialTree_RatingLabel126); TestimonialTree_ReviewDiv26.appendChild(TestimonialTree_RatingDiv26); TestimonialTree_ReviewDiv26.appendChild(TestimonialTree_RatingLabel226); } TestimonialTree_ReviewDiv26.appendChild(TestimonialTree_TimeStamp26); TestimonialTree_Div26.appendChild(TestimonialTree_Author26); TestimonialTree_Div26.appendChild(TestimonialTree_TestDiv26); TestimonialTree_Div26.appendChild(TestimonialTree_ReviewDiv26); document.getElementById('TestimonialTree_Widget_49935').appendChild(TestimonialTree_Div26); //Create Parent Div var TestimonialTree_Div27 = document.createElement('div'); TestimonialTree_Div27.className = "TestimonialTree_Container"; TestimonialTree_Div27.setAttribute("itemscope",""); TestimonialTree_Div27.setAttribute("itemtype","https://schema.org/Review"); //Signature var TestimonialTree_Author27 = document.createElement('span'); TestimonialTree_Author27.className = "TestimonialTree_Signature"; TestimonialTree_Author27.setAttribute("itemprop","author"); TestimonialTree_Author27.setAttribute("itemscope",""); TestimonialTree_Author27.setAttribute("itemtype","https://schema.org/Person"); var TestimonialTree_AuthorName27 = document.createElement('span'); TestimonialTree_AuthorName27.className = "TestimonialTree_Signature"; TestimonialTree_AuthorName27.setAttribute("itemprop","name"); TestimonialTree_AuthorName27.innerHTML = 'Angela Swafford Thomas'; TestimonialTree_Author27.appendChild(TestimonialTree_AuthorName27); if ('' != '') { var TestimonialTree_Source27 = document.createElement('span'); TestimonialTree_Source27.className = "TestimonialTree_Source"; TestimonialTree_Source27.setAttribute("itemprop","source"); TestimonialTree_Source27.innerHTML = ' on '; TestimonialTree_AuthorName27.appendChild(TestimonialTree_Source27); } //Testimonial var TestimonialTree_TestDiv27 = document.createElement('div'); TestimonialTree_TestDiv27.className = "TestimonialTree_Testimonial"; TestimonialTree_TestDiv27.setAttribute("style","padding-top: 7px"); TestimonialTree_TestDiv27.setAttribute("itemprop","reviewBody"); TestimonialTree_TestDiv27.innerHTML = 'Reanna did a wonderful job helping me sell my home. I had an offer on it in just 1 day. She helped answer questions for us on the buying and selling aspects of the process. She helped me and my family find a new home that suited all of our criteria we were needing in a new home. You definitely can tell with her 14 years of being a realtor that she has a lot of knowledge about her profession. And she gives it her all to assist her clients. She is very friendly and professional. I would highly recommend her to any of my friends and family needing assistance with buying or selling a home. '; //Review Data var TestimonialTree_ReviewDiv27 = document.createElement('div'); TestimonialTree_ReviewDiv27.className = "TestimonialTree_ReviewData"; //Review of var TestimonialTree_SubjectLabel27 = document.createElement('span'); TestimonialTree_SubjectLabel27.innerHTML = 'Testimonial For: '; //Review of var TestimonialTree_SubjectDiv27 = document.createElement('div'); TestimonialTree_SubjectDiv27.setAttribute("itemprop","itemreviewed"); TestimonialTree_SubjectDiv27.setAttribute("itemscope",""); TestimonialTree_SubjectDiv27.setAttribute("style","display: inline"); TestimonialTree_SubjectDiv27.setAttribute("itemtype","https://schema.org/Organization"); var TestimonialTree_SubjectDiv27_name = document.createElement('span'); //TestimonialTree_SubjectDiv27_name.className = "TestimonialTree_ReviewData"; TestimonialTree_SubjectDiv27_name.setAttribute("itemprop","name"); TestimonialTree_SubjectDiv27_name.innerHTML = 'Carpenter Realtors - '; TestimonialTree_SubjectDiv27.appendChild(TestimonialTree_SubjectDiv27_name) //Date var TestimonialTree_TimeStamp27 = document.createElement('time'); //TestimonialTree_TimeStamp27.className = "TestimonialTree_ReviewData"; TestimonialTree_TimeStamp27.setAttribute("itemprop","datePublished"); TestimonialTree_TimeStamp27.setAttribute("datetime","7/29/2023 12:28:24 PM"); TestimonialTree_TimeStamp27.innerHTML = '7/29/2023 12:28:24 PM'; //Rating var TestimonialTree_Rating27 = '5' var TestimonialTree_RatingLabel127 = document.createElement('span'); TestimonialTree_RatingLabel127.innerHTML = 'Rating: '; var TestimonialTree_RatingLabel227 = document.createElement('span'); TestimonialTree_RatingLabel227.innerHTML = ' of 5 - '; var TestimonialTree_RatingDiv27 = document.createElement('span'); TestimonialTree_RatingDiv27.setAttribute("itemprop","reviewRating"); TestimonialTree_RatingDiv27.setAttribute("itemscope",""); TestimonialTree_RatingDiv27.setAttribute("itemtype","https://schema.org/Rating"); var TestimonialTree_RatingValue27 = document.createElement('span'); TestimonialTree_RatingValue27.setAttribute("itemprop","ratingValue"); TestimonialTree_RatingValue27.innerHTML = TestimonialTree_Rating27 + ' '; TestimonialTree_RatingDiv27.appendChild(TestimonialTree_RatingValue27) //Add to DOM TestimonialTree_ReviewDiv27.appendChild(TestimonialTree_SubjectLabel27); TestimonialTree_ReviewDiv27.appendChild(TestimonialTree_SubjectDiv27); if (TestimonialTree_Rating27 != '') { TestimonialTree_ReviewDiv27.appendChild(TestimonialTree_RatingLabel127); TestimonialTree_ReviewDiv27.appendChild(TestimonialTree_RatingDiv27); TestimonialTree_ReviewDiv27.appendChild(TestimonialTree_RatingLabel227); } TestimonialTree_ReviewDiv27.appendChild(TestimonialTree_TimeStamp27); TestimonialTree_Div27.appendChild(TestimonialTree_Author27); TestimonialTree_Div27.appendChild(TestimonialTree_TestDiv27); TestimonialTree_Div27.appendChild(TestimonialTree_ReviewDiv27); document.getElementById('TestimonialTree_Widget_49935').appendChild(TestimonialTree_Div27); //Create Parent Div var TestimonialTree_Div28 = document.createElement('div'); TestimonialTree_Div28.className = "TestimonialTree_Container"; TestimonialTree_Div28.setAttribute("itemscope",""); TestimonialTree_Div28.setAttribute("itemtype","https://schema.org/Review"); //Signature var TestimonialTree_Author28 = document.createElement('span'); TestimonialTree_Author28.className = "TestimonialTree_Signature"; TestimonialTree_Author28.setAttribute("itemprop","author"); TestimonialTree_Author28.setAttribute("itemscope",""); TestimonialTree_Author28.setAttribute("itemtype","https://schema.org/Person"); var TestimonialTree_AuthorName28 = document.createElement('span'); TestimonialTree_AuthorName28.className = "TestimonialTree_Signature"; TestimonialTree_AuthorName28.setAttribute("itemprop","name"); TestimonialTree_AuthorName28.innerHTML = 'Hudson Rathert'; TestimonialTree_Author28.appendChild(TestimonialTree_AuthorName28); if ('' != '') { var TestimonialTree_Source28 = document.createElement('span'); TestimonialTree_Source28.className = "TestimonialTree_Source"; TestimonialTree_Source28.setAttribute("itemprop","source"); TestimonialTree_Source28.innerHTML = ' on '; TestimonialTree_AuthorName28.appendChild(TestimonialTree_Source28); } //Testimonial var TestimonialTree_TestDiv28 = document.createElement('div'); TestimonialTree_TestDiv28.className = "TestimonialTree_Testimonial"; TestimonialTree_TestDiv28.setAttribute("style","padding-top: 7px"); TestimonialTree_TestDiv28.setAttribute("itemprop","reviewBody"); TestimonialTree_TestDiv28.innerHTML = 'Reanna Southard is a very awesome realtor. She helped me if I had an problems or questions right away. Definitely will use her again in the future.'; //Review Data var TestimonialTree_ReviewDiv28 = document.createElement('div'); TestimonialTree_ReviewDiv28.className = "TestimonialTree_ReviewData"; //Review of var TestimonialTree_SubjectLabel28 = document.createElement('span'); TestimonialTree_SubjectLabel28.innerHTML = 'Testimonial For: '; //Review of var TestimonialTree_SubjectDiv28 = document.createElement('div'); TestimonialTree_SubjectDiv28.setAttribute("itemprop","itemreviewed"); TestimonialTree_SubjectDiv28.setAttribute("itemscope",""); TestimonialTree_SubjectDiv28.setAttribute("style","display: inline"); TestimonialTree_SubjectDiv28.setAttribute("itemtype","https://schema.org/Organization"); var TestimonialTree_SubjectDiv28_name = document.createElement('span'); //TestimonialTree_SubjectDiv28_name.className = "TestimonialTree_ReviewData"; TestimonialTree_SubjectDiv28_name.setAttribute("itemprop","name"); TestimonialTree_SubjectDiv28_name.innerHTML = 'Carpenter Realtors - '; TestimonialTree_SubjectDiv28.appendChild(TestimonialTree_SubjectDiv28_name) //Date var TestimonialTree_TimeStamp28 = document.createElement('time'); //TestimonialTree_TimeStamp28.className = "TestimonialTree_ReviewData"; TestimonialTree_TimeStamp28.setAttribute("itemprop","datePublished"); TestimonialTree_TimeStamp28.setAttribute("datetime","7/7/2023 1:13:09 PM"); TestimonialTree_TimeStamp28.innerHTML = '7/7/2023 1:13:09 PM'; //Rating var TestimonialTree_Rating28 = '5' var TestimonialTree_RatingLabel128 = document.createElement('span'); TestimonialTree_RatingLabel128.innerHTML = 'Rating: '; var TestimonialTree_RatingLabel228 = document.createElement('span'); TestimonialTree_RatingLabel228.innerHTML = ' of 5 - '; var TestimonialTree_RatingDiv28 = document.createElement('span'); TestimonialTree_RatingDiv28.setAttribute("itemprop","reviewRating"); TestimonialTree_RatingDiv28.setAttribute("itemscope",""); TestimonialTree_RatingDiv28.setAttribute("itemtype","https://schema.org/Rating"); var TestimonialTree_RatingValue28 = document.createElement('span'); TestimonialTree_RatingValue28.setAttribute("itemprop","ratingValue"); TestimonialTree_RatingValue28.innerHTML = TestimonialTree_Rating28 + ' '; TestimonialTree_RatingDiv28.appendChild(TestimonialTree_RatingValue28) //Add to DOM TestimonialTree_ReviewDiv28.appendChild(TestimonialTree_SubjectLabel28); TestimonialTree_ReviewDiv28.appendChild(TestimonialTree_SubjectDiv28); if (TestimonialTree_Rating28 != '') { TestimonialTree_ReviewDiv28.appendChild(TestimonialTree_RatingLabel128); TestimonialTree_ReviewDiv28.appendChild(TestimonialTree_RatingDiv28); TestimonialTree_ReviewDiv28.appendChild(TestimonialTree_RatingLabel228); } TestimonialTree_ReviewDiv28.appendChild(TestimonialTree_TimeStamp28); TestimonialTree_Div28.appendChild(TestimonialTree_Author28); TestimonialTree_Div28.appendChild(TestimonialTree_TestDiv28); TestimonialTree_Div28.appendChild(TestimonialTree_ReviewDiv28); document.getElementById('TestimonialTree_Widget_49935').appendChild(TestimonialTree_Div28); //Create Parent Div var TestimonialTree_Div29 = document.createElement('div'); TestimonialTree_Div29.className = "TestimonialTree_Container"; TestimonialTree_Div29.setAttribute("itemscope",""); TestimonialTree_Div29.setAttribute("itemtype","https://schema.org/Review"); //Signature var TestimonialTree_Author29 = document.createElement('span'); TestimonialTree_Author29.className = "TestimonialTree_Signature"; TestimonialTree_Author29.setAttribute("itemprop","author"); TestimonialTree_Author29.setAttribute("itemscope",""); TestimonialTree_Author29.setAttribute("itemtype","https://schema.org/Person"); var TestimonialTree_AuthorName29 = document.createElement('span'); TestimonialTree_AuthorName29.className = "TestimonialTree_Signature"; TestimonialTree_AuthorName29.setAttribute("itemprop","name"); TestimonialTree_AuthorName29.innerHTML = 'Derek Kissane'; TestimonialTree_Author29.appendChild(TestimonialTree_AuthorName29); if ('' != '') { var TestimonialTree_Source29 = document.createElement('span'); TestimonialTree_Source29.className = "TestimonialTree_Source"; TestimonialTree_Source29.setAttribute("itemprop","source"); TestimonialTree_Source29.innerHTML = ' on '; TestimonialTree_AuthorName29.appendChild(TestimonialTree_Source29); } //Testimonial var TestimonialTree_TestDiv29 = document.createElement('div'); TestimonialTree_TestDiv29.className = "TestimonialTree_Testimonial"; TestimonialTree_TestDiv29.setAttribute("style","padding-top: 7px"); TestimonialTree_TestDiv29.setAttribute("itemprop","reviewBody"); TestimonialTree_TestDiv29.innerHTML = 'The best realtor I could have ever asked for. They held my hand every step of they way, couldn\u0092t have been easier. I can\u0092t imagine ever using anyone else. I would rate them at A++!'; //Review Data var TestimonialTree_ReviewDiv29 = document.createElement('div'); TestimonialTree_ReviewDiv29.className = "TestimonialTree_ReviewData"; //Review of var TestimonialTree_SubjectLabel29 = document.createElement('span'); TestimonialTree_SubjectLabel29.innerHTML = 'Testimonial For: '; //Review of var TestimonialTree_SubjectDiv29 = document.createElement('div'); TestimonialTree_SubjectDiv29.setAttribute("itemprop","itemreviewed"); TestimonialTree_SubjectDiv29.setAttribute("itemscope",""); TestimonialTree_SubjectDiv29.setAttribute("style","display: inline"); TestimonialTree_SubjectDiv29.setAttribute("itemtype","https://schema.org/Organization"); var TestimonialTree_SubjectDiv29_name = document.createElement('span'); //TestimonialTree_SubjectDiv29_name.className = "TestimonialTree_ReviewData"; TestimonialTree_SubjectDiv29_name.setAttribute("itemprop","name"); TestimonialTree_SubjectDiv29_name.innerHTML = 'Carpenter Realtors - '; TestimonialTree_SubjectDiv29.appendChild(TestimonialTree_SubjectDiv29_name) //Date var TestimonialTree_TimeStamp29 = document.createElement('time'); //TestimonialTree_TimeStamp29.className = "TestimonialTree_ReviewData"; TestimonialTree_TimeStamp29.setAttribute("itemprop","datePublished"); TestimonialTree_TimeStamp29.setAttribute("datetime","5/19/2023 2:38:39 PM"); TestimonialTree_TimeStamp29.innerHTML = '5/19/2023 2:38:39 PM'; //Rating var TestimonialTree_Rating29 = '5' var TestimonialTree_RatingLabel129 = document.createElement('span'); TestimonialTree_RatingLabel129.innerHTML = 'Rating: '; var TestimonialTree_RatingLabel229 = document.createElement('span'); TestimonialTree_RatingLabel229.innerHTML = ' of 5 - '; var TestimonialTree_RatingDiv29 = document.createElement('span'); TestimonialTree_RatingDiv29.setAttribute("itemprop","reviewRating"); TestimonialTree_RatingDiv29.setAttribute("itemscope",""); TestimonialTree_RatingDiv29.setAttribute("itemtype","https://schema.org/Rating"); var TestimonialTree_RatingValue29 = document.createElement('span'); TestimonialTree_RatingValue29.setAttribute("itemprop","ratingValue"); TestimonialTree_RatingValue29.innerHTML = TestimonialTree_Rating29 + ' '; TestimonialTree_RatingDiv29.appendChild(TestimonialTree_RatingValue29) //Add to DOM TestimonialTree_ReviewDiv29.appendChild(TestimonialTree_SubjectLabel29); TestimonialTree_ReviewDiv29.appendChild(TestimonialTree_SubjectDiv29); if (TestimonialTree_Rating29 != '') { TestimonialTree_ReviewDiv29.appendChild(TestimonialTree_RatingLabel129); TestimonialTree_ReviewDiv29.appendChild(TestimonialTree_RatingDiv29); TestimonialTree_ReviewDiv29.appendChild(TestimonialTree_RatingLabel229); } TestimonialTree_ReviewDiv29.appendChild(TestimonialTree_TimeStamp29); TestimonialTree_Div29.appendChild(TestimonialTree_Author29); TestimonialTree_Div29.appendChild(TestimonialTree_TestDiv29); TestimonialTree_Div29.appendChild(TestimonialTree_ReviewDiv29); document.getElementById('TestimonialTree_Widget_49935').appendChild(TestimonialTree_Div29); //Create Parent Div var TestimonialTree_Div30 = document.createElement('div'); TestimonialTree_Div30.className = "TestimonialTree_Container"; TestimonialTree_Div30.setAttribute("itemscope",""); TestimonialTree_Div30.setAttribute("itemtype","https://schema.org/Review"); //Signature var TestimonialTree_Author30 = document.createElement('span'); TestimonialTree_Author30.className = "TestimonialTree_Signature"; TestimonialTree_Author30.setAttribute("itemprop","author"); TestimonialTree_Author30.setAttribute("itemscope",""); TestimonialTree_Author30.setAttribute("itemtype","https://schema.org/Person"); var TestimonialTree_AuthorName30 = document.createElement('span'); TestimonialTree_AuthorName30.className = "TestimonialTree_Signature"; TestimonialTree_AuthorName30.setAttribute("itemprop","name"); TestimonialTree_AuthorName30.innerHTML = 'Nova Guffey'; TestimonialTree_Author30.appendChild(TestimonialTree_AuthorName30); if ('' != '') { var TestimonialTree_Source30 = document.createElement('span'); TestimonialTree_Source30.className = "TestimonialTree_Source"; TestimonialTree_Source30.setAttribute("itemprop","source"); TestimonialTree_Source30.innerHTML = ' on '; TestimonialTree_AuthorName30.appendChild(TestimonialTree_Source30); } //Testimonial var TestimonialTree_TestDiv30 = document.createElement('div'); TestimonialTree_TestDiv30.className = "TestimonialTree_Testimonial"; TestimonialTree_TestDiv30.setAttribute("style","padding-top: 7px"); TestimonialTree_TestDiv30.setAttribute("itemprop","reviewBody"); TestimonialTree_TestDiv30.innerHTML = 'Reanna is fantastic. I will be recommending her to everyone I know who is looking to buy or sale a home. I\'m so glad I met her.'; //Review Data var TestimonialTree_ReviewDiv30 = document.createElement('div'); TestimonialTree_ReviewDiv30.className = "TestimonialTree_ReviewData"; //Review of var TestimonialTree_SubjectLabel30 = document.createElement('span'); TestimonialTree_SubjectLabel30.innerHTML = 'Testimonial For: '; //Review of var TestimonialTree_SubjectDiv30 = document.createElement('div'); TestimonialTree_SubjectDiv30.setAttribute("itemprop","itemreviewed"); TestimonialTree_SubjectDiv30.setAttribute("itemscope",""); TestimonialTree_SubjectDiv30.setAttribute("style","display: inline"); TestimonialTree_SubjectDiv30.setAttribute("itemtype","https://schema.org/Organization"); var TestimonialTree_SubjectDiv30_name = document.createElement('span'); //TestimonialTree_SubjectDiv30_name.className = "TestimonialTree_ReviewData"; TestimonialTree_SubjectDiv30_name.setAttribute("itemprop","name"); TestimonialTree_SubjectDiv30_name.innerHTML = 'Carpenter Realtors - '; TestimonialTree_SubjectDiv30.appendChild(TestimonialTree_SubjectDiv30_name) //Date var TestimonialTree_TimeStamp30 = document.createElement('time'); //TestimonialTree_TimeStamp30.className = "TestimonialTree_ReviewData"; TestimonialTree_TimeStamp30.setAttribute("itemprop","datePublished"); TestimonialTree_TimeStamp30.setAttribute("datetime","4/22/2023 2:16:15 PM"); TestimonialTree_TimeStamp30.innerHTML = '4/22/2023 2:16:15 PM'; //Rating var TestimonialTree_Rating30 = '5' var TestimonialTree_RatingLabel130 = document.createElement('span'); TestimonialTree_RatingLabel130.innerHTML = 'Rating: '; var TestimonialTree_RatingLabel230 = document.createElement('span'); TestimonialTree_RatingLabel230.innerHTML = ' of 5 - '; var TestimonialTree_RatingDiv30 = document.createElement('span'); TestimonialTree_RatingDiv30.setAttribute("itemprop","reviewRating"); TestimonialTree_RatingDiv30.setAttribute("itemscope",""); TestimonialTree_RatingDiv30.setAttribute("itemtype","https://schema.org/Rating"); var TestimonialTree_RatingValue30 = document.createElement('span'); TestimonialTree_RatingValue30.setAttribute("itemprop","ratingValue"); TestimonialTree_RatingValue30.innerHTML = TestimonialTree_Rating30 + ' '; TestimonialTree_RatingDiv30.appendChild(TestimonialTree_RatingValue30) //Add to DOM TestimonialTree_ReviewDiv30.appendChild(TestimonialTree_SubjectLabel30); TestimonialTree_ReviewDiv30.appendChild(TestimonialTree_SubjectDiv30); if (TestimonialTree_Rating30 != '') { TestimonialTree_ReviewDiv30.appendChild(TestimonialTree_RatingLabel130); TestimonialTree_ReviewDiv30.appendChild(TestimonialTree_RatingDiv30); TestimonialTree_ReviewDiv30.appendChild(TestimonialTree_RatingLabel230); } TestimonialTree_ReviewDiv30.appendChild(TestimonialTree_TimeStamp30); TestimonialTree_Div30.appendChild(TestimonialTree_Author30); TestimonialTree_Div30.appendChild(TestimonialTree_TestDiv30); TestimonialTree_Div30.appendChild(TestimonialTree_ReviewDiv30); document.getElementById('TestimonialTree_Widget_49935').appendChild(TestimonialTree_Div30); //Create Parent Div var TestimonialTree_Div31 = document.createElement('div'); TestimonialTree_Div31.className = "TestimonialTree_Container"; TestimonialTree_Div31.setAttribute("itemscope",""); TestimonialTree_Div31.setAttribute("itemtype","https://schema.org/Review"); //Signature var TestimonialTree_Author31 = document.createElement('span'); TestimonialTree_Author31.className = "TestimonialTree_Signature"; TestimonialTree_Author31.setAttribute("itemprop","author"); TestimonialTree_Author31.setAttribute("itemscope",""); TestimonialTree_Author31.setAttribute("itemtype","https://schema.org/Person"); var TestimonialTree_AuthorName31 = document.createElement('span'); TestimonialTree_AuthorName31.className = "TestimonialTree_Signature"; TestimonialTree_AuthorName31.setAttribute("itemprop","name"); TestimonialTree_AuthorName31.innerHTML = 'Jeanette Guthrie'; TestimonialTree_Author31.appendChild(TestimonialTree_AuthorName31); if ('' != '') { var TestimonialTree_Source31 = document.createElement('span'); TestimonialTree_Source31.className = "TestimonialTree_Source"; TestimonialTree_Source31.setAttribute("itemprop","source"); TestimonialTree_Source31.innerHTML = ' on '; TestimonialTree_AuthorName31.appendChild(TestimonialTree_Source31); } //Testimonial var TestimonialTree_TestDiv31 = document.createElement('div'); TestimonialTree_TestDiv31.className = "TestimonialTree_Testimonial"; TestimonialTree_TestDiv31.setAttribute("style","padding-top: 7px"); TestimonialTree_TestDiv31.setAttribute("itemprop","reviewBody"); TestimonialTree_TestDiv31.innerHTML = 'Reanna kept me updated & was good at explaining the whole sales process. '; //Review Data var TestimonialTree_ReviewDiv31 = document.createElement('div'); TestimonialTree_ReviewDiv31.className = "TestimonialTree_ReviewData"; //Review of var TestimonialTree_SubjectLabel31 = document.createElement('span'); TestimonialTree_SubjectLabel31.innerHTML = 'Testimonial For: '; //Review of var TestimonialTree_SubjectDiv31 = document.createElement('div'); TestimonialTree_SubjectDiv31.setAttribute("itemprop","itemreviewed"); TestimonialTree_SubjectDiv31.setAttribute("itemscope",""); TestimonialTree_SubjectDiv31.setAttribute("style","display: inline"); TestimonialTree_SubjectDiv31.setAttribute("itemtype","https://schema.org/Organization"); var TestimonialTree_SubjectDiv31_name = document.createElement('span'); //TestimonialTree_SubjectDiv31_name.className = "TestimonialTree_ReviewData"; TestimonialTree_SubjectDiv31_name.setAttribute("itemprop","name"); TestimonialTree_SubjectDiv31_name.innerHTML = 'Carpenter Realtors - '; TestimonialTree_SubjectDiv31.appendChild(TestimonialTree_SubjectDiv31_name) //Date var TestimonialTree_TimeStamp31 = document.createElement('time'); //TestimonialTree_TimeStamp31.className = "TestimonialTree_ReviewData"; TestimonialTree_TimeStamp31.setAttribute("itemprop","datePublished"); TestimonialTree_TimeStamp31.setAttribute("datetime","2/24/2023 10:46:55 PM"); TestimonialTree_TimeStamp31.innerHTML = '2/24/2023 10:46:55 PM'; //Rating var TestimonialTree_Rating31 = '5' var TestimonialTree_RatingLabel131 = document.createElement('span'); TestimonialTree_RatingLabel131.innerHTML = 'Rating: '; var TestimonialTree_RatingLabel231 = document.createElement('span'); TestimonialTree_RatingLabel231.innerHTML = ' of 5 - '; var TestimonialTree_RatingDiv31 = document.createElement('span'); TestimonialTree_RatingDiv31.setAttribute("itemprop","reviewRating"); TestimonialTree_RatingDiv31.setAttribute("itemscope",""); TestimonialTree_RatingDiv31.setAttribute("itemtype","https://schema.org/Rating"); var TestimonialTree_RatingValue31 = document.createElement('span'); TestimonialTree_RatingValue31.setAttribute("itemprop","ratingValue"); TestimonialTree_RatingValue31.innerHTML = TestimonialTree_Rating31 + ' '; TestimonialTree_RatingDiv31.appendChild(TestimonialTree_RatingValue31) //Add to DOM TestimonialTree_ReviewDiv31.appendChild(TestimonialTree_SubjectLabel31); TestimonialTree_ReviewDiv31.appendChild(TestimonialTree_SubjectDiv31); if (TestimonialTree_Rating31 != '') { TestimonialTree_ReviewDiv31.appendChild(TestimonialTree_RatingLabel131); TestimonialTree_ReviewDiv31.appendChild(TestimonialTree_RatingDiv31); TestimonialTree_ReviewDiv31.appendChild(TestimonialTree_RatingLabel231); } TestimonialTree_ReviewDiv31.appendChild(TestimonialTree_TimeStamp31); TestimonialTree_Div31.appendChild(TestimonialTree_Author31); TestimonialTree_Div31.appendChild(TestimonialTree_TestDiv31); TestimonialTree_Div31.appendChild(TestimonialTree_ReviewDiv31); document.getElementById('TestimonialTree_Widget_49935').appendChild(TestimonialTree_Div31); //Create Parent Div var TestimonialTree_Div32 = document.createElement('div'); TestimonialTree_Div32.className = "TestimonialTree_Container"; TestimonialTree_Div32.setAttribute("itemscope",""); TestimonialTree_Div32.setAttribute("itemtype","https://schema.org/Review"); //Signature var TestimonialTree_Author32 = document.createElement('span'); TestimonialTree_Author32.className = "TestimonialTree_Signature"; TestimonialTree_Author32.setAttribute("itemprop","author"); TestimonialTree_Author32.setAttribute("itemscope",""); TestimonialTree_Author32.setAttribute("itemtype","https://schema.org/Person"); var TestimonialTree_AuthorName32 = document.createElement('span'); TestimonialTree_AuthorName32.className = "TestimonialTree_Signature"; TestimonialTree_AuthorName32.setAttribute("itemprop","name"); TestimonialTree_AuthorName32.innerHTML = 'Marsha Shannon Sheets'; TestimonialTree_Author32.appendChild(TestimonialTree_AuthorName32); if ('' != '') { var TestimonialTree_Source32 = document.createElement('span'); TestimonialTree_Source32.className = "TestimonialTree_Source"; TestimonialTree_Source32.setAttribute("itemprop","source"); TestimonialTree_Source32.innerHTML = ' on '; TestimonialTree_AuthorName32.appendChild(TestimonialTree_Source32); } //Testimonial var TestimonialTree_TestDiv32 = document.createElement('div'); TestimonialTree_TestDiv32.className = "TestimonialTree_Testimonial"; TestimonialTree_TestDiv32.setAttribute("style","padding-top: 7px"); TestimonialTree_TestDiv32.setAttribute("itemprop","reviewBody"); TestimonialTree_TestDiv32.innerHTML = 'Reanna was the best!! She went above and beyond to sell our house! We highly recommend her!'; //Review Data var TestimonialTree_ReviewDiv32 = document.createElement('div'); TestimonialTree_ReviewDiv32.className = "TestimonialTree_ReviewData"; //Review of var TestimonialTree_SubjectLabel32 = document.createElement('span'); TestimonialTree_SubjectLabel32.innerHTML = 'Testimonial For: '; //Review of var TestimonialTree_SubjectDiv32 = document.createElement('div'); TestimonialTree_SubjectDiv32.setAttribute("itemprop","itemreviewed"); TestimonialTree_SubjectDiv32.setAttribute("itemscope",""); TestimonialTree_SubjectDiv32.setAttribute("style","display: inline"); TestimonialTree_SubjectDiv32.setAttribute("itemtype","https://schema.org/Organization"); var TestimonialTree_SubjectDiv32_name = document.createElement('span'); //TestimonialTree_SubjectDiv32_name.className = "TestimonialTree_ReviewData"; TestimonialTree_SubjectDiv32_name.setAttribute("itemprop","name"); TestimonialTree_SubjectDiv32_name.innerHTML = 'Carpenter Realtors - '; TestimonialTree_SubjectDiv32.appendChild(TestimonialTree_SubjectDiv32_name) //Date var TestimonialTree_TimeStamp32 = document.createElement('time'); //TestimonialTree_TimeStamp32.className = "TestimonialTree_ReviewData"; TestimonialTree_TimeStamp32.setAttribute("itemprop","datePublished"); TestimonialTree_TimeStamp32.setAttribute("datetime","2/24/2023 12:36:46 PM"); TestimonialTree_TimeStamp32.innerHTML = '2/24/2023 12:36:46 PM'; //Rating var TestimonialTree_Rating32 = '5' var TestimonialTree_RatingLabel132 = document.createElement('span'); TestimonialTree_RatingLabel132.innerHTML = 'Rating: '; var TestimonialTree_RatingLabel232 = document.createElement('span'); TestimonialTree_RatingLabel232.innerHTML = ' of 5 - '; var TestimonialTree_RatingDiv32 = document.createElement('span'); TestimonialTree_RatingDiv32.setAttribute("itemprop","reviewRating"); TestimonialTree_RatingDiv32.setAttribute("itemscope",""); TestimonialTree_RatingDiv32.setAttribute("itemtype","https://schema.org/Rating"); var TestimonialTree_RatingValue32 = document.createElement('span'); TestimonialTree_RatingValue32.setAttribute("itemprop","ratingValue"); TestimonialTree_RatingValue32.innerHTML = TestimonialTree_Rating32 + ' '; TestimonialTree_RatingDiv32.appendChild(TestimonialTree_RatingValue32) //Add to DOM TestimonialTree_ReviewDiv32.appendChild(TestimonialTree_SubjectLabel32); TestimonialTree_ReviewDiv32.appendChild(TestimonialTree_SubjectDiv32); if (TestimonialTree_Rating32 != '') { TestimonialTree_ReviewDiv32.appendChild(TestimonialTree_RatingLabel132); TestimonialTree_ReviewDiv32.appendChild(TestimonialTree_RatingDiv32); TestimonialTree_ReviewDiv32.appendChild(TestimonialTree_RatingLabel232); } TestimonialTree_ReviewDiv32.appendChild(TestimonialTree_TimeStamp32); TestimonialTree_Div32.appendChild(TestimonialTree_Author32); TestimonialTree_Div32.appendChild(TestimonialTree_TestDiv32); TestimonialTree_Div32.appendChild(TestimonialTree_ReviewDiv32); document.getElementById('TestimonialTree_Widget_49935').appendChild(TestimonialTree_Div32); //Create Parent Div var TestimonialTree_Div33 = document.createElement('div'); TestimonialTree_Div33.className = "TestimonialTree_Container"; TestimonialTree_Div33.setAttribute("itemscope",""); TestimonialTree_Div33.setAttribute("itemtype","https://schema.org/Review"); //Signature var TestimonialTree_Author33 = document.createElement('span'); TestimonialTree_Author33.className = "TestimonialTree_Signature"; TestimonialTree_Author33.setAttribute("itemprop","author"); TestimonialTree_Author33.setAttribute("itemscope",""); TestimonialTree_Author33.setAttribute("itemtype","https://schema.org/Person"); var TestimonialTree_AuthorName33 = document.createElement('span'); TestimonialTree_AuthorName33.className = "TestimonialTree_Signature"; TestimonialTree_AuthorName33.setAttribute("itemprop","name"); TestimonialTree_AuthorName33.innerHTML = 'Charles Welborn'; TestimonialTree_Author33.appendChild(TestimonialTree_AuthorName33); if ('' != '') { var TestimonialTree_Source33 = document.createElement('span'); TestimonialTree_Source33.className = "TestimonialTree_Source"; TestimonialTree_Source33.setAttribute("itemprop","source"); TestimonialTree_Source33.innerHTML = ' on '; TestimonialTree_AuthorName33.appendChild(TestimonialTree_Source33); } //Testimonial var TestimonialTree_TestDiv33 = document.createElement('div'); TestimonialTree_TestDiv33.className = "TestimonialTree_Testimonial"; TestimonialTree_TestDiv33.setAttribute("style","padding-top: 7px"); TestimonialTree_TestDiv33.setAttribute("itemprop","reviewBody"); TestimonialTree_TestDiv33.innerHTML = 'The home my Wife and I listed w8th Reanna to sell for us presented a real challenge. She went above and beyond my expectations in getting this sold for us. She is exceptionally good and knowledgeable about her work.
\nWe are very pleased with her results. We have several mores properties to sell but are not just ready to part with. We will call her again when we are ready.
\n'; //Review Data var TestimonialTree_ReviewDiv33 = document.createElement('div'); TestimonialTree_ReviewDiv33.className = "TestimonialTree_ReviewData"; //Review of var TestimonialTree_SubjectLabel33 = document.createElement('span'); TestimonialTree_SubjectLabel33.innerHTML = 'Testimonial For: '; //Review of var TestimonialTree_SubjectDiv33 = document.createElement('div'); TestimonialTree_SubjectDiv33.setAttribute("itemprop","itemreviewed"); TestimonialTree_SubjectDiv33.setAttribute("itemscope",""); TestimonialTree_SubjectDiv33.setAttribute("style","display: inline"); TestimonialTree_SubjectDiv33.setAttribute("itemtype","https://schema.org/Organization"); var TestimonialTree_SubjectDiv33_name = document.createElement('span'); //TestimonialTree_SubjectDiv33_name.className = "TestimonialTree_ReviewData"; TestimonialTree_SubjectDiv33_name.setAttribute("itemprop","name"); TestimonialTree_SubjectDiv33_name.innerHTML = 'Carpenter Realtors - '; TestimonialTree_SubjectDiv33.appendChild(TestimonialTree_SubjectDiv33_name) //Date var TestimonialTree_TimeStamp33 = document.createElement('time'); //TestimonialTree_TimeStamp33.className = "TestimonialTree_ReviewData"; TestimonialTree_TimeStamp33.setAttribute("itemprop","datePublished"); TestimonialTree_TimeStamp33.setAttribute("datetime","12/1/2022 12:29:52 PM"); TestimonialTree_TimeStamp33.innerHTML = '12/1/2022 12:29:52 PM'; //Rating var TestimonialTree_Rating33 = '5' var TestimonialTree_RatingLabel133 = document.createElement('span'); TestimonialTree_RatingLabel133.innerHTML = 'Rating: '; var TestimonialTree_RatingLabel233 = document.createElement('span'); TestimonialTree_RatingLabel233.innerHTML = ' of 5 - '; var TestimonialTree_RatingDiv33 = document.createElement('span'); TestimonialTree_RatingDiv33.setAttribute("itemprop","reviewRating"); TestimonialTree_RatingDiv33.setAttribute("itemscope",""); TestimonialTree_RatingDiv33.setAttribute("itemtype","https://schema.org/Rating"); var TestimonialTree_RatingValue33 = document.createElement('span'); TestimonialTree_RatingValue33.setAttribute("itemprop","ratingValue"); TestimonialTree_RatingValue33.innerHTML = TestimonialTree_Rating33 + ' '; TestimonialTree_RatingDiv33.appendChild(TestimonialTree_RatingValue33) //Add to DOM TestimonialTree_ReviewDiv33.appendChild(TestimonialTree_SubjectLabel33); TestimonialTree_ReviewDiv33.appendChild(TestimonialTree_SubjectDiv33); if (TestimonialTree_Rating33 != '') { TestimonialTree_ReviewDiv33.appendChild(TestimonialTree_RatingLabel133); TestimonialTree_ReviewDiv33.appendChild(TestimonialTree_RatingDiv33); TestimonialTree_ReviewDiv33.appendChild(TestimonialTree_RatingLabel233); } TestimonialTree_ReviewDiv33.appendChild(TestimonialTree_TimeStamp33); TestimonialTree_Div33.appendChild(TestimonialTree_Author33); TestimonialTree_Div33.appendChild(TestimonialTree_TestDiv33); TestimonialTree_Div33.appendChild(TestimonialTree_ReviewDiv33); document.getElementById('TestimonialTree_Widget_49935').appendChild(TestimonialTree_Div33); //Create Parent Div var TestimonialTree_Div34 = document.createElement('div'); TestimonialTree_Div34.className = "TestimonialTree_Container"; TestimonialTree_Div34.setAttribute("itemscope",""); TestimonialTree_Div34.setAttribute("itemtype","https://schema.org/Review"); //Signature var TestimonialTree_Author34 = document.createElement('span'); TestimonialTree_Author34.className = "TestimonialTree_Signature"; TestimonialTree_Author34.setAttribute("itemprop","author"); TestimonialTree_Author34.setAttribute("itemscope",""); TestimonialTree_Author34.setAttribute("itemtype","https://schema.org/Person"); var TestimonialTree_AuthorName34 = document.createElement('span'); TestimonialTree_AuthorName34.className = "TestimonialTree_Signature"; TestimonialTree_AuthorName34.setAttribute("itemprop","name"); TestimonialTree_AuthorName34.innerHTML = 'Stephen Kiplinger'; TestimonialTree_Author34.appendChild(TestimonialTree_AuthorName34); if ('' != '') { var TestimonialTree_Source34 = document.createElement('span'); TestimonialTree_Source34.className = "TestimonialTree_Source"; TestimonialTree_Source34.setAttribute("itemprop","source"); TestimonialTree_Source34.innerHTML = ' on '; TestimonialTree_AuthorName34.appendChild(TestimonialTree_Source34); } //Testimonial var TestimonialTree_TestDiv34 = document.createElement('div'); TestimonialTree_TestDiv34.className = "TestimonialTree_Testimonial"; TestimonialTree_TestDiv34.setAttribute("style","padding-top: 7px"); TestimonialTree_TestDiv34.setAttribute("itemprop","reviewBody"); TestimonialTree_TestDiv34.innerHTML = 'Reanna was very helpful and knowledgeable and made our home purchase as easy for us as possible. She was very sweet and patient we us. We really appreciate all she did for us. Thanks so much Reanna!'; //Review Data var TestimonialTree_ReviewDiv34 = document.createElement('div'); TestimonialTree_ReviewDiv34.className = "TestimonialTree_ReviewData"; //Review of var TestimonialTree_SubjectLabel34 = document.createElement('span'); TestimonialTree_SubjectLabel34.innerHTML = 'Testimonial For: '; //Review of var TestimonialTree_SubjectDiv34 = document.createElement('div'); TestimonialTree_SubjectDiv34.setAttribute("itemprop","itemreviewed"); TestimonialTree_SubjectDiv34.setAttribute("itemscope",""); TestimonialTree_SubjectDiv34.setAttribute("style","display: inline"); TestimonialTree_SubjectDiv34.setAttribute("itemtype","https://schema.org/Organization"); var TestimonialTree_SubjectDiv34_name = document.createElement('span'); //TestimonialTree_SubjectDiv34_name.className = "TestimonialTree_ReviewData"; TestimonialTree_SubjectDiv34_name.setAttribute("itemprop","name"); TestimonialTree_SubjectDiv34_name.innerHTML = 'Carpenter Realtors - '; TestimonialTree_SubjectDiv34.appendChild(TestimonialTree_SubjectDiv34_name) //Date var TestimonialTree_TimeStamp34 = document.createElement('time'); //TestimonialTree_TimeStamp34.className = "TestimonialTree_ReviewData"; TestimonialTree_TimeStamp34.setAttribute("itemprop","datePublished"); TestimonialTree_TimeStamp34.setAttribute("datetime","11/24/2022 11:10:05 PM"); TestimonialTree_TimeStamp34.innerHTML = '11/24/2022 11:10:05 PM'; //Rating var TestimonialTree_Rating34 = '5' var TestimonialTree_RatingLabel134 = document.createElement('span'); TestimonialTree_RatingLabel134.innerHTML = 'Rating: '; var TestimonialTree_RatingLabel234 = document.createElement('span'); TestimonialTree_RatingLabel234.innerHTML = ' of 5 - '; var TestimonialTree_RatingDiv34 = document.createElement('span'); TestimonialTree_RatingDiv34.setAttribute("itemprop","reviewRating"); TestimonialTree_RatingDiv34.setAttribute("itemscope",""); TestimonialTree_RatingDiv34.setAttribute("itemtype","https://schema.org/Rating"); var TestimonialTree_RatingValue34 = document.createElement('span'); TestimonialTree_RatingValue34.setAttribute("itemprop","ratingValue"); TestimonialTree_RatingValue34.innerHTML = TestimonialTree_Rating34 + ' '; TestimonialTree_RatingDiv34.appendChild(TestimonialTree_RatingValue34) //Add to DOM TestimonialTree_ReviewDiv34.appendChild(TestimonialTree_SubjectLabel34); TestimonialTree_ReviewDiv34.appendChild(TestimonialTree_SubjectDiv34); if (TestimonialTree_Rating34 != '') { TestimonialTree_ReviewDiv34.appendChild(TestimonialTree_RatingLabel134); TestimonialTree_ReviewDiv34.appendChild(TestimonialTree_RatingDiv34); TestimonialTree_ReviewDiv34.appendChild(TestimonialTree_RatingLabel234); } TestimonialTree_ReviewDiv34.appendChild(TestimonialTree_TimeStamp34); TestimonialTree_Div34.appendChild(TestimonialTree_Author34); TestimonialTree_Div34.appendChild(TestimonialTree_TestDiv34); TestimonialTree_Div34.appendChild(TestimonialTree_ReviewDiv34); document.getElementById('TestimonialTree_Widget_49935').appendChild(TestimonialTree_Div34); //Create Parent Div var TestimonialTree_Div35 = document.createElement('div'); TestimonialTree_Div35.className = "TestimonialTree_Container"; TestimonialTree_Div35.setAttribute("itemscope",""); TestimonialTree_Div35.setAttribute("itemtype","https://schema.org/Review"); //Signature var TestimonialTree_Author35 = document.createElement('span'); TestimonialTree_Author35.className = "TestimonialTree_Signature"; TestimonialTree_Author35.setAttribute("itemprop","author"); TestimonialTree_Author35.setAttribute("itemscope",""); TestimonialTree_Author35.setAttribute("itemtype","https://schema.org/Person"); var TestimonialTree_AuthorName35 = document.createElement('span'); TestimonialTree_AuthorName35.className = "TestimonialTree_Signature"; TestimonialTree_AuthorName35.setAttribute("itemprop","name"); TestimonialTree_AuthorName35.innerHTML = 'Kathleen Mills'; TestimonialTree_Author35.appendChild(TestimonialTree_AuthorName35); if ('' != '') { var TestimonialTree_Source35 = document.createElement('span'); TestimonialTree_Source35.className = "TestimonialTree_Source"; TestimonialTree_Source35.setAttribute("itemprop","source"); TestimonialTree_Source35.innerHTML = ' on '; TestimonialTree_AuthorName35.appendChild(TestimonialTree_Source35); } //Testimonial var TestimonialTree_TestDiv35 = document.createElement('div'); TestimonialTree_TestDiv35.className = "TestimonialTree_Testimonial"; TestimonialTree_TestDiv35.setAttribute("style","padding-top: 7px"); TestimonialTree_TestDiv35.setAttribute("itemprop","reviewBody"); TestimonialTree_TestDiv35.innerHTML = 'Reanna Southard is in one word AMAZING! Absolutely love her and she goes the extra mile to get the job done! '; //Review Data var TestimonialTree_ReviewDiv35 = document.createElement('div'); TestimonialTree_ReviewDiv35.className = "TestimonialTree_ReviewData"; //Review of var TestimonialTree_SubjectLabel35 = document.createElement('span'); TestimonialTree_SubjectLabel35.innerHTML = 'Testimonial For: '; //Review of var TestimonialTree_SubjectDiv35 = document.createElement('div'); TestimonialTree_SubjectDiv35.setAttribute("itemprop","itemreviewed"); TestimonialTree_SubjectDiv35.setAttribute("itemscope",""); TestimonialTree_SubjectDiv35.setAttribute("style","display: inline"); TestimonialTree_SubjectDiv35.setAttribute("itemtype","https://schema.org/Organization"); var TestimonialTree_SubjectDiv35_name = document.createElement('span'); //TestimonialTree_SubjectDiv35_name.className = "TestimonialTree_ReviewData"; TestimonialTree_SubjectDiv35_name.setAttribute("itemprop","name"); TestimonialTree_SubjectDiv35_name.innerHTML = 'Carpenter Realtors - '; TestimonialTree_SubjectDiv35.appendChild(TestimonialTree_SubjectDiv35_name) //Date var TestimonialTree_TimeStamp35 = document.createElement('time'); //TestimonialTree_TimeStamp35.className = "TestimonialTree_ReviewData"; TestimonialTree_TimeStamp35.setAttribute("itemprop","datePublished"); TestimonialTree_TimeStamp35.setAttribute("datetime","11/1/2022 3:02:01 PM"); TestimonialTree_TimeStamp35.innerHTML = '11/1/2022 3:02:01 PM'; //Rating var TestimonialTree_Rating35 = '5' var TestimonialTree_RatingLabel135 = document.createElement('span'); TestimonialTree_RatingLabel135.innerHTML = 'Rating: '; var TestimonialTree_RatingLabel235 = document.createElement('span'); TestimonialTree_RatingLabel235.innerHTML = ' of 5 - '; var TestimonialTree_RatingDiv35 = document.createElement('span'); TestimonialTree_RatingDiv35.setAttribute("itemprop","reviewRating"); TestimonialTree_RatingDiv35.setAttribute("itemscope",""); TestimonialTree_RatingDiv35.setAttribute("itemtype","https://schema.org/Rating"); var TestimonialTree_RatingValue35 = document.createElement('span'); TestimonialTree_RatingValue35.setAttribute("itemprop","ratingValue"); TestimonialTree_RatingValue35.innerHTML = TestimonialTree_Rating35 + ' '; TestimonialTree_RatingDiv35.appendChild(TestimonialTree_RatingValue35) //Add to DOM TestimonialTree_ReviewDiv35.appendChild(TestimonialTree_SubjectLabel35); TestimonialTree_ReviewDiv35.appendChild(TestimonialTree_SubjectDiv35); if (TestimonialTree_Rating35 != '') { TestimonialTree_ReviewDiv35.appendChild(TestimonialTree_RatingLabel135); TestimonialTree_ReviewDiv35.appendChild(TestimonialTree_RatingDiv35); TestimonialTree_ReviewDiv35.appendChild(TestimonialTree_RatingLabel235); } TestimonialTree_ReviewDiv35.appendChild(TestimonialTree_TimeStamp35); TestimonialTree_Div35.appendChild(TestimonialTree_Author35); TestimonialTree_Div35.appendChild(TestimonialTree_TestDiv35); TestimonialTree_Div35.appendChild(TestimonialTree_ReviewDiv35); document.getElementById('TestimonialTree_Widget_49935').appendChild(TestimonialTree_Div35); //Create Parent Div var TestimonialTree_Div36 = document.createElement('div'); TestimonialTree_Div36.className = "TestimonialTree_Container"; TestimonialTree_Div36.setAttribute("itemscope",""); TestimonialTree_Div36.setAttribute("itemtype","https://schema.org/Review"); //Signature var TestimonialTree_Author36 = document.createElement('span'); TestimonialTree_Author36.className = "TestimonialTree_Signature"; TestimonialTree_Author36.setAttribute("itemprop","author"); TestimonialTree_Author36.setAttribute("itemscope",""); TestimonialTree_Author36.setAttribute("itemtype","https://schema.org/Person"); var TestimonialTree_AuthorName36 = document.createElement('span'); TestimonialTree_AuthorName36.className = "TestimonialTree_Signature"; TestimonialTree_AuthorName36.setAttribute("itemprop","name"); TestimonialTree_AuthorName36.innerHTML = 'Donald Hovermale'; TestimonialTree_Author36.appendChild(TestimonialTree_AuthorName36); if ('' != '') { var TestimonialTree_Source36 = document.createElement('span'); TestimonialTree_Source36.className = "TestimonialTree_Source"; TestimonialTree_Source36.setAttribute("itemprop","source"); TestimonialTree_Source36.innerHTML = ' on '; TestimonialTree_AuthorName36.appendChild(TestimonialTree_Source36); } //Testimonial var TestimonialTree_TestDiv36 = document.createElement('div'); TestimonialTree_TestDiv36.className = "TestimonialTree_Testimonial"; TestimonialTree_TestDiv36.setAttribute("style","padding-top: 7px"); TestimonialTree_TestDiv36.setAttribute("itemprop","reviewBody"); TestimonialTree_TestDiv36.innerHTML = 'Was easy to work with and kept me informed throughout the process. Very smooth from initial meeting to closing.'; //Review Data var TestimonialTree_ReviewDiv36 = document.createElement('div'); TestimonialTree_ReviewDiv36.className = "TestimonialTree_ReviewData"; //Review of var TestimonialTree_SubjectLabel36 = document.createElement('span'); TestimonialTree_SubjectLabel36.innerHTML = 'Testimonial For: '; //Review of var TestimonialTree_SubjectDiv36 = document.createElement('div'); TestimonialTree_SubjectDiv36.setAttribute("itemprop","itemreviewed"); TestimonialTree_SubjectDiv36.setAttribute("itemscope",""); TestimonialTree_SubjectDiv36.setAttribute("style","display: inline"); TestimonialTree_SubjectDiv36.setAttribute("itemtype","https://schema.org/Organization"); var TestimonialTree_SubjectDiv36_name = document.createElement('span'); //TestimonialTree_SubjectDiv36_name.className = "TestimonialTree_ReviewData"; TestimonialTree_SubjectDiv36_name.setAttribute("itemprop","name"); TestimonialTree_SubjectDiv36_name.innerHTML = 'Carpenter Realtors - '; TestimonialTree_SubjectDiv36.appendChild(TestimonialTree_SubjectDiv36_name) //Date var TestimonialTree_TimeStamp36 = document.createElement('time'); //TestimonialTree_TimeStamp36.className = "TestimonialTree_ReviewData"; TestimonialTree_TimeStamp36.setAttribute("itemprop","datePublished"); TestimonialTree_TimeStamp36.setAttribute("datetime","10/18/2022 8:34:20 PM"); TestimonialTree_TimeStamp36.innerHTML = '10/18/2022 8:34:20 PM'; //Rating var TestimonialTree_Rating36 = '5' var TestimonialTree_RatingLabel136 = document.createElement('span'); TestimonialTree_RatingLabel136.innerHTML = 'Rating: '; var TestimonialTree_RatingLabel236 = document.createElement('span'); TestimonialTree_RatingLabel236.innerHTML = ' of 5 - '; var TestimonialTree_RatingDiv36 = document.createElement('span'); TestimonialTree_RatingDiv36.setAttribute("itemprop","reviewRating"); TestimonialTree_RatingDiv36.setAttribute("itemscope",""); TestimonialTree_RatingDiv36.setAttribute("itemtype","https://schema.org/Rating"); var TestimonialTree_RatingValue36 = document.createElement('span'); TestimonialTree_RatingValue36.setAttribute("itemprop","ratingValue"); TestimonialTree_RatingValue36.innerHTML = TestimonialTree_Rating36 + ' '; TestimonialTree_RatingDiv36.appendChild(TestimonialTree_RatingValue36) //Add to DOM TestimonialTree_ReviewDiv36.appendChild(TestimonialTree_SubjectLabel36); TestimonialTree_ReviewDiv36.appendChild(TestimonialTree_SubjectDiv36); if (TestimonialTree_Rating36 != '') { TestimonialTree_ReviewDiv36.appendChild(TestimonialTree_RatingLabel136); TestimonialTree_ReviewDiv36.appendChild(TestimonialTree_RatingDiv36); TestimonialTree_ReviewDiv36.appendChild(TestimonialTree_RatingLabel236); } TestimonialTree_ReviewDiv36.appendChild(TestimonialTree_TimeStamp36); TestimonialTree_Div36.appendChild(TestimonialTree_Author36); TestimonialTree_Div36.appendChild(TestimonialTree_TestDiv36); TestimonialTree_Div36.appendChild(TestimonialTree_ReviewDiv36); document.getElementById('TestimonialTree_Widget_49935').appendChild(TestimonialTree_Div36); //Create Parent Div var TestimonialTree_Div37 = document.createElement('div'); TestimonialTree_Div37.className = "TestimonialTree_Container"; TestimonialTree_Div37.setAttribute("itemscope",""); TestimonialTree_Div37.setAttribute("itemtype","https://schema.org/Review"); //Signature var TestimonialTree_Author37 = document.createElement('span'); TestimonialTree_Author37.className = "TestimonialTree_Signature"; TestimonialTree_Author37.setAttribute("itemprop","author"); TestimonialTree_Author37.setAttribute("itemscope",""); TestimonialTree_Author37.setAttribute("itemtype","https://schema.org/Person"); var TestimonialTree_AuthorName37 = document.createElement('span'); TestimonialTree_AuthorName37.className = "TestimonialTree_Signature"; TestimonialTree_AuthorName37.setAttribute("itemprop","name"); TestimonialTree_AuthorName37.innerHTML = 'Gordon Bright'; TestimonialTree_Author37.appendChild(TestimonialTree_AuthorName37); if ('' != '') { var TestimonialTree_Source37 = document.createElement('span'); TestimonialTree_Source37.className = "TestimonialTree_Source"; TestimonialTree_Source37.setAttribute("itemprop","source"); TestimonialTree_Source37.innerHTML = ' on '; TestimonialTree_AuthorName37.appendChild(TestimonialTree_Source37); } //Testimonial var TestimonialTree_TestDiv37 = document.createElement('div'); TestimonialTree_TestDiv37.className = "TestimonialTree_Testimonial"; TestimonialTree_TestDiv37.setAttribute("style","padding-top: 7px"); TestimonialTree_TestDiv37.setAttribute("itemprop","reviewBody"); TestimonialTree_TestDiv37.innerHTML = 'We had a very positive experience with Reanna Southard as our realtor. Reanna was knowledgeable, easily accessible and kept in frequent contact with us. We would most definitely use her again.'; //Review Data var TestimonialTree_ReviewDiv37 = document.createElement('div'); TestimonialTree_ReviewDiv37.className = "TestimonialTree_ReviewData"; //Review of var TestimonialTree_SubjectLabel37 = document.createElement('span'); TestimonialTree_SubjectLabel37.innerHTML = 'Testimonial For: '; //Review of var TestimonialTree_SubjectDiv37 = document.createElement('div'); TestimonialTree_SubjectDiv37.setAttribute("itemprop","itemreviewed"); TestimonialTree_SubjectDiv37.setAttribute("itemscope",""); TestimonialTree_SubjectDiv37.setAttribute("style","display: inline"); TestimonialTree_SubjectDiv37.setAttribute("itemtype","https://schema.org/Organization"); var TestimonialTree_SubjectDiv37_name = document.createElement('span'); //TestimonialTree_SubjectDiv37_name.className = "TestimonialTree_ReviewData"; TestimonialTree_SubjectDiv37_name.setAttribute("itemprop","name"); TestimonialTree_SubjectDiv37_name.innerHTML = 'Carpenter Realtors - '; TestimonialTree_SubjectDiv37.appendChild(TestimonialTree_SubjectDiv37_name) //Date var TestimonialTree_TimeStamp37 = document.createElement('time'); //TestimonialTree_TimeStamp37.className = "TestimonialTree_ReviewData"; TestimonialTree_TimeStamp37.setAttribute("itemprop","datePublished"); TestimonialTree_TimeStamp37.setAttribute("datetime","10/1/2022 10:41:40 PM"); TestimonialTree_TimeStamp37.innerHTML = '10/1/2022 10:41:40 PM'; //Rating var TestimonialTree_Rating37 = '5' var TestimonialTree_RatingLabel137 = document.createElement('span'); TestimonialTree_RatingLabel137.innerHTML = 'Rating: '; var TestimonialTree_RatingLabel237 = document.createElement('span'); TestimonialTree_RatingLabel237.innerHTML = ' of 5 - '; var TestimonialTree_RatingDiv37 = document.createElement('span'); TestimonialTree_RatingDiv37.setAttribute("itemprop","reviewRating"); TestimonialTree_RatingDiv37.setAttribute("itemscope",""); TestimonialTree_RatingDiv37.setAttribute("itemtype","https://schema.org/Rating"); var TestimonialTree_RatingValue37 = document.createElement('span'); TestimonialTree_RatingValue37.setAttribute("itemprop","ratingValue"); TestimonialTree_RatingValue37.innerHTML = TestimonialTree_Rating37 + ' '; TestimonialTree_RatingDiv37.appendChild(TestimonialTree_RatingValue37) //Add to DOM TestimonialTree_ReviewDiv37.appendChild(TestimonialTree_SubjectLabel37); TestimonialTree_ReviewDiv37.appendChild(TestimonialTree_SubjectDiv37); if (TestimonialTree_Rating37 != '') { TestimonialTree_ReviewDiv37.appendChild(TestimonialTree_RatingLabel137); TestimonialTree_ReviewDiv37.appendChild(TestimonialTree_RatingDiv37); TestimonialTree_ReviewDiv37.appendChild(TestimonialTree_RatingLabel237); } TestimonialTree_ReviewDiv37.appendChild(TestimonialTree_TimeStamp37); TestimonialTree_Div37.appendChild(TestimonialTree_Author37); TestimonialTree_Div37.appendChild(TestimonialTree_TestDiv37); TestimonialTree_Div37.appendChild(TestimonialTree_ReviewDiv37); document.getElementById('TestimonialTree_Widget_49935').appendChild(TestimonialTree_Div37); //Create Parent Div var TestimonialTree_Div38 = document.createElement('div'); TestimonialTree_Div38.className = "TestimonialTree_Container"; TestimonialTree_Div38.setAttribute("itemscope",""); TestimonialTree_Div38.setAttribute("itemtype","https://schema.org/Review"); //Signature var TestimonialTree_Author38 = document.createElement('span'); TestimonialTree_Author38.className = "TestimonialTree_Signature"; TestimonialTree_Author38.setAttribute("itemprop","author"); TestimonialTree_Author38.setAttribute("itemscope",""); TestimonialTree_Author38.setAttribute("itemtype","https://schema.org/Person"); var TestimonialTree_AuthorName38 = document.createElement('span'); TestimonialTree_AuthorName38.className = "TestimonialTree_Signature"; TestimonialTree_AuthorName38.setAttribute("itemprop","name"); TestimonialTree_AuthorName38.innerHTML = 'Beth Bright'; TestimonialTree_Author38.appendChild(TestimonialTree_AuthorName38); if ('' != '') { var TestimonialTree_Source38 = document.createElement('span'); TestimonialTree_Source38.className = "TestimonialTree_Source"; TestimonialTree_Source38.setAttribute("itemprop","source"); TestimonialTree_Source38.innerHTML = ' on '; TestimonialTree_AuthorName38.appendChild(TestimonialTree_Source38); } //Testimonial var TestimonialTree_TestDiv38 = document.createElement('div'); TestimonialTree_TestDiv38.className = "TestimonialTree_Testimonial"; TestimonialTree_TestDiv38.setAttribute("style","padding-top: 7px"); TestimonialTree_TestDiv38.setAttribute("itemprop","reviewBody"); TestimonialTree_TestDiv38.innerHTML = 'Reanna Southern was our agent. She was incredible. Reanna was in constant contact with us throughout the entire process and made us very comfortable. We simply cannot praise her enough. '; //Review Data var TestimonialTree_ReviewDiv38 = document.createElement('div'); TestimonialTree_ReviewDiv38.className = "TestimonialTree_ReviewData"; //Review of var TestimonialTree_SubjectLabel38 = document.createElement('span'); TestimonialTree_SubjectLabel38.innerHTML = 'Testimonial For: '; //Review of var TestimonialTree_SubjectDiv38 = document.createElement('div'); TestimonialTree_SubjectDiv38.setAttribute("itemprop","itemreviewed"); TestimonialTree_SubjectDiv38.setAttribute("itemscope",""); TestimonialTree_SubjectDiv38.setAttribute("style","display: inline"); TestimonialTree_SubjectDiv38.setAttribute("itemtype","https://schema.org/Organization"); var TestimonialTree_SubjectDiv38_name = document.createElement('span'); //TestimonialTree_SubjectDiv38_name.className = "TestimonialTree_ReviewData"; TestimonialTree_SubjectDiv38_name.setAttribute("itemprop","name"); TestimonialTree_SubjectDiv38_name.innerHTML = 'Carpenter Realtors - '; TestimonialTree_SubjectDiv38.appendChild(TestimonialTree_SubjectDiv38_name) //Date var TestimonialTree_TimeStamp38 = document.createElement('time'); //TestimonialTree_TimeStamp38.className = "TestimonialTree_ReviewData"; TestimonialTree_TimeStamp38.setAttribute("itemprop","datePublished"); TestimonialTree_TimeStamp38.setAttribute("datetime","10/1/2022 12:25:50 PM"); TestimonialTree_TimeStamp38.innerHTML = '10/1/2022 12:25:50 PM'; //Rating var TestimonialTree_Rating38 = '5' var TestimonialTree_RatingLabel138 = document.createElement('span'); TestimonialTree_RatingLabel138.innerHTML = 'Rating: '; var TestimonialTree_RatingLabel238 = document.createElement('span'); TestimonialTree_RatingLabel238.innerHTML = ' of 5 - '; var TestimonialTree_RatingDiv38 = document.createElement('span'); TestimonialTree_RatingDiv38.setAttribute("itemprop","reviewRating"); TestimonialTree_RatingDiv38.setAttribute("itemscope",""); TestimonialTree_RatingDiv38.setAttribute("itemtype","https://schema.org/Rating"); var TestimonialTree_RatingValue38 = document.createElement('span'); TestimonialTree_RatingValue38.setAttribute("itemprop","ratingValue"); TestimonialTree_RatingValue38.innerHTML = TestimonialTree_Rating38 + ' '; TestimonialTree_RatingDiv38.appendChild(TestimonialTree_RatingValue38) //Add to DOM TestimonialTree_ReviewDiv38.appendChild(TestimonialTree_SubjectLabel38); TestimonialTree_ReviewDiv38.appendChild(TestimonialTree_SubjectDiv38); if (TestimonialTree_Rating38 != '') { TestimonialTree_ReviewDiv38.appendChild(TestimonialTree_RatingLabel138); TestimonialTree_ReviewDiv38.appendChild(TestimonialTree_RatingDiv38); TestimonialTree_ReviewDiv38.appendChild(TestimonialTree_RatingLabel238); } TestimonialTree_ReviewDiv38.appendChild(TestimonialTree_TimeStamp38); TestimonialTree_Div38.appendChild(TestimonialTree_Author38); TestimonialTree_Div38.appendChild(TestimonialTree_TestDiv38); TestimonialTree_Div38.appendChild(TestimonialTree_ReviewDiv38); document.getElementById('TestimonialTree_Widget_49935').appendChild(TestimonialTree_Div38); //Create Parent Div var TestimonialTree_Div39 = document.createElement('div'); TestimonialTree_Div39.className = "TestimonialTree_Container"; TestimonialTree_Div39.setAttribute("itemscope",""); TestimonialTree_Div39.setAttribute("itemtype","https://schema.org/Review"); //Signature var TestimonialTree_Author39 = document.createElement('span'); TestimonialTree_Author39.className = "TestimonialTree_Signature"; TestimonialTree_Author39.setAttribute("itemprop","author"); TestimonialTree_Author39.setAttribute("itemscope",""); TestimonialTree_Author39.setAttribute("itemtype","https://schema.org/Person"); var TestimonialTree_AuthorName39 = document.createElement('span'); TestimonialTree_AuthorName39.className = "TestimonialTree_Signature"; TestimonialTree_AuthorName39.setAttribute("itemprop","name"); TestimonialTree_AuthorName39.innerHTML = 'John Rector'; TestimonialTree_Author39.appendChild(TestimonialTree_AuthorName39); if ('' != '') { var TestimonialTree_Source39 = document.createElement('span'); TestimonialTree_Source39.className = "TestimonialTree_Source"; TestimonialTree_Source39.setAttribute("itemprop","source"); TestimonialTree_Source39.innerHTML = ' on '; TestimonialTree_AuthorName39.appendChild(TestimonialTree_Source39); } //Testimonial var TestimonialTree_TestDiv39 = document.createElement('div'); TestimonialTree_TestDiv39.className = "TestimonialTree_Testimonial"; TestimonialTree_TestDiv39.setAttribute("style","padding-top: 7px"); TestimonialTree_TestDiv39.setAttribute("itemprop","reviewBody"); TestimonialTree_TestDiv39.innerHTML = 'Reanna Southard was just amazing. Professional, informed, and very easy to work with. Laney and I could not have asked for a better agent. Reanna was on it every step of the way and always available to talk to. We are very happy with our agent and the listing process. Thank you-John Rector'; //Review Data var TestimonialTree_ReviewDiv39 = document.createElement('div'); TestimonialTree_ReviewDiv39.className = "TestimonialTree_ReviewData"; //Review of var TestimonialTree_SubjectLabel39 = document.createElement('span'); TestimonialTree_SubjectLabel39.innerHTML = 'Testimonial For: '; //Review of var TestimonialTree_SubjectDiv39 = document.createElement('div'); TestimonialTree_SubjectDiv39.setAttribute("itemprop","itemreviewed"); TestimonialTree_SubjectDiv39.setAttribute("itemscope",""); TestimonialTree_SubjectDiv39.setAttribute("style","display: inline"); TestimonialTree_SubjectDiv39.setAttribute("itemtype","https://schema.org/Organization"); var TestimonialTree_SubjectDiv39_name = document.createElement('span'); //TestimonialTree_SubjectDiv39_name.className = "TestimonialTree_ReviewData"; TestimonialTree_SubjectDiv39_name.setAttribute("itemprop","name"); TestimonialTree_SubjectDiv39_name.innerHTML = 'Carpenter Realtors - '; TestimonialTree_SubjectDiv39.appendChild(TestimonialTree_SubjectDiv39_name) //Date var TestimonialTree_TimeStamp39 = document.createElement('time'); //TestimonialTree_TimeStamp39.className = "TestimonialTree_ReviewData"; TestimonialTree_TimeStamp39.setAttribute("itemprop","datePublished"); TestimonialTree_TimeStamp39.setAttribute("datetime","9/28/2022 12:23:57 PM"); TestimonialTree_TimeStamp39.innerHTML = '9/28/2022 12:23:57 PM'; //Rating var TestimonialTree_Rating39 = '5' var TestimonialTree_RatingLabel139 = document.createElement('span'); TestimonialTree_RatingLabel139.innerHTML = 'Rating: '; var TestimonialTree_RatingLabel239 = document.createElement('span'); TestimonialTree_RatingLabel239.innerHTML = ' of 5 - '; var TestimonialTree_RatingDiv39 = document.createElement('span'); TestimonialTree_RatingDiv39.setAttribute("itemprop","reviewRating"); TestimonialTree_RatingDiv39.setAttribute("itemscope",""); TestimonialTree_RatingDiv39.setAttribute("itemtype","https://schema.org/Rating"); var TestimonialTree_RatingValue39 = document.createElement('span'); TestimonialTree_RatingValue39.setAttribute("itemprop","ratingValue"); TestimonialTree_RatingValue39.innerHTML = TestimonialTree_Rating39 + ' '; TestimonialTree_RatingDiv39.appendChild(TestimonialTree_RatingValue39) //Add to DOM TestimonialTree_ReviewDiv39.appendChild(TestimonialTree_SubjectLabel39); TestimonialTree_ReviewDiv39.appendChild(TestimonialTree_SubjectDiv39); if (TestimonialTree_Rating39 != '') { TestimonialTree_ReviewDiv39.appendChild(TestimonialTree_RatingLabel139); TestimonialTree_ReviewDiv39.appendChild(TestimonialTree_RatingDiv39); TestimonialTree_ReviewDiv39.appendChild(TestimonialTree_RatingLabel239); } TestimonialTree_ReviewDiv39.appendChild(TestimonialTree_TimeStamp39); TestimonialTree_Div39.appendChild(TestimonialTree_Author39); TestimonialTree_Div39.appendChild(TestimonialTree_TestDiv39); TestimonialTree_Div39.appendChild(TestimonialTree_ReviewDiv39); document.getElementById('TestimonialTree_Widget_49935').appendChild(TestimonialTree_Div39); //Create Parent Div var TestimonialTree_Div40 = document.createElement('div'); TestimonialTree_Div40.className = "TestimonialTree_Container"; TestimonialTree_Div40.setAttribute("itemscope",""); TestimonialTree_Div40.setAttribute("itemtype","https://schema.org/Review"); //Signature var TestimonialTree_Author40 = document.createElement('span'); TestimonialTree_Author40.className = "TestimonialTree_Signature"; TestimonialTree_Author40.setAttribute("itemprop","author"); TestimonialTree_Author40.setAttribute("itemscope",""); TestimonialTree_Author40.setAttribute("itemtype","https://schema.org/Person"); var TestimonialTree_AuthorName40 = document.createElement('span'); TestimonialTree_AuthorName40.className = "TestimonialTree_Signature"; TestimonialTree_AuthorName40.setAttribute("itemprop","name"); TestimonialTree_AuthorName40.innerHTML = 'Jana McAdams'; TestimonialTree_Author40.appendChild(TestimonialTree_AuthorName40); if ('' != '') { var TestimonialTree_Source40 = document.createElement('span'); TestimonialTree_Source40.className = "TestimonialTree_Source"; TestimonialTree_Source40.setAttribute("itemprop","source"); TestimonialTree_Source40.innerHTML = ' on '; TestimonialTree_AuthorName40.appendChild(TestimonialTree_Source40); } //Testimonial var TestimonialTree_TestDiv40 = document.createElement('div'); TestimonialTree_TestDiv40.className = "TestimonialTree_Testimonial"; TestimonialTree_TestDiv40.setAttribute("style","padding-top: 7px"); TestimonialTree_TestDiv40.setAttribute("itemprop","reviewBody"); TestimonialTree_TestDiv40.innerHTML = 'Reanna was awesome through the entire process. We never dreamed selling a house could be so easy, fast and hassle free! She kept us informed every step of the way and was very knowledgeable! Highly recommend Reanna to anyone looking to buy or sell a home! '; //Review Data var TestimonialTree_ReviewDiv40 = document.createElement('div'); TestimonialTree_ReviewDiv40.className = "TestimonialTree_ReviewData"; //Review of var TestimonialTree_SubjectLabel40 = document.createElement('span'); TestimonialTree_SubjectLabel40.innerHTML = 'Testimonial For: '; //Review of var TestimonialTree_SubjectDiv40 = document.createElement('div'); TestimonialTree_SubjectDiv40.setAttribute("itemprop","itemreviewed"); TestimonialTree_SubjectDiv40.setAttribute("itemscope",""); TestimonialTree_SubjectDiv40.setAttribute("style","display: inline"); TestimonialTree_SubjectDiv40.setAttribute("itemtype","https://schema.org/Organization"); var TestimonialTree_SubjectDiv40_name = document.createElement('span'); //TestimonialTree_SubjectDiv40_name.className = "TestimonialTree_ReviewData"; TestimonialTree_SubjectDiv40_name.setAttribute("itemprop","name"); TestimonialTree_SubjectDiv40_name.innerHTML = 'Carpenter Realtors - '; TestimonialTree_SubjectDiv40.appendChild(TestimonialTree_SubjectDiv40_name) //Date var TestimonialTree_TimeStamp40 = document.createElement('time'); //TestimonialTree_TimeStamp40.className = "TestimonialTree_ReviewData"; TestimonialTree_TimeStamp40.setAttribute("itemprop","datePublished"); TestimonialTree_TimeStamp40.setAttribute("datetime","9/22/2022 12:26:11 PM"); TestimonialTree_TimeStamp40.innerHTML = '9/22/2022 12:26:11 PM'; //Rating var TestimonialTree_Rating40 = '5' var TestimonialTree_RatingLabel140 = document.createElement('span'); TestimonialTree_RatingLabel140.innerHTML = 'Rating: '; var TestimonialTree_RatingLabel240 = document.createElement('span'); TestimonialTree_RatingLabel240.innerHTML = ' of 5 - '; var TestimonialTree_RatingDiv40 = document.createElement('span'); TestimonialTree_RatingDiv40.setAttribute("itemprop","reviewRating"); TestimonialTree_RatingDiv40.setAttribute("itemscope",""); TestimonialTree_RatingDiv40.setAttribute("itemtype","https://schema.org/Rating"); var TestimonialTree_RatingValue40 = document.createElement('span'); TestimonialTree_RatingValue40.setAttribute("itemprop","ratingValue"); TestimonialTree_RatingValue40.innerHTML = TestimonialTree_Rating40 + ' '; TestimonialTree_RatingDiv40.appendChild(TestimonialTree_RatingValue40) //Add to DOM TestimonialTree_ReviewDiv40.appendChild(TestimonialTree_SubjectLabel40); TestimonialTree_ReviewDiv40.appendChild(TestimonialTree_SubjectDiv40); if (TestimonialTree_Rating40 != '') { TestimonialTree_ReviewDiv40.appendChild(TestimonialTree_RatingLabel140); TestimonialTree_ReviewDiv40.appendChild(TestimonialTree_RatingDiv40); TestimonialTree_ReviewDiv40.appendChild(TestimonialTree_RatingLabel240); } TestimonialTree_ReviewDiv40.appendChild(TestimonialTree_TimeStamp40); TestimonialTree_Div40.appendChild(TestimonialTree_Author40); TestimonialTree_Div40.appendChild(TestimonialTree_TestDiv40); TestimonialTree_Div40.appendChild(TestimonialTree_ReviewDiv40); document.getElementById('TestimonialTree_Widget_49935').appendChild(TestimonialTree_Div40); //Create Parent Div var TestimonialTree_Div41 = document.createElement('div'); TestimonialTree_Div41.className = "TestimonialTree_Container"; TestimonialTree_Div41.setAttribute("itemscope",""); TestimonialTree_Div41.setAttribute("itemtype","https://schema.org/Review"); //Signature var TestimonialTree_Author41 = document.createElement('span'); TestimonialTree_Author41.className = "TestimonialTree_Signature"; TestimonialTree_Author41.setAttribute("itemprop","author"); TestimonialTree_Author41.setAttribute("itemscope",""); TestimonialTree_Author41.setAttribute("itemtype","https://schema.org/Person"); var TestimonialTree_AuthorName41 = document.createElement('span'); TestimonialTree_AuthorName41.className = "TestimonialTree_Signature"; TestimonialTree_AuthorName41.setAttribute("itemprop","name"); TestimonialTree_AuthorName41.innerHTML = 'Rick McAdams'; TestimonialTree_Author41.appendChild(TestimonialTree_AuthorName41); if ('' != '') { var TestimonialTree_Source41 = document.createElement('span'); TestimonialTree_Source41.className = "TestimonialTree_Source"; TestimonialTree_Source41.setAttribute("itemprop","source"); TestimonialTree_Source41.innerHTML = ' on '; TestimonialTree_AuthorName41.appendChild(TestimonialTree_Source41); } //Testimonial var TestimonialTree_TestDiv41 = document.createElement('div'); TestimonialTree_TestDiv41.className = "TestimonialTree_Testimonial"; TestimonialTree_TestDiv41.setAttribute("style","padding-top: 7px"); TestimonialTree_TestDiv41.setAttribute("itemprop","reviewBody"); TestimonialTree_TestDiv41.innerHTML = 'Reanna was amazing. We never dreamed selling a house could be as fast and easy as she made it! Very impressed! She stayed in contact every step of the way with updates. Will definitely be recommending her to others! '; //Review Data var TestimonialTree_ReviewDiv41 = document.createElement('div'); TestimonialTree_ReviewDiv41.className = "TestimonialTree_ReviewData"; //Review of var TestimonialTree_SubjectLabel41 = document.createElement('span'); TestimonialTree_SubjectLabel41.innerHTML = 'Testimonial For: '; //Review of var TestimonialTree_SubjectDiv41 = document.createElement('div'); TestimonialTree_SubjectDiv41.setAttribute("itemprop","itemreviewed"); TestimonialTree_SubjectDiv41.setAttribute("itemscope",""); TestimonialTree_SubjectDiv41.setAttribute("style","display: inline"); TestimonialTree_SubjectDiv41.setAttribute("itemtype","https://schema.org/Organization"); var TestimonialTree_SubjectDiv41_name = document.createElement('span'); //TestimonialTree_SubjectDiv41_name.className = "TestimonialTree_ReviewData"; TestimonialTree_SubjectDiv41_name.setAttribute("itemprop","name"); TestimonialTree_SubjectDiv41_name.innerHTML = 'Carpenter Realtors - '; TestimonialTree_SubjectDiv41.appendChild(TestimonialTree_SubjectDiv41_name) //Date var TestimonialTree_TimeStamp41 = document.createElement('time'); //TestimonialTree_TimeStamp41.className = "TestimonialTree_ReviewData"; TestimonialTree_TimeStamp41.setAttribute("itemprop","datePublished"); TestimonialTree_TimeStamp41.setAttribute("datetime","9/17/2022 1:35:52 PM"); TestimonialTree_TimeStamp41.innerHTML = '9/17/2022 1:35:52 PM'; //Rating var TestimonialTree_Rating41 = '5' var TestimonialTree_RatingLabel141 = document.createElement('span'); TestimonialTree_RatingLabel141.innerHTML = 'Rating: '; var TestimonialTree_RatingLabel241 = document.createElement('span'); TestimonialTree_RatingLabel241.innerHTML = ' of 5 - '; var TestimonialTree_RatingDiv41 = document.createElement('span'); TestimonialTree_RatingDiv41.setAttribute("itemprop","reviewRating"); TestimonialTree_RatingDiv41.setAttribute("itemscope",""); TestimonialTree_RatingDiv41.setAttribute("itemtype","https://schema.org/Rating"); var TestimonialTree_RatingValue41 = document.createElement('span'); TestimonialTree_RatingValue41.setAttribute("itemprop","ratingValue"); TestimonialTree_RatingValue41.innerHTML = TestimonialTree_Rating41 + ' '; TestimonialTree_RatingDiv41.appendChild(TestimonialTree_RatingValue41) //Add to DOM TestimonialTree_ReviewDiv41.appendChild(TestimonialTree_SubjectLabel41); TestimonialTree_ReviewDiv41.appendChild(TestimonialTree_SubjectDiv41); if (TestimonialTree_Rating41 != '') { TestimonialTree_ReviewDiv41.appendChild(TestimonialTree_RatingLabel141); TestimonialTree_ReviewDiv41.appendChild(TestimonialTree_RatingDiv41); TestimonialTree_ReviewDiv41.appendChild(TestimonialTree_RatingLabel241); } TestimonialTree_ReviewDiv41.appendChild(TestimonialTree_TimeStamp41); TestimonialTree_Div41.appendChild(TestimonialTree_Author41); TestimonialTree_Div41.appendChild(TestimonialTree_TestDiv41); TestimonialTree_Div41.appendChild(TestimonialTree_ReviewDiv41); document.getElementById('TestimonialTree_Widget_49935').appendChild(TestimonialTree_Div41); //Create Parent Div var TestimonialTree_Div42 = document.createElement('div'); TestimonialTree_Div42.className = "TestimonialTree_Container"; TestimonialTree_Div42.setAttribute("itemscope",""); TestimonialTree_Div42.setAttribute("itemtype","https://schema.org/Review"); //Signature var TestimonialTree_Author42 = document.createElement('span'); TestimonialTree_Author42.className = "TestimonialTree_Signature"; TestimonialTree_Author42.setAttribute("itemprop","author"); TestimonialTree_Author42.setAttribute("itemscope",""); TestimonialTree_Author42.setAttribute("itemtype","https://schema.org/Person"); var TestimonialTree_AuthorName42 = document.createElement('span'); TestimonialTree_AuthorName42.className = "TestimonialTree_Signature"; TestimonialTree_AuthorName42.setAttribute("itemprop","name"); TestimonialTree_AuthorName42.innerHTML = 'Landa McGinnis'; TestimonialTree_Author42.appendChild(TestimonialTree_AuthorName42); if ('' != '') { var TestimonialTree_Source42 = document.createElement('span'); TestimonialTree_Source42.className = "TestimonialTree_Source"; TestimonialTree_Source42.setAttribute("itemprop","source"); TestimonialTree_Source42.innerHTML = ' on '; TestimonialTree_AuthorName42.appendChild(TestimonialTree_Source42); } //Testimonial var TestimonialTree_TestDiv42 = document.createElement('div'); TestimonialTree_TestDiv42.className = "TestimonialTree_Testimonial"; TestimonialTree_TestDiv42.setAttribute("style","padding-top: 7px"); TestimonialTree_TestDiv42.setAttribute("itemprop","reviewBody"); TestimonialTree_TestDiv42.innerHTML = 'Great service with fast results!'; //Review Data var TestimonialTree_ReviewDiv42 = document.createElement('div'); TestimonialTree_ReviewDiv42.className = "TestimonialTree_ReviewData"; //Review of var TestimonialTree_SubjectLabel42 = document.createElement('span'); TestimonialTree_SubjectLabel42.innerHTML = 'Testimonial For: '; //Review of var TestimonialTree_SubjectDiv42 = document.createElement('div'); TestimonialTree_SubjectDiv42.setAttribute("itemprop","itemreviewed"); TestimonialTree_SubjectDiv42.setAttribute("itemscope",""); TestimonialTree_SubjectDiv42.setAttribute("style","display: inline"); TestimonialTree_SubjectDiv42.setAttribute("itemtype","https://schema.org/Organization"); var TestimonialTree_SubjectDiv42_name = document.createElement('span'); //TestimonialTree_SubjectDiv42_name.className = "TestimonialTree_ReviewData"; TestimonialTree_SubjectDiv42_name.setAttribute("itemprop","name"); TestimonialTree_SubjectDiv42_name.innerHTML = 'Carpenter Realtors - '; TestimonialTree_SubjectDiv42.appendChild(TestimonialTree_SubjectDiv42_name) //Date var TestimonialTree_TimeStamp42 = document.createElement('time'); //TestimonialTree_TimeStamp42.className = "TestimonialTree_ReviewData"; TestimonialTree_TimeStamp42.setAttribute("itemprop","datePublished"); TestimonialTree_TimeStamp42.setAttribute("datetime","8/3/2022 3:31:22 PM"); TestimonialTree_TimeStamp42.innerHTML = '8/3/2022 3:31:22 PM'; //Rating var TestimonialTree_Rating42 = '5' var TestimonialTree_RatingLabel142 = document.createElement('span'); TestimonialTree_RatingLabel142.innerHTML = 'Rating: '; var TestimonialTree_RatingLabel242 = document.createElement('span'); TestimonialTree_RatingLabel242.innerHTML = ' of 5 - '; var TestimonialTree_RatingDiv42 = document.createElement('span'); TestimonialTree_RatingDiv42.setAttribute("itemprop","reviewRating"); TestimonialTree_RatingDiv42.setAttribute("itemscope",""); TestimonialTree_RatingDiv42.setAttribute("itemtype","https://schema.org/Rating"); var TestimonialTree_RatingValue42 = document.createElement('span'); TestimonialTree_RatingValue42.setAttribute("itemprop","ratingValue"); TestimonialTree_RatingValue42.innerHTML = TestimonialTree_Rating42 + ' '; TestimonialTree_RatingDiv42.appendChild(TestimonialTree_RatingValue42) //Add to DOM TestimonialTree_ReviewDiv42.appendChild(TestimonialTree_SubjectLabel42); TestimonialTree_ReviewDiv42.appendChild(TestimonialTree_SubjectDiv42); if (TestimonialTree_Rating42 != '') { TestimonialTree_ReviewDiv42.appendChild(TestimonialTree_RatingLabel142); TestimonialTree_ReviewDiv42.appendChild(TestimonialTree_RatingDiv42); TestimonialTree_ReviewDiv42.appendChild(TestimonialTree_RatingLabel242); } TestimonialTree_ReviewDiv42.appendChild(TestimonialTree_TimeStamp42); TestimonialTree_Div42.appendChild(TestimonialTree_Author42); TestimonialTree_Div42.appendChild(TestimonialTree_TestDiv42); TestimonialTree_Div42.appendChild(TestimonialTree_ReviewDiv42); document.getElementById('TestimonialTree_Widget_49935').appendChild(TestimonialTree_Div42); //Create Parent Div var TestimonialTree_Div43 = document.createElement('div'); TestimonialTree_Div43.className = "TestimonialTree_Container"; TestimonialTree_Div43.setAttribute("itemscope",""); TestimonialTree_Div43.setAttribute("itemtype","https://schema.org/Review"); //Signature var TestimonialTree_Author43 = document.createElement('span'); TestimonialTree_Author43.className = "TestimonialTree_Signature"; TestimonialTree_Author43.setAttribute("itemprop","author"); TestimonialTree_Author43.setAttribute("itemscope",""); TestimonialTree_Author43.setAttribute("itemtype","https://schema.org/Person"); var TestimonialTree_AuthorName43 = document.createElement('span'); TestimonialTree_AuthorName43.className = "TestimonialTree_Signature"; TestimonialTree_AuthorName43.setAttribute("itemprop","name"); TestimonialTree_AuthorName43.innerHTML = 'Jay Canine'; TestimonialTree_Author43.appendChild(TestimonialTree_AuthorName43); if ('' != '') { var TestimonialTree_Source43 = document.createElement('span'); TestimonialTree_Source43.className = "TestimonialTree_Source"; TestimonialTree_Source43.setAttribute("itemprop","source"); TestimonialTree_Source43.innerHTML = ' on '; TestimonialTree_AuthorName43.appendChild(TestimonialTree_Source43); } //Testimonial var TestimonialTree_TestDiv43 = document.createElement('div'); TestimonialTree_TestDiv43.className = "TestimonialTree_Testimonial"; TestimonialTree_TestDiv43.setAttribute("style","padding-top: 7px"); TestimonialTree_TestDiv43.setAttribute("itemprop","reviewBody"); TestimonialTree_TestDiv43.innerHTML = 'Obviously, we got the job done. Land sold and closed quickly. I had requested some input on the asking price, such as a comparison of local, similar type properties. I guess the price I provided was appropriate as not other comps were offered. Thank you.'; //Review Data var TestimonialTree_ReviewDiv43 = document.createElement('div'); TestimonialTree_ReviewDiv43.className = "TestimonialTree_ReviewData"; //Review of var TestimonialTree_SubjectLabel43 = document.createElement('span'); TestimonialTree_SubjectLabel43.innerHTML = 'Testimonial For: '; //Review of var TestimonialTree_SubjectDiv43 = document.createElement('div'); TestimonialTree_SubjectDiv43.setAttribute("itemprop","itemreviewed"); TestimonialTree_SubjectDiv43.setAttribute("itemscope",""); TestimonialTree_SubjectDiv43.setAttribute("style","display: inline"); TestimonialTree_SubjectDiv43.setAttribute("itemtype","https://schema.org/Organization"); var TestimonialTree_SubjectDiv43_name = document.createElement('span'); //TestimonialTree_SubjectDiv43_name.className = "TestimonialTree_ReviewData"; TestimonialTree_SubjectDiv43_name.setAttribute("itemprop","name"); TestimonialTree_SubjectDiv43_name.innerHTML = 'Carpenter Realtors - '; TestimonialTree_SubjectDiv43.appendChild(TestimonialTree_SubjectDiv43_name) //Date var TestimonialTree_TimeStamp43 = document.createElement('time'); //TestimonialTree_TimeStamp43.className = "TestimonialTree_ReviewData"; TestimonialTree_TimeStamp43.setAttribute("itemprop","datePublished"); TestimonialTree_TimeStamp43.setAttribute("datetime","7/29/2022 4:28:31 PM"); TestimonialTree_TimeStamp43.innerHTML = '7/29/2022 4:28:31 PM'; //Rating var TestimonialTree_Rating43 = '4' var TestimonialTree_RatingLabel143 = document.createElement('span'); TestimonialTree_RatingLabel143.innerHTML = 'Rating: '; var TestimonialTree_RatingLabel243 = document.createElement('span'); TestimonialTree_RatingLabel243.innerHTML = ' of 5 - '; var TestimonialTree_RatingDiv43 = document.createElement('span'); TestimonialTree_RatingDiv43.setAttribute("itemprop","reviewRating"); TestimonialTree_RatingDiv43.setAttribute("itemscope",""); TestimonialTree_RatingDiv43.setAttribute("itemtype","https://schema.org/Rating"); var TestimonialTree_RatingValue43 = document.createElement('span'); TestimonialTree_RatingValue43.setAttribute("itemprop","ratingValue"); TestimonialTree_RatingValue43.innerHTML = TestimonialTree_Rating43 + ' '; TestimonialTree_RatingDiv43.appendChild(TestimonialTree_RatingValue43) //Add to DOM TestimonialTree_ReviewDiv43.appendChild(TestimonialTree_SubjectLabel43); TestimonialTree_ReviewDiv43.appendChild(TestimonialTree_SubjectDiv43); if (TestimonialTree_Rating43 != '') { TestimonialTree_ReviewDiv43.appendChild(TestimonialTree_RatingLabel143); TestimonialTree_ReviewDiv43.appendChild(TestimonialTree_RatingDiv43); TestimonialTree_ReviewDiv43.appendChild(TestimonialTree_RatingLabel243); } TestimonialTree_ReviewDiv43.appendChild(TestimonialTree_TimeStamp43); TestimonialTree_Div43.appendChild(TestimonialTree_Author43); TestimonialTree_Div43.appendChild(TestimonialTree_TestDiv43); TestimonialTree_Div43.appendChild(TestimonialTree_ReviewDiv43); document.getElementById('TestimonialTree_Widget_49935').appendChild(TestimonialTree_Div43); //Create Parent Div var TestimonialTree_Div44 = document.createElement('div'); TestimonialTree_Div44.className = "TestimonialTree_Container"; TestimonialTree_Div44.setAttribute("itemscope",""); TestimonialTree_Div44.setAttribute("itemtype","https://schema.org/Review"); //Signature var TestimonialTree_Author44 = document.createElement('span'); TestimonialTree_Author44.className = "TestimonialTree_Signature"; TestimonialTree_Author44.setAttribute("itemprop","author"); TestimonialTree_Author44.setAttribute("itemscope",""); TestimonialTree_Author44.setAttribute("itemtype","https://schema.org/Person"); var TestimonialTree_AuthorName44 = document.createElement('span'); TestimonialTree_AuthorName44.className = "TestimonialTree_Signature"; TestimonialTree_AuthorName44.setAttribute("itemprop","name"); TestimonialTree_AuthorName44.innerHTML = 'Donnis Kirkpatrick '; TestimonialTree_Author44.appendChild(TestimonialTree_AuthorName44); if ('' != '') { var TestimonialTree_Source44 = document.createElement('span'); TestimonialTree_Source44.className = "TestimonialTree_Source"; TestimonialTree_Source44.setAttribute("itemprop","source"); TestimonialTree_Source44.innerHTML = ' on '; TestimonialTree_AuthorName44.appendChild(TestimonialTree_Source44); } //Testimonial var TestimonialTree_TestDiv44 = document.createElement('div'); TestimonialTree_TestDiv44.className = "TestimonialTree_Testimonial"; TestimonialTree_TestDiv44.setAttribute("style","padding-top: 7px"); TestimonialTree_TestDiv44.setAttribute("itemprop","reviewBody"); TestimonialTree_TestDiv44.innerHTML = 'Reanna did a fabulous job! She kept us up-to-date every step of the way. The whole process proceeded exactly as she said. She texted and e-mailed each time there was new info. She told us how to \u0093stage\u0094 the house for photos. Just totally pleased how everything went.'; //Review Data var TestimonialTree_ReviewDiv44 = document.createElement('div'); TestimonialTree_ReviewDiv44.className = "TestimonialTree_ReviewData"; //Review of var TestimonialTree_SubjectLabel44 = document.createElement('span'); TestimonialTree_SubjectLabel44.innerHTML = 'Testimonial For: '; //Review of var TestimonialTree_SubjectDiv44 = document.createElement('div'); TestimonialTree_SubjectDiv44.setAttribute("itemprop","itemreviewed"); TestimonialTree_SubjectDiv44.setAttribute("itemscope",""); TestimonialTree_SubjectDiv44.setAttribute("style","display: inline"); TestimonialTree_SubjectDiv44.setAttribute("itemtype","https://schema.org/Organization"); var TestimonialTree_SubjectDiv44_name = document.createElement('span'); //TestimonialTree_SubjectDiv44_name.className = "TestimonialTree_ReviewData"; TestimonialTree_SubjectDiv44_name.setAttribute("itemprop","name"); TestimonialTree_SubjectDiv44_name.innerHTML = 'Carpenter Realtors - '; TestimonialTree_SubjectDiv44.appendChild(TestimonialTree_SubjectDiv44_name) //Date var TestimonialTree_TimeStamp44 = document.createElement('time'); //TestimonialTree_TimeStamp44.className = "TestimonialTree_ReviewData"; TestimonialTree_TimeStamp44.setAttribute("itemprop","datePublished"); TestimonialTree_TimeStamp44.setAttribute("datetime","6/29/2022 12:42:35 PM"); TestimonialTree_TimeStamp44.innerHTML = '6/29/2022 12:42:35 PM'; //Rating var TestimonialTree_Rating44 = '5' var TestimonialTree_RatingLabel144 = document.createElement('span'); TestimonialTree_RatingLabel144.innerHTML = 'Rating: '; var TestimonialTree_RatingLabel244 = document.createElement('span'); TestimonialTree_RatingLabel244.innerHTML = ' of 5 - '; var TestimonialTree_RatingDiv44 = document.createElement('span'); TestimonialTree_RatingDiv44.setAttribute("itemprop","reviewRating"); TestimonialTree_RatingDiv44.setAttribute("itemscope",""); TestimonialTree_RatingDiv44.setAttribute("itemtype","https://schema.org/Rating"); var TestimonialTree_RatingValue44 = document.createElement('span'); TestimonialTree_RatingValue44.setAttribute("itemprop","ratingValue"); TestimonialTree_RatingValue44.innerHTML = TestimonialTree_Rating44 + ' '; TestimonialTree_RatingDiv44.appendChild(TestimonialTree_RatingValue44) //Add to DOM TestimonialTree_ReviewDiv44.appendChild(TestimonialTree_SubjectLabel44); TestimonialTree_ReviewDiv44.appendChild(TestimonialTree_SubjectDiv44); if (TestimonialTree_Rating44 != '') { TestimonialTree_ReviewDiv44.appendChild(TestimonialTree_RatingLabel144); TestimonialTree_ReviewDiv44.appendChild(TestimonialTree_RatingDiv44); TestimonialTree_ReviewDiv44.appendChild(TestimonialTree_RatingLabel244); } TestimonialTree_ReviewDiv44.appendChild(TestimonialTree_TimeStamp44); TestimonialTree_Div44.appendChild(TestimonialTree_Author44); TestimonialTree_Div44.appendChild(TestimonialTree_TestDiv44); TestimonialTree_Div44.appendChild(TestimonialTree_ReviewDiv44); document.getElementById('TestimonialTree_Widget_49935').appendChild(TestimonialTree_Div44); //Create Parent Div var TestimonialTree_Div45 = document.createElement('div'); TestimonialTree_Div45.className = "TestimonialTree_Container"; TestimonialTree_Div45.setAttribute("itemscope",""); TestimonialTree_Div45.setAttribute("itemtype","https://schema.org/Review"); //Signature var TestimonialTree_Author45 = document.createElement('span'); TestimonialTree_Author45.className = "TestimonialTree_Signature"; TestimonialTree_Author45.setAttribute("itemprop","author"); TestimonialTree_Author45.setAttribute("itemscope",""); TestimonialTree_Author45.setAttribute("itemtype","https://schema.org/Person"); var TestimonialTree_AuthorName45 = document.createElement('span'); TestimonialTree_AuthorName45.className = "TestimonialTree_Signature"; TestimonialTree_AuthorName45.setAttribute("itemprop","name"); TestimonialTree_AuthorName45.innerHTML = 'verda mcconnell'; TestimonialTree_Author45.appendChild(TestimonialTree_AuthorName45); if ('' != '') { var TestimonialTree_Source45 = document.createElement('span'); TestimonialTree_Source45.className = "TestimonialTree_Source"; TestimonialTree_Source45.setAttribute("itemprop","source"); TestimonialTree_Source45.innerHTML = ' on '; TestimonialTree_AuthorName45.appendChild(TestimonialTree_Source45); } //Testimonial var TestimonialTree_TestDiv45 = document.createElement('div'); TestimonialTree_TestDiv45.className = "TestimonialTree_Testimonial"; TestimonialTree_TestDiv45.setAttribute("style","padding-top: 7px"); TestimonialTree_TestDiv45.setAttribute("itemprop","reviewBody"); TestimonialTree_TestDiv45.innerHTML = 'Reanna was fantastic very informative and a delight .'; //Review Data var TestimonialTree_ReviewDiv45 = document.createElement('div'); TestimonialTree_ReviewDiv45.className = "TestimonialTree_ReviewData"; //Review of var TestimonialTree_SubjectLabel45 = document.createElement('span'); TestimonialTree_SubjectLabel45.innerHTML = 'Testimonial For: '; //Review of var TestimonialTree_SubjectDiv45 = document.createElement('div'); TestimonialTree_SubjectDiv45.setAttribute("itemprop","itemreviewed"); TestimonialTree_SubjectDiv45.setAttribute("itemscope",""); TestimonialTree_SubjectDiv45.setAttribute("style","display: inline"); TestimonialTree_SubjectDiv45.setAttribute("itemtype","https://schema.org/Organization"); var TestimonialTree_SubjectDiv45_name = document.createElement('span'); //TestimonialTree_SubjectDiv45_name.className = "TestimonialTree_ReviewData"; TestimonialTree_SubjectDiv45_name.setAttribute("itemprop","name"); TestimonialTree_SubjectDiv45_name.innerHTML = 'Carpenter Realtors - '; TestimonialTree_SubjectDiv45.appendChild(TestimonialTree_SubjectDiv45_name) //Date var TestimonialTree_TimeStamp45 = document.createElement('time'); //TestimonialTree_TimeStamp45.className = "TestimonialTree_ReviewData"; TestimonialTree_TimeStamp45.setAttribute("itemprop","datePublished"); TestimonialTree_TimeStamp45.setAttribute("datetime","4/2/2022 11:51:38 PM"); TestimonialTree_TimeStamp45.innerHTML = '4/2/2022 11:51:38 PM'; //Rating var TestimonialTree_Rating45 = '5' var TestimonialTree_RatingLabel145 = document.createElement('span'); TestimonialTree_RatingLabel145.innerHTML = 'Rating: '; var TestimonialTree_RatingLabel245 = document.createElement('span'); TestimonialTree_RatingLabel245.innerHTML = ' of 5 - '; var TestimonialTree_RatingDiv45 = document.createElement('span'); TestimonialTree_RatingDiv45.setAttribute("itemprop","reviewRating"); TestimonialTree_RatingDiv45.setAttribute("itemscope",""); TestimonialTree_RatingDiv45.setAttribute("itemtype","https://schema.org/Rating"); var TestimonialTree_RatingValue45 = document.createElement('span'); TestimonialTree_RatingValue45.setAttribute("itemprop","ratingValue"); TestimonialTree_RatingValue45.innerHTML = TestimonialTree_Rating45 + ' '; TestimonialTree_RatingDiv45.appendChild(TestimonialTree_RatingValue45) //Add to DOM TestimonialTree_ReviewDiv45.appendChild(TestimonialTree_SubjectLabel45); TestimonialTree_ReviewDiv45.appendChild(TestimonialTree_SubjectDiv45); if (TestimonialTree_Rating45 != '') { TestimonialTree_ReviewDiv45.appendChild(TestimonialTree_RatingLabel145); TestimonialTree_ReviewDiv45.appendChild(TestimonialTree_RatingDiv45); TestimonialTree_ReviewDiv45.appendChild(TestimonialTree_RatingLabel245); } TestimonialTree_ReviewDiv45.appendChild(TestimonialTree_TimeStamp45); TestimonialTree_Div45.appendChild(TestimonialTree_Author45); TestimonialTree_Div45.appendChild(TestimonialTree_TestDiv45); TestimonialTree_Div45.appendChild(TestimonialTree_ReviewDiv45); document.getElementById('TestimonialTree_Widget_49935').appendChild(TestimonialTree_Div45); //Create Parent Div var TestimonialTree_Div46 = document.createElement('div'); TestimonialTree_Div46.className = "TestimonialTree_Container"; TestimonialTree_Div46.setAttribute("itemscope",""); TestimonialTree_Div46.setAttribute("itemtype","https://schema.org/Review"); //Signature var TestimonialTree_Author46 = document.createElement('span'); TestimonialTree_Author46.className = "TestimonialTree_Signature"; TestimonialTree_Author46.setAttribute("itemprop","author"); TestimonialTree_Author46.setAttribute("itemscope",""); TestimonialTree_Author46.setAttribute("itemtype","https://schema.org/Person"); var TestimonialTree_AuthorName46 = document.createElement('span'); TestimonialTree_AuthorName46.className = "TestimonialTree_Signature"; TestimonialTree_AuthorName46.setAttribute("itemprop","name"); TestimonialTree_AuthorName46.innerHTML = 'Kelly Clensy'; TestimonialTree_Author46.appendChild(TestimonialTree_AuthorName46); if ('' != '') { var TestimonialTree_Source46 = document.createElement('span'); TestimonialTree_Source46.className = "TestimonialTree_Source"; TestimonialTree_Source46.setAttribute("itemprop","source"); TestimonialTree_Source46.innerHTML = ' on '; TestimonialTree_AuthorName46.appendChild(TestimonialTree_Source46); } //Testimonial var TestimonialTree_TestDiv46 = document.createElement('div'); TestimonialTree_TestDiv46.className = "TestimonialTree_Testimonial"; TestimonialTree_TestDiv46.setAttribute("style","padding-top: 7px"); TestimonialTree_TestDiv46.setAttribute("itemprop","reviewBody"); TestimonialTree_TestDiv46.innerHTML = 'Reanna Southard made the house selling process smooth for me. She had suggestions, but reminded me that I didn\'t have to do anything I did not want. She explained what was going on every step of the way. Reanna kept in close contact with me whenever there was anything of note. I highly recommend Reanna.'; //Review Data var TestimonialTree_ReviewDiv46 = document.createElement('div'); TestimonialTree_ReviewDiv46.className = "TestimonialTree_ReviewData"; //Review of var TestimonialTree_SubjectLabel46 = document.createElement('span'); TestimonialTree_SubjectLabel46.innerHTML = 'Testimonial For: '; //Review of var TestimonialTree_SubjectDiv46 = document.createElement('div'); TestimonialTree_SubjectDiv46.setAttribute("itemprop","itemreviewed"); TestimonialTree_SubjectDiv46.setAttribute("itemscope",""); TestimonialTree_SubjectDiv46.setAttribute("style","display: inline"); TestimonialTree_SubjectDiv46.setAttribute("itemtype","https://schema.org/Organization"); var TestimonialTree_SubjectDiv46_name = document.createElement('span'); //TestimonialTree_SubjectDiv46_name.className = "TestimonialTree_ReviewData"; TestimonialTree_SubjectDiv46_name.setAttribute("itemprop","name"); TestimonialTree_SubjectDiv46_name.innerHTML = 'Carpenter Realtors - '; TestimonialTree_SubjectDiv46.appendChild(TestimonialTree_SubjectDiv46_name) //Date var TestimonialTree_TimeStamp46 = document.createElement('time'); //TestimonialTree_TimeStamp46.className = "TestimonialTree_ReviewData"; TestimonialTree_TimeStamp46.setAttribute("itemprop","datePublished"); TestimonialTree_TimeStamp46.setAttribute("datetime","3/27/2022 10:13:57 PM"); TestimonialTree_TimeStamp46.innerHTML = '3/27/2022 10:13:57 PM'; //Rating var TestimonialTree_Rating46 = '5' var TestimonialTree_RatingLabel146 = document.createElement('span'); TestimonialTree_RatingLabel146.innerHTML = 'Rating: '; var TestimonialTree_RatingLabel246 = document.createElement('span'); TestimonialTree_RatingLabel246.innerHTML = ' of 5 - '; var TestimonialTree_RatingDiv46 = document.createElement('span'); TestimonialTree_RatingDiv46.setAttribute("itemprop","reviewRating"); TestimonialTree_RatingDiv46.setAttribute("itemscope",""); TestimonialTree_RatingDiv46.setAttribute("itemtype","https://schema.org/Rating"); var TestimonialTree_RatingValue46 = document.createElement('span'); TestimonialTree_RatingValue46.setAttribute("itemprop","ratingValue"); TestimonialTree_RatingValue46.innerHTML = TestimonialTree_Rating46 + ' '; TestimonialTree_RatingDiv46.appendChild(TestimonialTree_RatingValue46) //Add to DOM TestimonialTree_ReviewDiv46.appendChild(TestimonialTree_SubjectLabel46); TestimonialTree_ReviewDiv46.appendChild(TestimonialTree_SubjectDiv46); if (TestimonialTree_Rating46 != '') { TestimonialTree_ReviewDiv46.appendChild(TestimonialTree_RatingLabel146); TestimonialTree_ReviewDiv46.appendChild(TestimonialTree_RatingDiv46); TestimonialTree_ReviewDiv46.appendChild(TestimonialTree_RatingLabel246); } TestimonialTree_ReviewDiv46.appendChild(TestimonialTree_TimeStamp46); TestimonialTree_Div46.appendChild(TestimonialTree_Author46); TestimonialTree_Div46.appendChild(TestimonialTree_TestDiv46); TestimonialTree_Div46.appendChild(TestimonialTree_ReviewDiv46); document.getElementById('TestimonialTree_Widget_49935').appendChild(TestimonialTree_Div46); //Create Parent Div var TestimonialTree_Div47 = document.createElement('div'); TestimonialTree_Div47.className = "TestimonialTree_Container"; TestimonialTree_Div47.setAttribute("itemscope",""); TestimonialTree_Div47.setAttribute("itemtype","https://schema.org/Review"); //Signature var TestimonialTree_Author47 = document.createElement('span'); TestimonialTree_Author47.className = "TestimonialTree_Signature"; TestimonialTree_Author47.setAttribute("itemprop","author"); TestimonialTree_Author47.setAttribute("itemscope",""); TestimonialTree_Author47.setAttribute("itemtype","https://schema.org/Person"); var TestimonialTree_AuthorName47 = document.createElement('span'); TestimonialTree_AuthorName47.className = "TestimonialTree_Signature"; TestimonialTree_AuthorName47.setAttribute("itemprop","name"); TestimonialTree_AuthorName47.innerHTML = 'Peter Terew '; TestimonialTree_Author47.appendChild(TestimonialTree_AuthorName47); if ('' != '') { var TestimonialTree_Source47 = document.createElement('span'); TestimonialTree_Source47.className = "TestimonialTree_Source"; TestimonialTree_Source47.setAttribute("itemprop","source"); TestimonialTree_Source47.innerHTML = ' on '; TestimonialTree_AuthorName47.appendChild(TestimonialTree_Source47); } //Testimonial var TestimonialTree_TestDiv47 = document.createElement('div'); TestimonialTree_TestDiv47.className = "TestimonialTree_Testimonial"; TestimonialTree_TestDiv47.setAttribute("style","padding-top: 7px"); TestimonialTree_TestDiv47.setAttribute("itemprop","reviewBody"); TestimonialTree_TestDiv47.innerHTML = 'Reanna Southard and Carpenter Realtors are the best of the best when it comes to buying and selling homes. Reanna was friendly, professional, and timely with communicating. She offered great advice and I trusted her 100% with the entire process. She made everything look so easy, but that only shows how prepared and how much of an expert she is. Credit is also due to Carpenter Realtors for providing her the tools. I couldn`t be happier with the whole process and the outcome. Thank you!!!'; //Review Data var TestimonialTree_ReviewDiv47 = document.createElement('div'); TestimonialTree_ReviewDiv47.className = "TestimonialTree_ReviewData"; //Review of var TestimonialTree_SubjectLabel47 = document.createElement('span'); TestimonialTree_SubjectLabel47.innerHTML = 'Testimonial For: '; //Review of var TestimonialTree_SubjectDiv47 = document.createElement('div'); TestimonialTree_SubjectDiv47.setAttribute("itemprop","itemreviewed"); TestimonialTree_SubjectDiv47.setAttribute("itemscope",""); TestimonialTree_SubjectDiv47.setAttribute("style","display: inline"); TestimonialTree_SubjectDiv47.setAttribute("itemtype","https://schema.org/Organization"); var TestimonialTree_SubjectDiv47_name = document.createElement('span'); //TestimonialTree_SubjectDiv47_name.className = "TestimonialTree_ReviewData"; TestimonialTree_SubjectDiv47_name.setAttribute("itemprop","name"); TestimonialTree_SubjectDiv47_name.innerHTML = 'Carpenter Realtors - '; TestimonialTree_SubjectDiv47.appendChild(TestimonialTree_SubjectDiv47_name) //Date var TestimonialTree_TimeStamp47 = document.createElement('time'); //TestimonialTree_TimeStamp47.className = "TestimonialTree_ReviewData"; TestimonialTree_TimeStamp47.setAttribute("itemprop","datePublished"); TestimonialTree_TimeStamp47.setAttribute("datetime","2/22/2022 1:55:29 PM"); TestimonialTree_TimeStamp47.innerHTML = '2/22/2022 1:55:29 PM'; //Rating var TestimonialTree_Rating47 = '5' var TestimonialTree_RatingLabel147 = document.createElement('span'); TestimonialTree_RatingLabel147.innerHTML = 'Rating: '; var TestimonialTree_RatingLabel247 = document.createElement('span'); TestimonialTree_RatingLabel247.innerHTML = ' of 5 - '; var TestimonialTree_RatingDiv47 = document.createElement('span'); TestimonialTree_RatingDiv47.setAttribute("itemprop","reviewRating"); TestimonialTree_RatingDiv47.setAttribute("itemscope",""); TestimonialTree_RatingDiv47.setAttribute("itemtype","https://schema.org/Rating"); var TestimonialTree_RatingValue47 = document.createElement('span'); TestimonialTree_RatingValue47.setAttribute("itemprop","ratingValue"); TestimonialTree_RatingValue47.innerHTML = TestimonialTree_Rating47 + ' '; TestimonialTree_RatingDiv47.appendChild(TestimonialTree_RatingValue47) //Add to DOM TestimonialTree_ReviewDiv47.appendChild(TestimonialTree_SubjectLabel47); TestimonialTree_ReviewDiv47.appendChild(TestimonialTree_SubjectDiv47); if (TestimonialTree_Rating47 != '') { TestimonialTree_ReviewDiv47.appendChild(TestimonialTree_RatingLabel147); TestimonialTree_ReviewDiv47.appendChild(TestimonialTree_RatingDiv47); TestimonialTree_ReviewDiv47.appendChild(TestimonialTree_RatingLabel247); } TestimonialTree_ReviewDiv47.appendChild(TestimonialTree_TimeStamp47); TestimonialTree_Div47.appendChild(TestimonialTree_Author47); TestimonialTree_Div47.appendChild(TestimonialTree_TestDiv47); TestimonialTree_Div47.appendChild(TestimonialTree_ReviewDiv47); document.getElementById('TestimonialTree_Widget_49935').appendChild(TestimonialTree_Div47); //Create Parent Div var TestimonialTree_Div48 = document.createElement('div'); TestimonialTree_Div48.className = "TestimonialTree_Container"; TestimonialTree_Div48.setAttribute("itemscope",""); TestimonialTree_Div48.setAttribute("itemtype","https://schema.org/Review"); //Signature var TestimonialTree_Author48 = document.createElement('span'); TestimonialTree_Author48.className = "TestimonialTree_Signature"; TestimonialTree_Author48.setAttribute("itemprop","author"); TestimonialTree_Author48.setAttribute("itemscope",""); TestimonialTree_Author48.setAttribute("itemtype","https://schema.org/Person"); var TestimonialTree_AuthorName48 = document.createElement('span'); TestimonialTree_AuthorName48.className = "TestimonialTree_Signature"; TestimonialTree_AuthorName48.setAttribute("itemprop","name"); TestimonialTree_AuthorName48.innerHTML = 'Oscar Ghoston'; TestimonialTree_Author48.appendChild(TestimonialTree_AuthorName48); if ('' != '') { var TestimonialTree_Source48 = document.createElement('span'); TestimonialTree_Source48.className = "TestimonialTree_Source"; TestimonialTree_Source48.setAttribute("itemprop","source"); TestimonialTree_Source48.innerHTML = ' on '; TestimonialTree_AuthorName48.appendChild(TestimonialTree_Source48); } //Testimonial var TestimonialTree_TestDiv48 = document.createElement('div'); TestimonialTree_TestDiv48.className = "TestimonialTree_Testimonial"; TestimonialTree_TestDiv48.setAttribute("style","padding-top: 7px"); TestimonialTree_TestDiv48.setAttribute("itemprop","reviewBody"); TestimonialTree_TestDiv48.innerHTML = 'I was made to feel very comfortable in making the decision to sell my rental property. There was open commination from beginning to end. I did not have guess what the next steps in the process.
\n
\nI really appreciated the level of commitment and professionalism Reanna displayed. My property sold in less than six months, and I know without Reanna\'s help it would have taken much longer to sell.
\n
\nThank you, Reanna, for everything!
\n'; //Review Data var TestimonialTree_ReviewDiv48 = document.createElement('div'); TestimonialTree_ReviewDiv48.className = "TestimonialTree_ReviewData"; //Review of var TestimonialTree_SubjectLabel48 = document.createElement('span'); TestimonialTree_SubjectLabel48.innerHTML = 'Testimonial For: '; //Review of var TestimonialTree_SubjectDiv48 = document.createElement('div'); TestimonialTree_SubjectDiv48.setAttribute("itemprop","itemreviewed"); TestimonialTree_SubjectDiv48.setAttribute("itemscope",""); TestimonialTree_SubjectDiv48.setAttribute("style","display: inline"); TestimonialTree_SubjectDiv48.setAttribute("itemtype","https://schema.org/Organization"); var TestimonialTree_SubjectDiv48_name = document.createElement('span'); //TestimonialTree_SubjectDiv48_name.className = "TestimonialTree_ReviewData"; TestimonialTree_SubjectDiv48_name.setAttribute("itemprop","name"); TestimonialTree_SubjectDiv48_name.innerHTML = 'Carpenter Realtors - '; TestimonialTree_SubjectDiv48.appendChild(TestimonialTree_SubjectDiv48_name) //Date var TestimonialTree_TimeStamp48 = document.createElement('time'); //TestimonialTree_TimeStamp48.className = "TestimonialTree_ReviewData"; TestimonialTree_TimeStamp48.setAttribute("itemprop","datePublished"); TestimonialTree_TimeStamp48.setAttribute("datetime","2/15/2022 2:35:59 PM"); TestimonialTree_TimeStamp48.innerHTML = '2/15/2022 2:35:59 PM'; //Rating var TestimonialTree_Rating48 = '5' var TestimonialTree_RatingLabel148 = document.createElement('span'); TestimonialTree_RatingLabel148.innerHTML = 'Rating: '; var TestimonialTree_RatingLabel248 = document.createElement('span'); TestimonialTree_RatingLabel248.innerHTML = ' of 5 - '; var TestimonialTree_RatingDiv48 = document.createElement('span'); TestimonialTree_RatingDiv48.setAttribute("itemprop","reviewRating"); TestimonialTree_RatingDiv48.setAttribute("itemscope",""); TestimonialTree_RatingDiv48.setAttribute("itemtype","https://schema.org/Rating"); var TestimonialTree_RatingValue48 = document.createElement('span'); TestimonialTree_RatingValue48.setAttribute("itemprop","ratingValue"); TestimonialTree_RatingValue48.innerHTML = TestimonialTree_Rating48 + ' '; TestimonialTree_RatingDiv48.appendChild(TestimonialTree_RatingValue48) //Add to DOM TestimonialTree_ReviewDiv48.appendChild(TestimonialTree_SubjectLabel48); TestimonialTree_ReviewDiv48.appendChild(TestimonialTree_SubjectDiv48); if (TestimonialTree_Rating48 != '') { TestimonialTree_ReviewDiv48.appendChild(TestimonialTree_RatingLabel148); TestimonialTree_ReviewDiv48.appendChild(TestimonialTree_RatingDiv48); TestimonialTree_ReviewDiv48.appendChild(TestimonialTree_RatingLabel248); } TestimonialTree_ReviewDiv48.appendChild(TestimonialTree_TimeStamp48); TestimonialTree_Div48.appendChild(TestimonialTree_Author48); TestimonialTree_Div48.appendChild(TestimonialTree_TestDiv48); TestimonialTree_Div48.appendChild(TestimonialTree_ReviewDiv48); document.getElementById('TestimonialTree_Widget_49935').appendChild(TestimonialTree_Div48); //Create Parent Div var TestimonialTree_Div49 = document.createElement('div'); TestimonialTree_Div49.className = "TestimonialTree_Container"; TestimonialTree_Div49.setAttribute("itemscope",""); TestimonialTree_Div49.setAttribute("itemtype","https://schema.org/Review"); //Signature var TestimonialTree_Author49 = document.createElement('span'); TestimonialTree_Author49.className = "TestimonialTree_Signature"; TestimonialTree_Author49.setAttribute("itemprop","author"); TestimonialTree_Author49.setAttribute("itemscope",""); TestimonialTree_Author49.setAttribute("itemtype","https://schema.org/Person"); var TestimonialTree_AuthorName49 = document.createElement('span'); TestimonialTree_AuthorName49.className = "TestimonialTree_Signature"; TestimonialTree_AuthorName49.setAttribute("itemprop","name"); TestimonialTree_AuthorName49.innerHTML = 'Terry Phipps'; TestimonialTree_Author49.appendChild(TestimonialTree_AuthorName49); if ('' != '') { var TestimonialTree_Source49 = document.createElement('span'); TestimonialTree_Source49.className = "TestimonialTree_Source"; TestimonialTree_Source49.setAttribute("itemprop","source"); TestimonialTree_Source49.innerHTML = ' on '; TestimonialTree_AuthorName49.appendChild(TestimonialTree_Source49); } //Testimonial var TestimonialTree_TestDiv49 = document.createElement('div'); TestimonialTree_TestDiv49.className = "TestimonialTree_Testimonial"; TestimonialTree_TestDiv49.setAttribute("style","padding-top: 7px"); TestimonialTree_TestDiv49.setAttribute("itemprop","reviewBody"); TestimonialTree_TestDiv49.innerHTML = 'My house was sold in just a few days without any effort on my part. Reanna handled everything and kept me well informed on what was going on. She was very pleasant to work with and I would happily recommend her to others.'; //Review Data var TestimonialTree_ReviewDiv49 = document.createElement('div'); TestimonialTree_ReviewDiv49.className = "TestimonialTree_ReviewData"; //Review of var TestimonialTree_SubjectLabel49 = document.createElement('span'); TestimonialTree_SubjectLabel49.innerHTML = 'Testimonial For: '; //Review of var TestimonialTree_SubjectDiv49 = document.createElement('div'); TestimonialTree_SubjectDiv49.setAttribute("itemprop","itemreviewed"); TestimonialTree_SubjectDiv49.setAttribute("itemscope",""); TestimonialTree_SubjectDiv49.setAttribute("style","display: inline"); TestimonialTree_SubjectDiv49.setAttribute("itemtype","https://schema.org/Organization"); var TestimonialTree_SubjectDiv49_name = document.createElement('span'); //TestimonialTree_SubjectDiv49_name.className = "TestimonialTree_ReviewData"; TestimonialTree_SubjectDiv49_name.setAttribute("itemprop","name"); TestimonialTree_SubjectDiv49_name.innerHTML = 'Carpenter Realtors - '; TestimonialTree_SubjectDiv49.appendChild(TestimonialTree_SubjectDiv49_name) //Date var TestimonialTree_TimeStamp49 = document.createElement('time'); //TestimonialTree_TimeStamp49.className = "TestimonialTree_ReviewData"; TestimonialTree_TimeStamp49.setAttribute("itemprop","datePublished"); TestimonialTree_TimeStamp49.setAttribute("datetime","1/22/2022 7:19:17 PM"); TestimonialTree_TimeStamp49.innerHTML = '1/22/2022 7:19:17 PM'; //Rating var TestimonialTree_Rating49 = '5' var TestimonialTree_RatingLabel149 = document.createElement('span'); TestimonialTree_RatingLabel149.innerHTML = 'Rating: '; var TestimonialTree_RatingLabel249 = document.createElement('span'); TestimonialTree_RatingLabel249.innerHTML = ' of 5 - '; var TestimonialTree_RatingDiv49 = document.createElement('span'); TestimonialTree_RatingDiv49.setAttribute("itemprop","reviewRating"); TestimonialTree_RatingDiv49.setAttribute("itemscope",""); TestimonialTree_RatingDiv49.setAttribute("itemtype","https://schema.org/Rating"); var TestimonialTree_RatingValue49 = document.createElement('span'); TestimonialTree_RatingValue49.setAttribute("itemprop","ratingValue"); TestimonialTree_RatingValue49.innerHTML = TestimonialTree_Rating49 + ' '; TestimonialTree_RatingDiv49.appendChild(TestimonialTree_RatingValue49) //Add to DOM TestimonialTree_ReviewDiv49.appendChild(TestimonialTree_SubjectLabel49); TestimonialTree_ReviewDiv49.appendChild(TestimonialTree_SubjectDiv49); if (TestimonialTree_Rating49 != '') { TestimonialTree_ReviewDiv49.appendChild(TestimonialTree_RatingLabel149); TestimonialTree_ReviewDiv49.appendChild(TestimonialTree_RatingDiv49); TestimonialTree_ReviewDiv49.appendChild(TestimonialTree_RatingLabel249); } TestimonialTree_ReviewDiv49.appendChild(TestimonialTree_TimeStamp49); TestimonialTree_Div49.appendChild(TestimonialTree_Author49); TestimonialTree_Div49.appendChild(TestimonialTree_TestDiv49); TestimonialTree_Div49.appendChild(TestimonialTree_ReviewDiv49); document.getElementById('TestimonialTree_Widget_49935').appendChild(TestimonialTree_Div49); //Create Parent Div var TestimonialTree_Div50 = document.createElement('div'); TestimonialTree_Div50.className = "TestimonialTree_Container"; TestimonialTree_Div50.setAttribute("itemscope",""); TestimonialTree_Div50.setAttribute("itemtype","https://schema.org/Review"); //Signature var TestimonialTree_Author50 = document.createElement('span'); TestimonialTree_Author50.className = "TestimonialTree_Signature"; TestimonialTree_Author50.setAttribute("itemprop","author"); TestimonialTree_Author50.setAttribute("itemscope",""); TestimonialTree_Author50.setAttribute("itemtype","https://schema.org/Person"); var TestimonialTree_AuthorName50 = document.createElement('span'); TestimonialTree_AuthorName50.className = "TestimonialTree_Signature"; TestimonialTree_AuthorName50.setAttribute("itemprop","name"); TestimonialTree_AuthorName50.innerHTML = 'Brandy Baldwin'; TestimonialTree_Author50.appendChild(TestimonialTree_AuthorName50); if ('' != '') { var TestimonialTree_Source50 = document.createElement('span'); TestimonialTree_Source50.className = "TestimonialTree_Source"; TestimonialTree_Source50.setAttribute("itemprop","source"); TestimonialTree_Source50.innerHTML = ' on '; TestimonialTree_AuthorName50.appendChild(TestimonialTree_Source50); } //Testimonial var TestimonialTree_TestDiv50 = document.createElement('div'); TestimonialTree_TestDiv50.className = "TestimonialTree_Testimonial"; TestimonialTree_TestDiv50.setAttribute("style","padding-top: 7px"); TestimonialTree_TestDiv50.setAttribute("itemprop","reviewBody"); TestimonialTree_TestDiv50.innerHTML = 'Reanna was amazing and very helpful! Any questions or concerns that I had, she immediately took care of them. I would highly recommend her to my friends and family. '; //Review Data var TestimonialTree_ReviewDiv50 = document.createElement('div'); TestimonialTree_ReviewDiv50.className = "TestimonialTree_ReviewData"; //Review of var TestimonialTree_SubjectLabel50 = document.createElement('span'); TestimonialTree_SubjectLabel50.innerHTML = 'Testimonial For: '; //Review of var TestimonialTree_SubjectDiv50 = document.createElement('div'); TestimonialTree_SubjectDiv50.setAttribute("itemprop","itemreviewed"); TestimonialTree_SubjectDiv50.setAttribute("itemscope",""); TestimonialTree_SubjectDiv50.setAttribute("style","display: inline"); TestimonialTree_SubjectDiv50.setAttribute("itemtype","https://schema.org/Organization"); var TestimonialTree_SubjectDiv50_name = document.createElement('span'); //TestimonialTree_SubjectDiv50_name.className = "TestimonialTree_ReviewData"; TestimonialTree_SubjectDiv50_name.setAttribute("itemprop","name"); TestimonialTree_SubjectDiv50_name.innerHTML = 'Carpenter Realtors - '; TestimonialTree_SubjectDiv50.appendChild(TestimonialTree_SubjectDiv50_name) //Date var TestimonialTree_TimeStamp50 = document.createElement('time'); //TestimonialTree_TimeStamp50.className = "TestimonialTree_ReviewData"; TestimonialTree_TimeStamp50.setAttribute("itemprop","datePublished"); TestimonialTree_TimeStamp50.setAttribute("datetime","12/9/2021 12:38:58 PM"); TestimonialTree_TimeStamp50.innerHTML = '12/9/2021 12:38:58 PM'; //Rating var TestimonialTree_Rating50 = '5' var TestimonialTree_RatingLabel150 = document.createElement('span'); TestimonialTree_RatingLabel150.innerHTML = 'Rating: '; var TestimonialTree_RatingLabel250 = document.createElement('span'); TestimonialTree_RatingLabel250.innerHTML = ' of 5 - '; var TestimonialTree_RatingDiv50 = document.createElement('span'); TestimonialTree_RatingDiv50.setAttribute("itemprop","reviewRating"); TestimonialTree_RatingDiv50.setAttribute("itemscope",""); TestimonialTree_RatingDiv50.setAttribute("itemtype","https://schema.org/Rating"); var TestimonialTree_RatingValue50 = document.createElement('span'); TestimonialTree_RatingValue50.setAttribute("itemprop","ratingValue"); TestimonialTree_RatingValue50.innerHTML = TestimonialTree_Rating50 + ' '; TestimonialTree_RatingDiv50.appendChild(TestimonialTree_RatingValue50) //Add to DOM TestimonialTree_ReviewDiv50.appendChild(TestimonialTree_SubjectLabel50); TestimonialTree_ReviewDiv50.appendChild(TestimonialTree_SubjectDiv50); if (TestimonialTree_Rating50 != '') { TestimonialTree_ReviewDiv50.appendChild(TestimonialTree_RatingLabel150); TestimonialTree_ReviewDiv50.appendChild(TestimonialTree_RatingDiv50); TestimonialTree_ReviewDiv50.appendChild(TestimonialTree_RatingLabel250); } TestimonialTree_ReviewDiv50.appendChild(TestimonialTree_TimeStamp50); TestimonialTree_Div50.appendChild(TestimonialTree_Author50); TestimonialTree_Div50.appendChild(TestimonialTree_TestDiv50); TestimonialTree_Div50.appendChild(TestimonialTree_ReviewDiv50); document.getElementById('TestimonialTree_Widget_49935').appendChild(TestimonialTree_Div50); //Create Parent Div var TestimonialTree_Div51 = document.createElement('div'); TestimonialTree_Div51.className = "TestimonialTree_Container"; TestimonialTree_Div51.setAttribute("itemscope",""); TestimonialTree_Div51.setAttribute("itemtype","https://schema.org/Review"); //Signature var TestimonialTree_Author51 = document.createElement('span'); TestimonialTree_Author51.className = "TestimonialTree_Signature"; TestimonialTree_Author51.setAttribute("itemprop","author"); TestimonialTree_Author51.setAttribute("itemscope",""); TestimonialTree_Author51.setAttribute("itemtype","https://schema.org/Person"); var TestimonialTree_AuthorName51 = document.createElement('span'); TestimonialTree_AuthorName51.className = "TestimonialTree_Signature"; TestimonialTree_AuthorName51.setAttribute("itemprop","name"); TestimonialTree_AuthorName51.innerHTML = 'Mark Lewis'; TestimonialTree_Author51.appendChild(TestimonialTree_AuthorName51); if ('' != '') { var TestimonialTree_Source51 = document.createElement('span'); TestimonialTree_Source51.className = "TestimonialTree_Source"; TestimonialTree_Source51.setAttribute("itemprop","source"); TestimonialTree_Source51.innerHTML = ' on '; TestimonialTree_AuthorName51.appendChild(TestimonialTree_Source51); } //Testimonial var TestimonialTree_TestDiv51 = document.createElement('div'); TestimonialTree_TestDiv51.className = "TestimonialTree_Testimonial"; TestimonialTree_TestDiv51.setAttribute("style","padding-top: 7px"); TestimonialTree_TestDiv51.setAttribute("itemprop","reviewBody"); TestimonialTree_TestDiv51.innerHTML = 'Reanna was wonderful. Knowledgeable, professional, and attentive to every detail. My husband and I would highly recommend her. '; //Review Data var TestimonialTree_ReviewDiv51 = document.createElement('div'); TestimonialTree_ReviewDiv51.className = "TestimonialTree_ReviewData"; //Review of var TestimonialTree_SubjectLabel51 = document.createElement('span'); TestimonialTree_SubjectLabel51.innerHTML = 'Testimonial For: '; //Review of var TestimonialTree_SubjectDiv51 = document.createElement('div'); TestimonialTree_SubjectDiv51.setAttribute("itemprop","itemreviewed"); TestimonialTree_SubjectDiv51.setAttribute("itemscope",""); TestimonialTree_SubjectDiv51.setAttribute("style","display: inline"); TestimonialTree_SubjectDiv51.setAttribute("itemtype","https://schema.org/Organization"); var TestimonialTree_SubjectDiv51_name = document.createElement('span'); //TestimonialTree_SubjectDiv51_name.className = "TestimonialTree_ReviewData"; TestimonialTree_SubjectDiv51_name.setAttribute("itemprop","name"); TestimonialTree_SubjectDiv51_name.innerHTML = 'Carpenter Realtors - '; TestimonialTree_SubjectDiv51.appendChild(TestimonialTree_SubjectDiv51_name) //Date var TestimonialTree_TimeStamp51 = document.createElement('time'); //TestimonialTree_TimeStamp51.className = "TestimonialTree_ReviewData"; TestimonialTree_TimeStamp51.setAttribute("itemprop","datePublished"); TestimonialTree_TimeStamp51.setAttribute("datetime","9/11/2021 12:11:13 AM"); TestimonialTree_TimeStamp51.innerHTML = '9/11/2021 12:11:13 AM'; //Rating var TestimonialTree_Rating51 = '5' var TestimonialTree_RatingLabel151 = document.createElement('span'); TestimonialTree_RatingLabel151.innerHTML = 'Rating: '; var TestimonialTree_RatingLabel251 = document.createElement('span'); TestimonialTree_RatingLabel251.innerHTML = ' of 5 - '; var TestimonialTree_RatingDiv51 = document.createElement('span'); TestimonialTree_RatingDiv51.setAttribute("itemprop","reviewRating"); TestimonialTree_RatingDiv51.setAttribute("itemscope",""); TestimonialTree_RatingDiv51.setAttribute("itemtype","https://schema.org/Rating"); var TestimonialTree_RatingValue51 = document.createElement('span'); TestimonialTree_RatingValue51.setAttribute("itemprop","ratingValue"); TestimonialTree_RatingValue51.innerHTML = TestimonialTree_Rating51 + ' '; TestimonialTree_RatingDiv51.appendChild(TestimonialTree_RatingValue51) //Add to DOM TestimonialTree_ReviewDiv51.appendChild(TestimonialTree_SubjectLabel51); TestimonialTree_ReviewDiv51.appendChild(TestimonialTree_SubjectDiv51); if (TestimonialTree_Rating51 != '') { TestimonialTree_ReviewDiv51.appendChild(TestimonialTree_RatingLabel151); TestimonialTree_ReviewDiv51.appendChild(TestimonialTree_RatingDiv51); TestimonialTree_ReviewDiv51.appendChild(TestimonialTree_RatingLabel251); } TestimonialTree_ReviewDiv51.appendChild(TestimonialTree_TimeStamp51); TestimonialTree_Div51.appendChild(TestimonialTree_Author51); TestimonialTree_Div51.appendChild(TestimonialTree_TestDiv51); TestimonialTree_Div51.appendChild(TestimonialTree_ReviewDiv51); document.getElementById('TestimonialTree_Widget_49935').appendChild(TestimonialTree_Div51); //Create Parent Div var TestimonialTree_Div52 = document.createElement('div'); TestimonialTree_Div52.className = "TestimonialTree_Container"; TestimonialTree_Div52.setAttribute("itemscope",""); TestimonialTree_Div52.setAttribute("itemtype","https://schema.org/Review"); //Signature var TestimonialTree_Author52 = document.createElement('span'); TestimonialTree_Author52.className = "TestimonialTree_Signature"; TestimonialTree_Author52.setAttribute("itemprop","author"); TestimonialTree_Author52.setAttribute("itemscope",""); TestimonialTree_Author52.setAttribute("itemtype","https://schema.org/Person"); var TestimonialTree_AuthorName52 = document.createElement('span'); TestimonialTree_AuthorName52.className = "TestimonialTree_Signature"; TestimonialTree_AuthorName52.setAttribute("itemprop","name"); TestimonialTree_AuthorName52.innerHTML = 'Kasey L. Stansberry'; TestimonialTree_Author52.appendChild(TestimonialTree_AuthorName52); if ('' != '') { var TestimonialTree_Source52 = document.createElement('span'); TestimonialTree_Source52.className = "TestimonialTree_Source"; TestimonialTree_Source52.setAttribute("itemprop","source"); TestimonialTree_Source52.innerHTML = ' on '; TestimonialTree_AuthorName52.appendChild(TestimonialTree_Source52); } //Testimonial var TestimonialTree_TestDiv52 = document.createElement('div'); TestimonialTree_TestDiv52.className = "TestimonialTree_Testimonial"; TestimonialTree_TestDiv52.setAttribute("style","padding-top: 7px"); TestimonialTree_TestDiv52.setAttribute("itemprop","reviewBody"); TestimonialTree_TestDiv52.innerHTML = 'Reanna was not only helpful but extremely knowledgeable about the whole process of selling our house. We had a few hiccups to deal with and she remained calm and got us through it. We loved working with her!!'; //Review Data var TestimonialTree_ReviewDiv52 = document.createElement('div'); TestimonialTree_ReviewDiv52.className = "TestimonialTree_ReviewData"; //Review of var TestimonialTree_SubjectLabel52 = document.createElement('span'); TestimonialTree_SubjectLabel52.innerHTML = 'Testimonial For: '; //Review of var TestimonialTree_SubjectDiv52 = document.createElement('div'); TestimonialTree_SubjectDiv52.setAttribute("itemprop","itemreviewed"); TestimonialTree_SubjectDiv52.setAttribute("itemscope",""); TestimonialTree_SubjectDiv52.setAttribute("style","display: inline"); TestimonialTree_SubjectDiv52.setAttribute("itemtype","https://schema.org/Organization"); var TestimonialTree_SubjectDiv52_name = document.createElement('span'); //TestimonialTree_SubjectDiv52_name.className = "TestimonialTree_ReviewData"; TestimonialTree_SubjectDiv52_name.setAttribute("itemprop","name"); TestimonialTree_SubjectDiv52_name.innerHTML = 'Carpenter Realtors - '; TestimonialTree_SubjectDiv52.appendChild(TestimonialTree_SubjectDiv52_name) //Date var TestimonialTree_TimeStamp52 = document.createElement('time'); //TestimonialTree_TimeStamp52.className = "TestimonialTree_ReviewData"; TestimonialTree_TimeStamp52.setAttribute("itemprop","datePublished"); TestimonialTree_TimeStamp52.setAttribute("datetime","9/7/2021 7:26:00 PM"); TestimonialTree_TimeStamp52.innerHTML = '9/7/2021 7:26:00 PM'; //Rating var TestimonialTree_Rating52 = '5' var TestimonialTree_RatingLabel152 = document.createElement('span'); TestimonialTree_RatingLabel152.innerHTML = 'Rating: '; var TestimonialTree_RatingLabel252 = document.createElement('span'); TestimonialTree_RatingLabel252.innerHTML = ' of 5 - '; var TestimonialTree_RatingDiv52 = document.createElement('span'); TestimonialTree_RatingDiv52.setAttribute("itemprop","reviewRating"); TestimonialTree_RatingDiv52.setAttribute("itemscope",""); TestimonialTree_RatingDiv52.setAttribute("itemtype","https://schema.org/Rating"); var TestimonialTree_RatingValue52 = document.createElement('span'); TestimonialTree_RatingValue52.setAttribute("itemprop","ratingValue"); TestimonialTree_RatingValue52.innerHTML = TestimonialTree_Rating52 + ' '; TestimonialTree_RatingDiv52.appendChild(TestimonialTree_RatingValue52) //Add to DOM TestimonialTree_ReviewDiv52.appendChild(TestimonialTree_SubjectLabel52); TestimonialTree_ReviewDiv52.appendChild(TestimonialTree_SubjectDiv52); if (TestimonialTree_Rating52 != '') { TestimonialTree_ReviewDiv52.appendChild(TestimonialTree_RatingLabel152); TestimonialTree_ReviewDiv52.appendChild(TestimonialTree_RatingDiv52); TestimonialTree_ReviewDiv52.appendChild(TestimonialTree_RatingLabel252); } TestimonialTree_ReviewDiv52.appendChild(TestimonialTree_TimeStamp52); TestimonialTree_Div52.appendChild(TestimonialTree_Author52); TestimonialTree_Div52.appendChild(TestimonialTree_TestDiv52); TestimonialTree_Div52.appendChild(TestimonialTree_ReviewDiv52); document.getElementById('TestimonialTree_Widget_49935').appendChild(TestimonialTree_Div52); //Create Parent Div var TestimonialTree_Div53 = document.createElement('div'); TestimonialTree_Div53.className = "TestimonialTree_Container"; TestimonialTree_Div53.setAttribute("itemscope",""); TestimonialTree_Div53.setAttribute("itemtype","https://schema.org/Review"); //Signature var TestimonialTree_Author53 = document.createElement('span'); TestimonialTree_Author53.className = "TestimonialTree_Signature"; TestimonialTree_Author53.setAttribute("itemprop","author"); TestimonialTree_Author53.setAttribute("itemscope",""); TestimonialTree_Author53.setAttribute("itemtype","https://schema.org/Person"); var TestimonialTree_AuthorName53 = document.createElement('span'); TestimonialTree_AuthorName53.className = "TestimonialTree_Signature"; TestimonialTree_AuthorName53.setAttribute("itemprop","name"); TestimonialTree_AuthorName53.innerHTML = 'Judith Decker'; TestimonialTree_Author53.appendChild(TestimonialTree_AuthorName53); if ('' != '') { var TestimonialTree_Source53 = document.createElement('span'); TestimonialTree_Source53.className = "TestimonialTree_Source"; TestimonialTree_Source53.setAttribute("itemprop","source"); TestimonialTree_Source53.innerHTML = ' on '; TestimonialTree_AuthorName53.appendChild(TestimonialTree_Source53); } //Testimonial var TestimonialTree_TestDiv53 = document.createElement('div'); TestimonialTree_TestDiv53.className = "TestimonialTree_Testimonial"; TestimonialTree_TestDiv53.setAttribute("style","padding-top: 7px"); TestimonialTree_TestDiv53.setAttribute("itemprop","reviewBody"); TestimonialTree_TestDiv53.innerHTML = 'Reanna was very professional & always answered all our questions! We could not have been more pleased! I would recommend her highly!'; //Review Data var TestimonialTree_ReviewDiv53 = document.createElement('div'); TestimonialTree_ReviewDiv53.className = "TestimonialTree_ReviewData"; //Review of var TestimonialTree_SubjectLabel53 = document.createElement('span'); TestimonialTree_SubjectLabel53.innerHTML = 'Testimonial For: '; //Review of var TestimonialTree_SubjectDiv53 = document.createElement('div'); TestimonialTree_SubjectDiv53.setAttribute("itemprop","itemreviewed"); TestimonialTree_SubjectDiv53.setAttribute("itemscope",""); TestimonialTree_SubjectDiv53.setAttribute("style","display: inline"); TestimonialTree_SubjectDiv53.setAttribute("itemtype","https://schema.org/Organization"); var TestimonialTree_SubjectDiv53_name = document.createElement('span'); //TestimonialTree_SubjectDiv53_name.className = "TestimonialTree_ReviewData"; TestimonialTree_SubjectDiv53_name.setAttribute("itemprop","name"); TestimonialTree_SubjectDiv53_name.innerHTML = 'Carpenter Realtors - '; TestimonialTree_SubjectDiv53.appendChild(TestimonialTree_SubjectDiv53_name) //Date var TestimonialTree_TimeStamp53 = document.createElement('time'); //TestimonialTree_TimeStamp53.className = "TestimonialTree_ReviewData"; TestimonialTree_TimeStamp53.setAttribute("itemprop","datePublished"); TestimonialTree_TimeStamp53.setAttribute("datetime","9/7/2021 6:08:55 PM"); TestimonialTree_TimeStamp53.innerHTML = '9/7/2021 6:08:55 PM'; //Rating var TestimonialTree_Rating53 = '5' var TestimonialTree_RatingLabel153 = document.createElement('span'); TestimonialTree_RatingLabel153.innerHTML = 'Rating: '; var TestimonialTree_RatingLabel253 = document.createElement('span'); TestimonialTree_RatingLabel253.innerHTML = ' of 5 - '; var TestimonialTree_RatingDiv53 = document.createElement('span'); TestimonialTree_RatingDiv53.setAttribute("itemprop","reviewRating"); TestimonialTree_RatingDiv53.setAttribute("itemscope",""); TestimonialTree_RatingDiv53.setAttribute("itemtype","https://schema.org/Rating"); var TestimonialTree_RatingValue53 = document.createElement('span'); TestimonialTree_RatingValue53.setAttribute("itemprop","ratingValue"); TestimonialTree_RatingValue53.innerHTML = TestimonialTree_Rating53 + ' '; TestimonialTree_RatingDiv53.appendChild(TestimonialTree_RatingValue53) //Add to DOM TestimonialTree_ReviewDiv53.appendChild(TestimonialTree_SubjectLabel53); TestimonialTree_ReviewDiv53.appendChild(TestimonialTree_SubjectDiv53); if (TestimonialTree_Rating53 != '') { TestimonialTree_ReviewDiv53.appendChild(TestimonialTree_RatingLabel153); TestimonialTree_ReviewDiv53.appendChild(TestimonialTree_RatingDiv53); TestimonialTree_ReviewDiv53.appendChild(TestimonialTree_RatingLabel253); } TestimonialTree_ReviewDiv53.appendChild(TestimonialTree_TimeStamp53); TestimonialTree_Div53.appendChild(TestimonialTree_Author53); TestimonialTree_Div53.appendChild(TestimonialTree_TestDiv53); TestimonialTree_Div53.appendChild(TestimonialTree_ReviewDiv53); document.getElementById('TestimonialTree_Widget_49935').appendChild(TestimonialTree_Div53); //Create Parent Div var TestimonialTree_Div54 = document.createElement('div'); TestimonialTree_Div54.className = "TestimonialTree_Container"; TestimonialTree_Div54.setAttribute("itemscope",""); TestimonialTree_Div54.setAttribute("itemtype","https://schema.org/Review"); //Signature var TestimonialTree_Author54 = document.createElement('span'); TestimonialTree_Author54.className = "TestimonialTree_Signature"; TestimonialTree_Author54.setAttribute("itemprop","author"); TestimonialTree_Author54.setAttribute("itemscope",""); TestimonialTree_Author54.setAttribute("itemtype","https://schema.org/Person"); var TestimonialTree_AuthorName54 = document.createElement('span'); TestimonialTree_AuthorName54.className = "TestimonialTree_Signature"; TestimonialTree_AuthorName54.setAttribute("itemprop","name"); TestimonialTree_AuthorName54.innerHTML = 'zuser20170918053446959'; TestimonialTree_Author54.appendChild(TestimonialTree_AuthorName54); if ('Zillow' != '') { var TestimonialTree_Source54 = document.createElement('span'); TestimonialTree_Source54.className = "TestimonialTree_Source"; TestimonialTree_Source54.setAttribute("itemprop","source"); TestimonialTree_Source54.innerHTML = ' on Zillow'; TestimonialTree_AuthorName54.appendChild(TestimonialTree_Source54); } //Testimonial var TestimonialTree_TestDiv54 = document.createElement('div'); TestimonialTree_TestDiv54.className = "TestimonialTree_Testimonial"; TestimonialTree_TestDiv54.setAttribute("style","padding-top: 7px"); TestimonialTree_TestDiv54.setAttribute("itemprop","reviewBody"); TestimonialTree_TestDiv54.innerHTML = 'Reanna made the process of selling our home, and buying our new home stress free. She was always a step ahead of the process, very knowledgeable, and also hard working. I highly recommend Reanna if you want to buy or sell your home smoothly!'; //Review Data var TestimonialTree_ReviewDiv54 = document.createElement('div'); TestimonialTree_ReviewDiv54.className = "TestimonialTree_ReviewData"; //Review of var TestimonialTree_SubjectLabel54 = document.createElement('span'); TestimonialTree_SubjectLabel54.innerHTML = 'Testimonial For: '; //Review of var TestimonialTree_SubjectDiv54 = document.createElement('div'); TestimonialTree_SubjectDiv54.setAttribute("itemprop","itemreviewed"); TestimonialTree_SubjectDiv54.setAttribute("itemscope",""); TestimonialTree_SubjectDiv54.setAttribute("style","display: inline"); TestimonialTree_SubjectDiv54.setAttribute("itemtype","https://schema.org/Organization"); var TestimonialTree_SubjectDiv54_name = document.createElement('span'); //TestimonialTree_SubjectDiv54_name.className = "TestimonialTree_ReviewData"; TestimonialTree_SubjectDiv54_name.setAttribute("itemprop","name"); TestimonialTree_SubjectDiv54_name.innerHTML = 'Carpenter Realtors - '; TestimonialTree_SubjectDiv54.appendChild(TestimonialTree_SubjectDiv54_name) //Date var TestimonialTree_TimeStamp54 = document.createElement('time'); //TestimonialTree_TimeStamp54.className = "TestimonialTree_ReviewData"; TestimonialTree_TimeStamp54.setAttribute("itemprop","datePublished"); TestimonialTree_TimeStamp54.setAttribute("datetime","9/22/2017 12:00:00 AM"); TestimonialTree_TimeStamp54.innerHTML = '9/22/2017 12:00:00 AM'; //Rating var TestimonialTree_Rating54 = '5' var TestimonialTree_RatingLabel154 = document.createElement('span'); TestimonialTree_RatingLabel154.innerHTML = 'Rating: '; var TestimonialTree_RatingLabel254 = document.createElement('span'); TestimonialTree_RatingLabel254.innerHTML = ' of 5 - '; var TestimonialTree_RatingDiv54 = document.createElement('span'); TestimonialTree_RatingDiv54.setAttribute("itemprop","reviewRating"); TestimonialTree_RatingDiv54.setAttribute("itemscope",""); TestimonialTree_RatingDiv54.setAttribute("itemtype","https://schema.org/Rating"); var TestimonialTree_RatingValue54 = document.createElement('span'); TestimonialTree_RatingValue54.setAttribute("itemprop","ratingValue"); TestimonialTree_RatingValue54.innerHTML = TestimonialTree_Rating54 + ' '; TestimonialTree_RatingDiv54.appendChild(TestimonialTree_RatingValue54) //Add to DOM TestimonialTree_ReviewDiv54.appendChild(TestimonialTree_SubjectLabel54); TestimonialTree_ReviewDiv54.appendChild(TestimonialTree_SubjectDiv54); if (TestimonialTree_Rating54 != '') { TestimonialTree_ReviewDiv54.appendChild(TestimonialTree_RatingLabel154); TestimonialTree_ReviewDiv54.appendChild(TestimonialTree_RatingDiv54); TestimonialTree_ReviewDiv54.appendChild(TestimonialTree_RatingLabel254); } TestimonialTree_ReviewDiv54.appendChild(TestimonialTree_TimeStamp54); TestimonialTree_Div54.appendChild(TestimonialTree_Author54); TestimonialTree_Div54.appendChild(TestimonialTree_TestDiv54); TestimonialTree_Div54.appendChild(TestimonialTree_ReviewDiv54); document.getElementById('TestimonialTree_Widget_49935').appendChild(TestimonialTree_Div54); document.getElementById('TestimonialTree_Widget_49935').appendChild(AddTestimonialLink); document.getElementById('TestimonialTree_Widget_49935').appendChild(TestimonialLink); };