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);
})();
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=58462¶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_Widget1.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);
var BR0 = document.createElement('BR');
var TestRow0 = document.createElement('TR');
var TestCell0 = document.createElement('TD');
TestCell0.className = 'TestimonialTree_Testimonial';
TestCell0.className = 'TestimonialTree_Testimonial';
var TestDiv0 = document.createElement('div');
TestDiv0.innerHTML= '\"Delila McKenna helped me locate my home here in Vero Beach. Delila anticipated and answered all my questions quickly.
\n
\nI am proud that I\u0092m a senior citizen, but my computer skills are not stellar. Delila needed to explain much to me which she did with a smile. Delila was professional at every step of the process and I will highly recommend her.
\n\"';
TestCell0.appendChild(TestDiv0);
TestRow0.appendChild(TestCell0);
var SigRow0 = document.createElement('TR');
var SigCell0 = document.createElement('TD');
SigCell0.className = 'TestimonialTree_Signature';
var SigData0 = document.createTextNode('Rebecca C');
SigCell0.appendChild(SigData0);
SigRow0.appendChild(SigCell0);
//Add Row
tmp.appendChild(SigRow0);
//Add Row
tmp.appendChild(TestRow0);
var BR1 = document.createElement('BR');
var TestRow1 = document.createElement('TR');
var TestCell1 = document.createElement('TD');
TestCell1.className = 'TestimonialTree_Testimonial';
TestCell1.className = 'TestimonialTree_Testimonial';
var TestDiv1 = document.createElement('div');
TestDiv1.innerHTML= '\"My realtor did a fantastic job selling my house! I would recommend her to help sell a friend house.
\n \"';
TestCell1.appendChild(TestDiv1);
TestRow1.appendChild(TestCell1);
var SigRow1 = document.createElement('TR');
var SigCell1 = document.createElement('TD');
SigCell1.className = 'TestimonialTree_Signature';
var SigData1 = document.createTextNode('Sandy L');
SigCell1.appendChild(SigData1);
SigRow1.appendChild(SigCell1);
//Add Row
tmp.appendChild(SigRow1);
//Add Row
tmp.appendChild(TestRow1);
var BR2 = document.createElement('BR');
var TestRow2 = document.createElement('TR');
var TestCell2 = document.createElement('TD');
TestCell2.className = 'TestimonialTree_Testimonial';
TestCell2.className = 'TestimonialTree_Testimonial';
var TestDiv2 = document.createElement('div');
TestDiv2.innerHTML= '\"Selling a home is always stressful and we very much appreciated the excellent help and advice given by Petra Knauthe, our realtor, and Christina. Petra steered us through the complexities of paperwork (selling a home in the USA is somewhat different than in Europe) and all was finalized literally on the day we returned to Europe.
\n
\nCarole and Clive Clifford\"';
TestCell2.appendChild(TestDiv2);
TestRow2.appendChild(TestCell2);
var SigRow2 = document.createElement('TR');
var SigCell2 = document.createElement('TD');
SigCell2.className = 'TestimonialTree_Signature';
var SigData2 = document.createTextNode('Clive & Carole C');
SigCell2.appendChild(SigData2);
SigRow2.appendChild(SigCell2);
//Add Row
tmp.appendChild(SigRow2);
//Add Row
tmp.appendChild(TestRow2);
var BR3 = document.createElement('BR');
var TestRow3 = document.createElement('TR');
var TestCell3 = document.createElement('TD');
TestCell3.className = 'TestimonialTree_Testimonial';
TestCell3.className = 'TestimonialTree_Testimonial';
var TestDiv3 = document.createElement('div');
TestDiv3.innerHTML= '\"Sherri was great\"';
TestCell3.appendChild(TestDiv3);
TestRow3.appendChild(TestCell3);
var SigRow3 = document.createElement('TR');
var SigCell3 = document.createElement('TD');
SigCell3.className = 'TestimonialTree_Signature';
var SigData3 = document.createTextNode('Michael B');
SigCell3.appendChild(SigData3);
SigRow3.appendChild(SigCell3);
//Add Row
tmp.appendChild(SigRow3);
//Add Row
tmp.appendChild(TestRow3);
var BR4 = document.createElement('BR');
var TestRow4 = document.createElement('TR');
var TestCell4 = document.createElement('TD');
TestCell4.className = 'TestimonialTree_Testimonial';
TestCell4.className = 'TestimonialTree_Testimonial';
var TestDiv4 = document.createElement('div');
TestDiv4.innerHTML= '\"Pam was excellent at meeting our needs. We were not a big deal as we were buying 12 to 15 thousand dollar lots. She treated us as if we were buying a 2 million dollar estate. Her professionalism was impressive even when dealing with a selling realtor was a nightmare. I would recommend Pam Civitillo (not sure correct last name spelling) to anyone buying property in Florida. She was a blessing as we stumbled upon her by coincidence. \"';
TestCell4.appendChild(TestDiv4);
TestRow4.appendChild(TestCell4);
var SigRow4 = document.createElement('TR');
var SigCell4 = document.createElement('TD');
SigCell4.className = 'TestimonialTree_Signature';
var SigData4 = document.createTextNode('Dawn M');
SigCell4.appendChild(SigData4);
SigRow4.appendChild(SigCell4);
//Add Row
tmp.appendChild(SigRow4);
//Add Row
tmp.appendChild(TestRow4);
var BR5 = document.createElement('BR');
var TestRow5 = document.createElement('TR');
var TestCell5 = document.createElement('TD');
TestCell5.className = 'TestimonialTree_Testimonial';
TestCell5.className = 'TestimonialTree_Testimonial';
var TestDiv5 = document.createElement('div');
TestDiv5.innerHTML= '\"Diane and Frank went waaaay above and beyond to get us in our dream home. I will always reach out to them for family and friends! So very grateful for them!\"';
TestCell5.appendChild(TestDiv5);
TestRow5.appendChild(TestCell5);
var SigRow5 = document.createElement('TR');
var SigCell5 = document.createElement('TD');
SigCell5.className = 'TestimonialTree_Signature';
var SigData5 = document.createTextNode('Gary A & Dorothy J');
SigCell5.appendChild(SigData5);
SigRow5.appendChild(SigCell5);
//Add Row
tmp.appendChild(SigRow5);
//Add Row
tmp.appendChild(TestRow5);
var BR6 = document.createElement('BR');
var TestRow6 = document.createElement('TR');
var TestCell6 = document.createElement('TD');
TestCell6.className = 'TestimonialTree_Testimonial';
TestCell6.className = 'TestimonialTree_Testimonial';
var TestDiv6 = document.createElement('div');
TestDiv6.innerHTML= '\"Deborah Ankney came highly recommended, and she did not disappoint. Exceedingly responsive, entirely engaging and profoundly professional. We had less interaction with her sidekick, Martha, but she was also very impressive. \"';
TestCell6.appendChild(TestDiv6);
TestRow6.appendChild(TestCell6);
var SigRow6 = document.createElement('TR');
var SigCell6 = document.createElement('TD');
SigCell6.className = 'TestimonialTree_Signature';
var SigData6 = document.createTextNode('Kirk H');
SigCell6.appendChild(SigData6);
SigRow6.appendChild(SigCell6);
//Add Row
tmp.appendChild(SigRow6);
//Add Row
tmp.appendChild(TestRow6);
var BR7 = document.createElement('BR');
var TestRow7 = document.createElement('TR');
var TestCell7 = document.createElement('TD');
TestCell7.className = 'TestimonialTree_Testimonial';
TestCell7.className = 'TestimonialTree_Testimonial';
var TestDiv7 = document.createElement('div');
TestDiv7.innerHTML= '\"Thank you for all your help.\"';
TestCell7.appendChild(TestDiv7);
TestRow7.appendChild(TestCell7);
var SigRow7 = document.createElement('TR');
var SigCell7 = document.createElement('TD');
SigCell7.className = 'TestimonialTree_Signature';
var SigData7 = document.createTextNode('PHYLLIS O');
SigCell7.appendChild(SigData7);
SigRow7.appendChild(SigCell7);
//Add Row
tmp.appendChild(SigRow7);
//Add Row
tmp.appendChild(TestRow7);
var BR8 = document.createElement('BR');
var TestRow8 = document.createElement('TR');
var TestCell8 = document.createElement('TD');
TestCell8.className = 'TestimonialTree_Testimonial';
TestCell8.className = 'TestimonialTree_Testimonial';
var TestDiv8 = document.createElement('div');
TestDiv8.innerHTML= '\"Paul & Beth Frommann from the Indian Harbour Beach Florida office were outstanding!\"';
TestCell8.appendChild(TestDiv8);
TestRow8.appendChild(TestCell8);
var SigRow8 = document.createElement('TR');
var SigCell8 = document.createElement('TD');
SigCell8.className = 'TestimonialTree_Signature';
var SigData8 = document.createTextNode('Richard L');
SigCell8.appendChild(SigData8);
SigRow8.appendChild(SigCell8);
//Add Row
tmp.appendChild(SigRow8);
//Add Row
tmp.appendChild(TestRow8);
var BR9 = document.createElement('BR');
var TestRow9 = document.createElement('TR');
var TestCell9 = document.createElement('TD');
TestCell9.className = 'TestimonialTree_Testimonial';
TestCell9.className = 'TestimonialTree_Testimonial';
var TestDiv9 = document.createElement('div');
TestDiv9.innerHTML= '\"We were most satisfied in our dealings with Robyn Thomas. She was knowledgeable, professional, and courteous at all times. Her assessment of the property was realistic and she secured a timely sale. We would highly recommend her services. \"';
TestCell9.appendChild(TestDiv9);
TestRow9.appendChild(TestCell9);
var SigRow9 = document.createElement('TR');
var SigCell9 = document.createElement('TD');
SigCell9.className = 'TestimonialTree_Signature';
var SigData9 = document.createTextNode('Richard B');
SigCell9.appendChild(SigData9);
SigRow9.appendChild(SigCell9);
//Add Row
tmp.appendChild(SigRow9);
//Add Row
tmp.appendChild(TestRow9);
var BR10 = document.createElement('BR');
var TestRow10 = document.createElement('TR');
var TestCell10 = document.createElement('TD');
TestCell10.className = 'TestimonialTree_Testimonial';
TestCell10.className = 'TestimonialTree_Testimonial';
var TestDiv10 = document.createElement('div');
TestDiv10.innerHTML= '\"100% satisfied with both Diana Legg as a rental agent and Luisa Schack as sales agent. Both were courteous, professional, and quick to respond in all instances.\"';
TestCell10.appendChild(TestDiv10);
TestRow10.appendChild(TestCell10);
var SigRow10 = document.createElement('TR');
var SigCell10 = document.createElement('TD');
SigCell10.className = 'TestimonialTree_Signature';
var SigData10 = document.createTextNode('Donna M');
SigCell10.appendChild(SigData10);
SigRow10.appendChild(SigCell10);
//Add Row
tmp.appendChild(SigRow10);
//Add Row
tmp.appendChild(TestRow10);
var BR11 = document.createElement('BR');
var TestRow11 = document.createElement('TR');
var TestCell11 = document.createElement('TD');
TestCell11.className = 'TestimonialTree_Testimonial';
TestCell11.className = 'TestimonialTree_Testimonial';
var TestDiv11 = document.createElement('div');
TestDiv11.innerHTML= '\"Kept us informed every step of the way. Made it so easy. Have already recommended Pam to our neighbors.\"';
TestCell11.appendChild(TestDiv11);
TestRow11.appendChild(TestCell11);
var SigRow11 = document.createElement('TR');
var SigCell11 = document.createElement('TD');
SigCell11.className = 'TestimonialTree_Signature';
var SigData11 = document.createTextNode('LARRY M & DONNA D');
SigCell11.appendChild(SigData11);
SigRow11.appendChild(SigCell11);
//Add Row
tmp.appendChild(SigRow11);
//Add Row
tmp.appendChild(TestRow11);
var BR12 = document.createElement('BR');
var TestRow12 = document.createElement('TR');
var TestCell12 = document.createElement('TD');
TestCell12.className = 'TestimonialTree_Testimonial';
TestCell12.className = 'TestimonialTree_Testimonial';
var TestDiv12 = document.createElement('div');
TestDiv12.innerHTML= '\"Sherri Sapp was our realtor and she was extremely helpful with not only the transaction but with the many other things that needed to be done. She advised me on how to arrange an estate sale, how to transfer utilities and insurance, waited at the house for an appliance delivery and for its installation, and the list goes on. I no longer live in Gaylord so everything was more complicated but Sherri took care of everything. A++ for her performance on this transaction.\"';
TestCell12.appendChild(TestDiv12);
TestRow12.appendChild(TestCell12);
var SigRow12 = document.createElement('TR');
var SigCell12 = document.createElement('TD');
SigCell12.className = 'TestimonialTree_Signature';
var SigData12 = document.createTextNode('Judith B');
SigCell12.appendChild(SigData12);
SigRow12.appendChild(SigCell12);
//Add Row
tmp.appendChild(SigRow12);
//Add Row
tmp.appendChild(TestRow12);
var BR13 = document.createElement('BR');
var TestRow13 = document.createElement('TR');
var TestCell13 = document.createElement('TD');
TestCell13.className = 'TestimonialTree_Testimonial';
TestCell13.className = 'TestimonialTree_Testimonial';
var TestDiv13 = document.createElement('div');
TestDiv13.innerHTML= '\"We are relocating to an unknown area and our trusted friends Joyce Duffy and Thomas Quigg have been wonderful in making our transition easy. They are very helpful, knowledgeable, and welcoming. Our first friends! \"';
TestCell13.appendChild(TestDiv13);
TestRow13.appendChild(TestCell13);
var SigRow13 = document.createElement('TR');
var SigCell13 = document.createElement('TD');
SigCell13.className = 'TestimonialTree_Signature';
var SigData13 = document.createTextNode('Keith & Nikoll J');
SigCell13.appendChild(SigData13);
SigRow13.appendChild(SigCell13);
//Add Row
tmp.appendChild(SigRow13);
//Add Row
tmp.appendChild(TestRow13);
var BR14 = document.createElement('BR');
var TestRow14 = document.createElement('TR');
var TestCell14 = document.createElement('TD');
TestCell14.className = 'TestimonialTree_Testimonial';
TestCell14.className = 'TestimonialTree_Testimonial';
var TestDiv14 = document.createElement('div');
TestDiv14.innerHTML= '\"Christie and Lori were amazing! We were so blessed to have them come along side us on our house hunting and loan journey. . They were there everytime we had questions or needed gudiance. They also prompted us to complete things as needed in a positive and encouraging way. We are so pleased, strongly recommend them, and would use their services again!\"';
TestCell14.appendChild(TestDiv14);
TestRow14.appendChild(TestCell14);
var SigRow14 = document.createElement('TR');
var SigCell14 = document.createElement('TD');
SigCell14.className = 'TestimonialTree_Signature';
var SigData14 = document.createTextNode('Jose & Deborah F');
SigCell14.appendChild(SigData14);
SigRow14.appendChild(SigCell14);
//Add Row
tmp.appendChild(SigRow14);
//Add Row
tmp.appendChild(TestRow14);
var BR15 = document.createElement('BR');
var TestRow15 = document.createElement('TR');
var TestCell15 = document.createElement('TD');
TestCell15.className = 'TestimonialTree_Testimonial';
TestCell15.className = 'TestimonialTree_Testimonial';
var TestDiv15 = document.createElement('div');
TestDiv15.innerHTML= '\"
Chris and everyone at Coldwell were super professional and made everything simple in purchasing our new home.
\"'; TestCell15.appendChild(TestDiv15); TestRow15.appendChild(TestCell15); var SigRow15 = document.createElement('TR'); var SigCell15 = document.createElement('TD'); SigCell15.className = 'TestimonialTree_Signature'; var SigData15 = document.createTextNode('Sean K'); SigCell15.appendChild(SigData15); SigRow15.appendChild(SigCell15); //Add Row tmp.appendChild(SigRow15); //Add Row tmp.appendChild(TestRow15); var BR16 = document.createElement('BR'); var TestRow16 = document.createElement('TR'); var TestCell16 = document.createElement('TD'); TestCell16.className = 'TestimonialTree_Testimonial'; TestCell16.className = 'TestimonialTree_Testimonial'; var TestDiv16 = document.createElement('div'); TestDiv16.innerHTML= '\"Great communication throughout the entire process.\"'; TestCell16.appendChild(TestDiv16); TestRow16.appendChild(TestCell16); var SigRow16 = document.createElement('TR'); var SigCell16 = document.createElement('TD'); SigCell16.className = 'TestimonialTree_Signature'; var SigData16 = document.createTextNode('Donald C'); SigCell16.appendChild(SigData16); SigRow16.appendChild(SigCell16); //Add Row tmp.appendChild(SigRow16); //Add Row tmp.appendChild(TestRow16); var BR17 = document.createElement('BR'); var TestRow17 = document.createElement('TR'); var TestCell17 = document.createElement('TD'); TestCell17.className = 'TestimonialTree_Testimonial'; TestCell17.className = 'TestimonialTree_Testimonial'; var TestDiv17 = document.createElement('div'); TestDiv17.innerHTML= '\"Excellent company excellent realtor , Rebecca (Nina) wittman who is now my friend! She always made me feel better when I was feeling a little low she kept my spirits up , I would DEFINITELY recommend this company ! And realtors are top notch!!! Thanks to all involved!!! \"'; TestCell17.appendChild(TestDiv17); TestRow17.appendChild(TestCell17); var SigRow17 = document.createElement('TR'); var SigCell17 = document.createElement('TD'); SigCell17.className = 'TestimonialTree_Signature'; var SigData17 = document.createTextNode('RITA L'); SigCell17.appendChild(SigData17); SigRow17.appendChild(SigCell17); //Add Row tmp.appendChild(SigRow17); //Add Row tmp.appendChild(TestRow17); var BR18 = document.createElement('BR'); var TestRow18 = document.createElement('TR'); var TestCell18 = document.createElement('TD'); TestCell18.className = 'TestimonialTree_Testimonial'; TestCell18.className = 'TestimonialTree_Testimonial'; var TestDiv18 = document.createElement('div'); TestDiv18.innerHTML= '\"Our experience with DeeDee was extremely pleasant. She was so helpful throughout our entire process. \"'; TestCell18.appendChild(TestDiv18); TestRow18.appendChild(TestCell18); var SigRow18 = document.createElement('TR'); var SigCell18 = document.createElement('TD'); SigCell18.className = 'TestimonialTree_Signature'; var SigData18 = document.createTextNode('Jean S'); SigCell18.appendChild(SigData18); SigRow18.appendChild(SigCell18); //Add Row tmp.appendChild(SigRow18); //Add Row tmp.appendChild(TestRow18); var BR19 = document.createElement('BR'); var TestRow19 = document.createElement('TR'); var TestCell19 = document.createElement('TD'); TestCell19.className = 'TestimonialTree_Testimonial'; TestCell19.className = 'TestimonialTree_Testimonial'; var TestDiv19 = document.createElement('div'); TestDiv19.innerHTML= '\"Dear Jennifer,
\u00A0
Now that we\u0092ve officially closed and had a chance to take a breath, we wanted to take a moment to sincerely thank you for everything you did to make our\u00A0 buying experience such a positive one. From start to finish, you were more than just our real estate agent\u0097you were our advocate, advisor, and steady hand throughout the entire process.
\u00A0
Your professionalism, knowledge of the market, and responsiveness gave us great confidence at every step. You listened carefully to what we needed, guided us through the options, and never hesitated to go above and beyond to ensure that we felt informed and supported. Whether it was navigating negotiations or simply being available to answer questions, you handled everything with warmth, integrity, and attention to detail.
\u00A0
We are especially grateful for how you balanced expertise with empathy. Your ability to anticipate challenges and offer creative solutions was invaluable.
\u00A0
Please feel free to share this message with any prospective clients. We would wholeheartedly recommend you to anyone looking for a dedicated and trustworthy real estate professional. You made a potentially stressful time feel manageable and even exciting\u0097and we couldn\u0092t be more grateful.
\u00A0
With warm appreciation,
Cindy and David Tresley
\u00A0
\"'; TestCell19.appendChild(TestDiv19); TestRow19.appendChild(TestCell19); var SigRow19 = document.createElement('TR'); var SigCell19 = document.createElement('TD'); SigCell19.className = 'TestimonialTree_Signature'; var SigData19 = document.createTextNode('Cindy & David T'); SigCell19.appendChild(SigData19); SigRow19.appendChild(SigCell19); //Add Row tmp.appendChild(SigRow19); //Add Row tmp.appendChild(TestRow19); var BR20 = document.createElement('BR'); var TestRow20 = document.createElement('TR'); var TestCell20 = document.createElement('TD'); TestCell20.className = 'TestimonialTree_Testimonial'; TestCell20.className = 'TestimonialTree_Testimonial'; var TestDiv20 = document.createElement('div'); TestDiv20.innerHTML= '\"My husband John and I worked with Beth Cashman on two very difficult transactions, both in buying a new house and selling our previous home. Beth was extremely professional in the face of much adversity and worked very hard for us. We would highly recommend Beth. \"'; TestCell20.appendChild(TestDiv20); TestRow20.appendChild(TestCell20); var SigRow20 = document.createElement('TR'); var SigCell20 = document.createElement('TD'); SigCell20.className = 'TestimonialTree_Signature'; var SigData20 = document.createTextNode('John & Bonnie P'); SigCell20.appendChild(SigData20); SigRow20.appendChild(SigCell20); //Add Row tmp.appendChild(SigRow20); //Add Row tmp.appendChild(TestRow20); var BR21 = document.createElement('BR'); var TestRow21 = document.createElement('TR'); var TestCell21 = document.createElement('TD'); TestCell21.className = 'TestimonialTree_Testimonial'; TestCell21.className = 'TestimonialTree_Testimonial'; var TestDiv21 = document.createElement('div'); TestDiv21.innerHTML= '\"Laurie Lyons is the absolute best real estate agent in the industry. Laurie goes over and above and provides the best service pre and post sale.\"'; TestCell21.appendChild(TestDiv21); TestRow21.appendChild(TestCell21); var SigRow21 = document.createElement('TR'); var SigCell21 = document.createElement('TD'); SigCell21.className = 'TestimonialTree_Signature'; var SigData21 = document.createTextNode('George & JoAnne O'); SigCell21.appendChild(SigData21); SigRow21.appendChild(SigCell21); //Add Row tmp.appendChild(SigRow21); //Add Row tmp.appendChild(TestRow21); var BR22 = document.createElement('BR'); var TestRow22 = document.createElement('TR'); var TestCell22 = document.createElement('TD'); TestCell22.className = 'TestimonialTree_Testimonial'; TestCell22.className = 'TestimonialTree_Testimonial'; var TestDiv22 = document.createElement('div'); TestDiv22.innerHTML= '\"We have used Sheri sapp and coldwell bankers several times the experience has been great every time we feel Sherri and coldwell really work for our best interests Sherri has found both my sons hoses and sold them then sold my youngest sons house and now sold a house trailer I had from an inheritance all great deals thank you\"'; TestCell22.appendChild(TestDiv22); TestRow22.appendChild(TestCell22); var SigRow22 = document.createElement('TR'); var SigCell22 = document.createElement('TD'); SigCell22.className = 'TestimonialTree_Signature'; var SigData22 = document.createTextNode('Carl T'); SigCell22.appendChild(SigData22); SigRow22.appendChild(SigCell22); //Add Row tmp.appendChild(SigRow22); //Add Row tmp.appendChild(TestRow22); var BR23 = document.createElement('BR'); var TestRow23 = document.createElement('TR'); var TestCell23 = document.createElement('TD'); TestCell23.className = 'TestimonialTree_Testimonial'; TestCell23.className = 'TestimonialTree_Testimonial'; var TestDiv23 = document.createElement('div'); TestDiv23.innerHTML= '\"Searching for and purchasing a home when you live 800+ miles away is no simple task. But through fantastic communication, extraordinary patience and fierce advocacy, Chris made the process as painless as possible. \"'; TestCell23.appendChild(TestDiv23); TestRow23.appendChild(TestCell23); var SigRow23 = document.createElement('TR'); var SigCell23 = document.createElement('TD'); SigCell23.className = 'TestimonialTree_Signature'; var SigData23 = document.createTextNode('Alex A'); SigCell23.appendChild(SigData23); SigRow23.appendChild(SigCell23); //Add Row tmp.appendChild(SigRow23); //Add Row tmp.appendChild(TestRow23); var BR24 = document.createElement('BR'); var TestRow24 = document.createElement('TR'); var TestCell24 = document.createElement('TD'); TestCell24.className = 'TestimonialTree_Testimonial'; TestCell24.className = 'TestimonialTree_Testimonial'; var TestDiv24 = document.createElement('div'); TestDiv24.innerHTML= '\"My wife and I recently closed in our first home; extremely exciting and also stressful. Chris and his team were always ready to answer a question ( at all times of the day) and give additional tips/feedback regarding the process. He treated us like family and I would highly recommend him and his team! \"'; TestCell24.appendChild(TestDiv24); TestRow24.appendChild(TestCell24); var SigRow24 = document.createElement('TR'); var SigCell24 = document.createElement('TD'); SigCell24.className = 'TestimonialTree_Signature'; var SigData24 = document.createTextNode('Austin W'); SigCell24.appendChild(SigData24); SigRow24.appendChild(SigCell24); //Add Row tmp.appendChild(SigRow24); //Add Row tmp.appendChild(TestRow24); var BR25 = document.createElement('BR'); var TestRow25 = document.createElement('TR'); var TestCell25 = document.createElement('TD'); TestCell25.className = 'TestimonialTree_Testimonial'; TestCell25.className = 'TestimonialTree_Testimonial'; var TestDiv25 = document.createElement('div'); TestDiv25.innerHTML= '\"Tony did a good job.\"'; TestCell25.appendChild(TestDiv25); TestRow25.appendChild(TestCell25); var SigRow25 = document.createElement('TR'); var SigCell25 = document.createElement('TD'); SigCell25.className = 'TestimonialTree_Signature'; var SigData25 = document.createTextNode('Brian D'); SigCell25.appendChild(SigData25); SigRow25.appendChild(SigCell25); //Add Row tmp.appendChild(SigRow25); //Add Row tmp.appendChild(TestRow25); var BR26 = document.createElement('BR'); var TestRow26 = document.createElement('TR'); var TestCell26 = document.createElement('TD'); TestCell26.className = 'TestimonialTree_Testimonial'; TestCell26.className = 'TestimonialTree_Testimonial'; var TestDiv26 = document.createElement('div'); TestDiv26.innerHTML= '\"Chris\'s outstanding performance as our realtor during our recent cross-state move (Cleveland --> Grand Rapids). Chris exemplifies the highest standards of professionalism, dedication, and client service that your organization should recognize!Scott was very knowledgeable and quick to answer our questions. He was great at giving advice and awesome to work with.
\"'; TestCell29.appendChild(TestDiv29); TestRow29.appendChild(TestCell29); var SigRow29 = document.createElement('TR'); var SigCell29 = document.createElement('TD'); SigCell29.className = 'TestimonialTree_Signature'; var SigData29 = document.createTextNode('Lisa K'); SigCell29.appendChild(SigData29); SigRow29.appendChild(SigCell29); //Add Row tmp.appendChild(SigRow29); //Add Row tmp.appendChild(TestRow29); var BR30 = document.createElement('BR'); var TestRow30 = document.createElement('TR'); var TestCell30 = document.createElement('TD'); TestCell30.className = 'TestimonialTree_Testimonial'; TestCell30.className = 'TestimonialTree_Testimonial'; var TestDiv30 = document.createElement('div'); TestDiv30.innerHTML= '\"I have known Carly for 20 years, and she has done prior listings for me. She has always been extremely competent and responsive to every type of request, and is always on top of the myriad detail work required to process and close sales. She has the patience of Jobe in stressful situations, and somehow concurrently manages to keep her humor and sense of positive regard for people on both sides of her transactions. In my estimation, she sets the standard for professionalism as a broker and salesperson. \"'; TestCell30.appendChild(TestDiv30); TestRow30.appendChild(TestCell30); var SigRow30 = document.createElement('TR'); var SigCell30 = document.createElement('TD'); SigCell30.className = 'TestimonialTree_Signature'; var SigData30 = document.createTextNode('George W & Mellissa F'); SigCell30.appendChild(SigData30); SigRow30.appendChild(SigCell30); //Add Row tmp.appendChild(SigRow30); //Add Row tmp.appendChild(TestRow30); var BR31 = document.createElement('BR'); var TestRow31 = document.createElement('TR'); var TestCell31 = document.createElement('TD'); TestCell31.className = 'TestimonialTree_Testimonial'; TestCell31.className = 'TestimonialTree_Testimonial'; var TestDiv31 = document.createElement('div'); TestDiv31.innerHTML= '\"Scott and Melissa were wonderful. They kept me informed at every step. Melissa even went above and beyond to help with the final steps of the process.
\"'; TestCell31.appendChild(TestDiv31); TestRow31.appendChild(TestCell31); var SigRow31 = document.createElement('TR'); var SigCell31 = document.createElement('TD'); SigCell31.className = 'TestimonialTree_Signature'; var SigData31 = document.createTextNode('Denise G'); SigCell31.appendChild(SigData31); SigRow31.appendChild(SigCell31); //Add Row tmp.appendChild(SigRow31); //Add Row tmp.appendChild(TestRow31); var BR32 = document.createElement('BR'); var TestRow32 = document.createElement('TR'); var TestCell32 = document.createElement('TD'); TestCell32.className = 'TestimonialTree_Testimonial'; TestCell32.className = 'TestimonialTree_Testimonial'; var TestDiv32 = document.createElement('div'); TestDiv32.innerHTML= '\"While working with Carly I can truly say she is professional, objective, accurate and prompt when responding to inquiries. She is knowledgable about the real estate in this rapidly growing area of St. Johns county including both new and previously owned property. The fact that we engaged her to handle the entire real estate transactions relative to both houses is a testimonial to her honesty, trustworthiness, professionalism and knowledge.\"'; TestCell32.appendChild(TestDiv32); TestRow32.appendChild(TestCell32); var SigRow32 = document.createElement('TR'); var SigCell32 = document.createElement('TD'); SigCell32.className = 'TestimonialTree_Signature'; var SigData32 = document.createTextNode('Patti & Kaare B'); SigCell32.appendChild(SigData32); SigRow32.appendChild(SigCell32); //Add Row tmp.appendChild(SigRow32); //Add Row tmp.appendChild(TestRow32); var BR33 = document.createElement('BR'); var TestRow33 = document.createElement('TR'); var TestCell33 = document.createElement('TD'); TestCell33.className = 'TestimonialTree_Testimonial'; TestCell33.className = 'TestimonialTree_Testimonial'; var TestDiv33 = document.createElement('div'); TestDiv33.innerHTML= '\"We engaged Carly to handle a major move. Our dream was a move from the suburbs to the beach. This involved selling and buying. And unfortunately we listed our home 3 weeks before the pandemic shutdowns started.Carly handled the sale impeccably. She was punctual, knowledgeable, friendly, and open to our ideas and wishes. She suggested changes to better stage our home, advocated for us in all ways and importantly, she ensured that showings were safe for the buyers and us.On the purchase, Carly was patient with us. We, as a couple, didn\'t often agree on the places we asked her to show us. Carly worked hard to understand the individual desires we both brought and tried to help us find that right house. And she sure did. We bought our dream home and are ecstatic about it. Thanks Carly for helping us make our dream come true.\"'; TestCell33.appendChild(TestDiv33); TestRow33.appendChild(TestCell33); var SigRow33 = document.createElement('TR'); var SigCell33 = document.createElement('TD'); SigCell33.className = 'TestimonialTree_Signature'; var SigData33 = document.createTextNode('Bill & Donna M'); SigCell33.appendChild(SigData33); SigRow33.appendChild(SigCell33); //Add Row tmp.appendChild(SigRow33); //Add Row tmp.appendChild(TestRow33); var BR34 = document.createElement('BR'); var TestRow34 = document.createElement('TR'); var TestCell34 = document.createElement('TD'); TestCell34.className = 'TestimonialTree_Testimonial'; TestCell34.className = 'TestimonialTree_Testimonial'; var TestDiv34 = document.createElement('div'); TestDiv34.innerHTML= '\"I am writing to express my gratitude to Carly Weddle, for another exceptional experience with the sale of our home in Saint Augustine. This is the third sale or purchase of a home that Carly has helped us with. Our original purchase was started when we were on vacation and fell in love with Saint Augustine. Carly spent most of the week with us and showed us everything available. Her patience and knowledge of the market helped us find a perfect vacation home in a great neighborhood. Even though the sale was conducted from out of state, Carly made it easy for us. Carly and Her husband Bruce, took additional photos, measured rooms, and walked us through the process from start to finish. This was also the start of our friendship. We recently moved to Florida full time and asked Carly and Bruce to help us find a home near town and the ocean. Again, the same great service and experience, finding us a great home in the neighborhood we wanted. Then to top it off she sold our home at a higher price than we expected, in two days. Even though the business end of our relationship is complete, she has continued to help us with our transition from vacation owners to happy residents of Florida. Thank you Carly and Bruce.I am writing to express my gratitude to Carly Weddle, for another exceptional experience with the sale of our home in Saint Augustine. This is the third sale or purchase of a home that Carly has helped us with. Our original purchase was started when we were on vacation and fell in love with Saint Augustine. Carly spent most of the week with us and showed us everything available. Her patience and knowledge of the market helped us find a perfect vacation home in a great neighborhood. Even though the sale was conducted from out of state, Carly made it easy for us. Carly and Her husband Bruce, took additional photos, measured rooms, and walked us through the process from start to finish. This was also the start of our friendship. We recently moved to Florida full time and asked Carly and Bruce to help us find a home near town and the ocean. Again, the same great service and experience, finding us a great home in the neighborhood we wanted. Then to top it off she sold our home at a higher price than we expected, in two days. Even though the business end of our relationship is complete, she has continued to help us with our transition from vacation owners to happy residents of Florida. Thank you Carly and Bruce.\"'; TestCell34.appendChild(TestDiv34); TestRow34.appendChild(TestCell34); var SigRow34 = document.createElement('TR'); var SigCell34 = document.createElement('TD'); SigCell34.className = 'TestimonialTree_Signature'; var SigData34 = document.createTextNode('Ron & Leonore C'); SigCell34.appendChild(SigData34); SigRow34.appendChild(SigCell34); //Add Row tmp.appendChild(SigRow34); //Add Row tmp.appendChild(TestRow34); var BR35 = document.createElement('BR'); var TestRow35 = document.createElement('TR'); var TestCell35 = document.createElement('TD'); TestCell35.className = 'TestimonialTree_Testimonial'; TestCell35.className = 'TestimonialTree_Testimonial'; var TestDiv35 = document.createElement('div'); TestDiv35.innerHTML= '\"If it\u0092s such a thing like a Super Agent in real estate, then definitely Carly Weddle is one of them! You will be in good hands, we highly recommend her. She is very caring, it was a pleasure working with her. Thank you Carly, thank you, Coldwell Banker Premier Proprieties! \"'; TestCell35.appendChild(TestDiv35); TestRow35.appendChild(TestCell35); var SigRow35 = document.createElement('TR'); var SigCell35 = document.createElement('TD'); SigCell35.className = 'TestimonialTree_Signature'; var SigData35 = document.createTextNode('Csilla & Marius D'); SigCell35.appendChild(SigData35); SigRow35.appendChild(SigCell35); //Add Row tmp.appendChild(SigRow35); //Add Row tmp.appendChild(TestRow35); var BR36 = document.createElement('BR'); var TestRow36 = document.createElement('TR'); var TestCell36 = document.createElement('TD'); TestCell36.className = 'TestimonialTree_Testimonial'; TestCell36.className = 'TestimonialTree_Testimonial'; var TestDiv36 = document.createElement('div'); TestDiv36.innerHTML= '\"Scott has gone above and beyond to find us the properties we were hoping for, and he is always eager to help with whatever scenario we throw at him. He is pretty much a super hero realtor!
\"'; TestCell36.appendChild(TestDiv36); TestRow36.appendChild(TestCell36); var SigRow36 = document.createElement('TR'); var SigCell36 = document.createElement('TD'); SigCell36.className = 'TestimonialTree_Signature'; var SigData36 = document.createTextNode('Carolyn J'); SigCell36.appendChild(SigData36); SigRow36.appendChild(SigCell36); //Add Row tmp.appendChild(SigRow36); //Add Row tmp.appendChild(TestRow36); var BR37 = document.createElement('BR'); var TestRow37 = document.createElement('TR'); var TestCell37 = document.createElement('TD'); TestCell37.className = 'TestimonialTree_Testimonial'; TestCell37.className = 'TestimonialTree_Testimonial'; var TestDiv37 = document.createElement('div'); TestDiv37.innerHTML= '\"Working with Carly and her team at Coldwell has been an absolute pleasure.Carly is professional, kind and has the best interest of both the seller and the buyer. She is willing to go above and beyond to do whatever it takes to make sure the home is in its best condition during the selling process and at the closing. We look forward to working with her again in the future. -Dwell Staging ad Design\"'; TestCell37.appendChild(TestDiv37); TestRow37.appendChild(TestCell37); var SigRow37 = document.createElement('TR'); var SigCell37 = document.createElement('TD'); SigCell37.className = 'TestimonialTree_Signature'; var SigData37 = document.createTextNode('Jim S'); SigCell37.appendChild(SigData37); SigRow37.appendChild(SigCell37); var SourceCell37 = document.createElement('TD'); SourceCell37.className = 'TestimonialTree_Source'; var SourceData37 = document.createTextNode('on Google'); SourceCell37.appendChild(SourceData37); SigCell37.appendChild(SourceCell37); //Add Row tmp.appendChild(SigRow37); //Add Row tmp.appendChild(TestRow37); var BR38 = document.createElement('BR'); var TestRow38 = document.createElement('TR'); var TestCell38 = document.createElement('TD'); TestCell38.className = 'TestimonialTree_Testimonial'; TestCell38.className = 'TestimonialTree_Testimonial'; var TestDiv38 = document.createElement('div'); TestDiv38.innerHTML= '\"Carly has been professional, timely and knowledgable in helping us with the sale of our home. We will contact her when we sell another house.\"'; TestCell38.appendChild(TestDiv38); TestRow38.appendChild(TestCell38); var SigRow38 = document.createElement('TR'); var SigCell38 = document.createElement('TD'); SigCell38.className = 'TestimonialTree_Signature'; var SigData38 = document.createTextNode('Patty C'); SigCell38.appendChild(SigData38); SigRow38.appendChild(SigCell38); var SourceCell38 = document.createElement('TD'); SourceCell38.className = 'TestimonialTree_Source'; var SourceData38 = document.createTextNode('on Facebook'); SourceCell38.appendChild(SourceData38); SigCell38.appendChild(SourceCell38); //Add Row tmp.appendChild(SigRow38); //Add Row tmp.appendChild(TestRow38); var BR39 = document.createElement('BR'); var TestRow39 = document.createElement('TR'); var TestCell39 = document.createElement('TD'); TestCell39.className = 'TestimonialTree_Testimonial'; TestCell39.className = 'TestimonialTree_Testimonial'; var TestDiv39 = document.createElement('div'); TestDiv39.innerHTML= '\"Working with Carly and her team at Coldwell has been an absolute pleasure.Carly is professional, kind and has the best interest of both the seller and the buyer. She is willing to go above and beyond to do whatever it takes to make sure the home is in its best condition during the selling process and at the closing. We look forward to working with her again in the future. -Dwell Staging ad Design\"'; TestCell39.appendChild(TestDiv39); TestRow39.appendChild(TestCell39); var SigRow39 = document.createElement('TR'); var SigCell39 = document.createElement('TD'); SigCell39.className = 'TestimonialTree_Signature'; var SigData39 = document.createTextNode('Jim S'); SigCell39.appendChild(SigData39); SigRow39.appendChild(SigCell39); var SourceCell39 = document.createElement('TD'); SourceCell39.className = 'TestimonialTree_Source'; var SourceData39 = document.createTextNode('on Google'); SourceCell39.appendChild(SourceData39); SigCell39.appendChild(SourceCell39); //Add Row tmp.appendChild(SigRow39); //Add Row tmp.appendChild(TestRow39); document.getElementById('TestimonialTree_Widget_58462').appendChild(newEl); var AddTestimonialLink = document.createElement('A'); AddTestimonialLink.href= 'https://testimonialtree.com/?uid=356221'; AddTestimonialLink.target = '_blank'; AddTestimonialLink.innerHTML = '